diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1999-05-07 05:31:01 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1999-05-07 05:31:01 +0000 |
commit | db57f06b0f140c660e99f78782495bfe567d062e (patch) | |
tree | f111d04123f0bd346340bb82d6c89e5ad37b641e /sbin/mount | |
parent | beb671ab535efe3a549298a4f68423131d36edf6 (diff) | |
download | FreeBSD-src-db57f06b0f140c660e99f78782495bfe567d062e.zip FreeBSD-src-db57f06b0f140c660e99f78782495bfe567d062e.tar.gz |
Null commit.
> PR: bin/6399
> Submitted by: David Malone <dwmalone@maths.tcd.ie>
Also reviewed by: bde
Diffstat (limited to 'sbin/mount')
-rw-r--r-- | sbin/mount/mount.8 | 2 | ||||
-rw-r--r-- | sbin/mount/mount.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index a326ad4..9f729c0 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mount.8 8.8 (Berkeley) 6/16/94 -.\" $Id: mount.8,v 1.25 1999/04/08 13:59:42 ghelmer Exp $ +.\" $Id: mount.8,v 1.26 1999/05/07 05:22:07 jkoshy Exp $ .\" .Dd June 16, 1994 .Dt MOUNT 8 diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c index 87d217f..96be445 100644 --- a/sbin/mount/mount.c +++ b/sbin/mount/mount.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mount.c 8.25 (Berkeley) 5/8/95"; #endif static const char rcsid[] = - "$Id: mount.c,v 1.29 1999/03/16 22:26:51 bde Exp $"; + "$Id: mount.c,v 1.30 1999/05/07 05:22:08 jkoshy Exp $"; #endif /* not lint */ #include <sys/param.h> |