summaryrefslogtreecommitdiff
path: root/sbin/mount_null
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount_null')
-rw-r--r--sbin/mount_null/mount_null.82
-rw-r--r--sbin/mount_null/mount_null.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_null/mount_null.8 b/sbin/mount_null/mount_null.8
index 1e56e4f41520f..126e90c416c82 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
-.\" $FreeBSD$
+.\" $FreeBSD: src/sbin/mount_null/mount_null.8,v 1.11.2.1 2000/05/15 14:56:13 hoek 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 cf6120863bac3..19b33283842e7 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[] =
- "$FreeBSD$";
+ "$FreeBSD: src/sbin/mount_null/mount_null.c,v 1.13 1999/10/09 11:54:11 phk Exp $";
#endif /* not lint */
#include <sys/param.h>