diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1997-05-19 10:35:55 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1997-05-19 10:35:55 +0000 |
| commit | a0d351b26be784ec2f31673b9c873781f01bad63 (patch) | |
| tree | 5d0d134564f782e2ea5841c289a150806df6ba7c /sbin/mount_null | |
| parent | fcc0587080d3250a509550d7222e70e6cdc7d281 (diff) | |
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 1a47b27d9d65..e84a433c5cf8 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.4 (Berkeley) 4/19/94 -.\" $Id$ +.\" $Id: mount_null.8,v 1.5 1996/10/05 22:26:59 wosch Exp $ .\" .Dd April 19, 1994 .Dt MOUNT_NULL 8 diff --git a/sbin/mount_null/mount_null.c b/sbin/mount_null/mount_null.c index e78c3fc8ea3c..fff611bbdc39 100644 --- a/sbin/mount_null/mount_null.c +++ b/sbin/mount_null/mount_null.c @@ -45,7 +45,7 @@ char copyright[] = static char sccsid[] = "@(#)mount_null.c 8.5 (Berkeley) 3/27/94"; */ static const char rcsid[] = - "$Id: mount_null.c,v 1.4 1996/05/13 17:43:08 wollman Exp $"; + "$Id: mount_null.c,v 1.5 1996/09/14 02:58:23 bde Exp $"; #endif /* not lint */ #include <sys/param.h> |
