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/wc | |
| parent | 53faa0dadee0318c35cdacdd47ca75f8606f745d (diff) | |
Notes
Diffstat (limited to 'usr.bin/wc')
| -rw-r--r-- | usr.bin/wc/wc.1 | 2 | ||||
| -rw-r--r-- | usr.bin/wc/wc.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/wc/wc.1 b/usr.bin/wc/wc.1 index 30f36e761dab..f081b6b97ea6 100644 --- a/usr.bin/wc/wc.1 +++ b/usr.bin/wc/wc.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)wc.1 8.2 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd April 19, 1994 .Dt WC 1 diff --git a/usr.bin/wc/wc.c b/usr.bin/wc/wc.c index 11d960ad2cd5..43bbe4b2b8fe 100644 --- a/usr.bin/wc/wc.c +++ b/usr.bin/wc/wc.c @@ -42,7 +42,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)wc.c 8.1 (Berkeley) 6/6/93"; #else static const char rcsid[] = - "$FreeBSD$"; + "$Id$"; #endif #endif /* not lint */ |
