diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 01:08:13 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 01:08:13 +0000 |
| commit | c3aac50f284c6cca5b4f2eb46aaa13812cb8b630 (patch) | |
| tree | 399ca96df93caf6a718d5c0499575d187c3c753c /usr.bin/unvis | |
| parent | 7f3dea244c40159a41ab22da77a434d7c5b5e85a (diff) | |
Notes
Diffstat (limited to 'usr.bin/unvis')
| -rw-r--r-- | usr.bin/unvis/unvis.1 | 2 | ||||
| -rw-r--r-- | usr.bin/unvis/unvis.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/unvis/unvis.1 b/usr.bin/unvis/unvis.1 index f16c3ff60c77..a3cb608a0d9c 100644 --- a/usr.bin/unvis/unvis.1 +++ b/usr.bin/unvis/unvis.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)unvis.1 8.1 (Berkeley) 6/6/93 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd June 6, 1993 .Dt UNVIS 1 diff --git a/usr.bin/unvis/unvis.c b/usr.bin/unvis/unvis.c index 1549fd9ac249..418b74ec460b 100644 --- a/usr.bin/unvis/unvis.c +++ b/usr.bin/unvis/unvis.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)unvis.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: unvis.c,v 1.3 1997/08/21 06:52:43 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <err.h> |
