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/ruptime | |
parent | 53faa0dadee0318c35cdacdd47ca75f8606f745d (diff) | |
download | src-c115df18cd0d5b01a18af0c608bc8b519b62273b.tar.gz src-c115df18cd0d5b01a18af0c608bc8b519b62273b.zip |
Notes
Diffstat (limited to 'usr.bin/ruptime')
-rw-r--r-- | usr.bin/ruptime/ruptime.1 | 2 | ||||
-rw-r--r-- | usr.bin/ruptime/ruptime.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ruptime/ruptime.1 b/usr.bin/ruptime/ruptime.1 index 7a8633e87483..3e48bce413ea 100644 --- a/usr.bin/ruptime/ruptime.1 +++ b/usr.bin/ruptime/ruptime.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ruptime.1 8.2 (Berkeley) 4/5/94 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd April 5, 1994 .Dt RUPTIME 1 diff --git a/usr.bin/ruptime/ruptime.c b/usr.bin/ruptime/ruptime.c index 2b9730e969d4..e4103d9e13f3 100644 --- a/usr.bin/ruptime/ruptime.c +++ b/usr.bin/ruptime/ruptime.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $Id$ */ #ifndef lint static char copyright[] = |