diff options
Diffstat (limited to 'sbin/mount_null')
-rw-r--r-- | sbin/mount_null/mount_null.8 | 2 | ||||
-rw-r--r-- | sbin/mount_null/mount_null.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_null/mount_null.8 b/sbin/mount_null/mount_null.8 index 9ed773ebdfa99..9f52d938f02e4 100644 --- a/sbin/mount_null/mount_null.8 +++ b/sbin/mount_null/mount_null.8 @@ -35,7 +35,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mount_null.8 8.6 (Berkeley) 5/1/95 -.\" $Id: mount_null.8,v 1.8 1997/03/11 12:33:34 peter Exp $ +.\" $Id: mount_null.8,v 1.9 1998/07/06 07:17:26 charnier Exp $ .\" .Dd May 1, 1995 .Dt MOUNT_NULL 8 diff --git a/sbin/mount_null/mount_null.c b/sbin/mount_null/mount_null.c index c58e06d89791e..92fa06f971191 100644 --- a/sbin/mount_null/mount_null.c +++ b/sbin/mount_null/mount_null.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mount_null.c 8.6 (Berkeley) 4/26/95"; #endif static const char rcsid[] = - "$Id$"; + "$Id: mount_null.c,v 1.11 1998/07/06 07:17:27 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> |