diff options
Diffstat (limited to 'sbin/mount_autofs')
-rw-r--r-- | sbin/mount_autofs/Makefile | 2 | ||||
-rw-r--r-- | sbin/mount_autofs/mount_autofs.8 | 2 | ||||
-rw-r--r-- | sbin/mount_autofs/mount_autofs.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/mount_autofs/Makefile b/sbin/mount_autofs/Makefile index e7d040d4d08c..78697e2e5a7b 100644 --- a/sbin/mount_autofs/Makefile +++ b/sbin/mount_autofs/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile,v 1.6 2004/09/08 08:27:12 bright Exp $ -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_autofs/Makefile,v 1.2.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $ PROG=mount_autofs MAN=mount_autofs.8 diff --git a/sbin/mount_autofs/mount_autofs.8 b/sbin/mount_autofs/mount_autofs.8 index 5f10ea72e188..3983aae18f7c 100644 --- a/sbin/mount_autofs/mount_autofs.8 +++ b/sbin/mount_autofs/mount_autofs.8 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $Id: mount_autofs.8,v 1.3 2004/09/08 08:12:21 bright Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mount_autofs/mount_autofs.8,v 1.3.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .Dd August 30, 2004 .Dt MOUNT_AUTOFS 8 .Os diff --git a/sbin/mount_autofs/mount_autofs.c b/sbin/mount_autofs/mount_autofs.c index 17fbb5b5b6fe..cbaab0c960d1 100644 --- a/sbin/mount_autofs/mount_autofs.c +++ b/sbin/mount_autofs/mount_autofs.c @@ -24,7 +24,7 @@ * SUCH DAMAGE. * * $Id: mount_autofs.c,v 1.5 2004/09/08 08:12:21 bright Exp $ - * $FreeBSD$ + * $FreeBSD: src/sbin/mount_autofs/mount_autofs.c,v 1.4.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <err.h> #include <stdio.h> |