diff options
Diffstat (limited to 'sbin/mount_nullfs')
-rw-r--r-- | sbin/mount_nullfs/Makefile | 2 | ||||
-rw-r--r-- | sbin/mount_nullfs/mount_nullfs.8 | 2 | ||||
-rw-r--r-- | sbin/mount_nullfs/mount_nullfs.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/mount_nullfs/Makefile b/sbin/mount_nullfs/Makefile index 5e92c5b5c2640..0f5a95b589114 100644 --- a/sbin/mount_nullfs/Makefile +++ b/sbin/mount_nullfs/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.3 (Berkeley) 3/27/94 -# $FreeBSD$ +# $FreeBSD: src/sbin/mount_nullfs/Makefile,v 1.12.12.1 2010/02/10 00:26:20 kensmith Exp $ PROG= mount_nullfs SRCS= mount_nullfs.c getmntopts.c diff --git a/sbin/mount_nullfs/mount_nullfs.8 b/sbin/mount_nullfs/mount_nullfs.8 index 177ecdd2cf84a..0dc9237336c43 100644 --- a/sbin/mount_nullfs/mount_nullfs.8 +++ b/sbin/mount_nullfs/mount_nullfs.8 @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mount_null.8 8.6 (Berkeley) 5/1/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/mount_nullfs/mount_nullfs.8,v 1.32.12.1 2010/02/10 00:26:20 kensmith Exp $ .\" .Dd May 1, 1995 .Dt MOUNT_NULLFS 8 diff --git a/sbin/mount_nullfs/mount_nullfs.c b/sbin/mount_nullfs/mount_nullfs.c index a0ad5f6819088..34ca4484c52a1 100644 --- a/sbin/mount_nullfs/mount_nullfs.c +++ b/sbin/mount_nullfs/mount_nullfs.c @@ -41,7 +41,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mount_null.c 8.6 (Berkeley) 4/26/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/mount_nullfs/mount_nullfs.c,v 1.26.12.1 2010/02/10 00:26:20 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> |