diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 19:58:13 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 19:58:13 +0000 |
| commit | c115df18cd0d5b01a18af0c608bc8b519b62273b (patch) | |
| tree | 3065109edecd1d0133ded059802db9c9fcc2c8c5 /usr.bin/nfsstat | |
| parent | 53faa0dadee0318c35cdacdd47ca75f8606f745d (diff) | |
Notes
Diffstat (limited to 'usr.bin/nfsstat')
| -rw-r--r-- | usr.bin/nfsstat/nfsstat.1 | 2 | ||||
| -rw-r--r-- | usr.bin/nfsstat/nfsstat.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/nfsstat/nfsstat.1 b/usr.bin/nfsstat/nfsstat.1 index 2a5d79e7b00b..227f3f0256ab 100644 --- a/usr.bin/nfsstat/nfsstat.1 +++ b/usr.bin/nfsstat/nfsstat.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)nfsstat.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd June 6, 1993 .Dt NFSSTAT 1 diff --git a/usr.bin/nfsstat/nfsstat.c b/usr.bin/nfsstat/nfsstat.c index 73f888d1911d..db2fab4e79b4 100644 --- a/usr.bin/nfsstat/nfsstat.c +++ b/usr.bin/nfsstat/nfsstat.c @@ -43,7 +43,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "From: @(#)nfsstat.c 8.1 (Berkeley) 6/6/93";*/ static const char rcsid[] = - "$FreeBSD$"; + "$Id$"; #endif /* not lint */ #include <sys/param.h> |
