diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 14:40:44 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 14:40:44 +0000 |
| commit | c0ec1f37ef32e9f3d3b1ad77f6af2fa650a1dc82 (patch) | |
| tree | 6a3d976e25d26a7f7d12bdbe72ba026376cc00ff /sbin/mount_null | |
| parent | 9e522f7a18a64d3b9ea901ed70d0eee78342f0c6 (diff) | |
Notes
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 6d6d2e60526f2..1a47b27d9d652 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 -.\" $FreeBSD$ +.\" $Id$ .\" .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 179e8787dbc6d..2d654c67240fe 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[] = - "$FreeBSD$"; + "$Id$"; #endif /* not lint */ #include <sys/param.h> |
