aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_nfs
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-02-22 14:40:44 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-02-22 14:40:44 +0000
commitc0ec1f37ef32e9f3d3b1ad77f6af2fa650a1dc82 (patch)
tree6a3d976e25d26a7f7d12bdbe72ba026376cc00ff /sbin/mount_nfs
parent9e522f7a18a64d3b9ea901ed70d0eee78342f0c6 (diff)
downloadsrc-c0ec1f37ef32e9f3d3b1ad77f6af2fa650a1dc82.tar.gz
src-c0ec1f37ef32e9f3d3b1ad77f6af2fa650a1dc82.zip
Revert $FreeBSD$ to $Id$
Notes
Notes: svn path=/head/; revision=22990
Diffstat (limited to 'sbin/mount_nfs')
-rw-r--r--sbin/mount_nfs/mount_nfs.82
-rw-r--r--sbin/mount_nfs/mount_nfs.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8
index 6b233145027d..5048d4af2729 100644
--- a/sbin/mount_nfs/mount_nfs.8
+++ b/sbin/mount_nfs/mount_nfs.8
@@ -31,7 +31,7 @@
.\"
.\" @(#)mount_nfs.8 8.2 (Berkeley) 3/27/94
.\"
-.\" $FreeBSD$
+.\" $Id$
.\""
.Dd March 27, 1994
.Dt MOUNT_NFS 8
diff --git a/sbin/mount_nfs/mount_nfs.c b/sbin/mount_nfs/mount_nfs.c
index cbcb9ba334f8..33788257654a 100644
--- a/sbin/mount_nfs/mount_nfs.c
+++ b/sbin/mount_nfs/mount_nfs.c
@@ -45,7 +45,7 @@ static char copyright[] =
static char sccsid[] = "@(#)mount_nfs.c 8.3 (Berkeley) 3/27/94";
*/
static const char rcsid[] =
- "$FreeBSD$";
+ "$Id$";
#endif /* not lint */
#include <sys/param.h>