aboutsummaryrefslogtreecommitdiff
path: root/sbin/mca
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mca')
-rw-r--r--sbin/mca/Makefile2
-rw-r--r--sbin/mca/mca.82
-rw-r--r--sbin/mca/mca.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/mca/Makefile b/sbin/mca/Makefile
index e025a23e4239..62f0d4f30fbb 100644
--- a/sbin/mca/Makefile
+++ b/sbin/mca/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/sbin/mca/Makefile,v 1.5 2006/02/11 23:09:58 marcel Exp $
PROG= mca
WARNS?= 4
MAN= mca.8
diff --git a/sbin/mca/mca.8 b/sbin/mca/mca.8
index e654d3676173..be4abeb1138d 100644
--- a/sbin/mca/mca.8
+++ b/sbin/mca/mca.8
@@ -22,7 +22,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/sbin/mca/mca.8,v 1.3 2006/09/30 11:12:36 ru Exp $
.\"
.Dd February 11, 2006
.Dt MCA 8
diff --git a/sbin/mca/mca.c b/sbin/mca/mca.c
index 0c4e1a0c5a80..1d761ae634fe 100644
--- a/sbin/mca/mca.c
+++ b/sbin/mca/mca.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sbin/mca/mca.c,v 1.3 2002/11/01 06:34:35 marcel Exp $");
#include <sys/types.h>
#include <sys/mman.h>