diff options
Diffstat (limited to 'usr.bin/paste')
-rw-r--r-- | usr.bin/paste/paste.1 | 2 | ||||
-rw-r--r-- | usr.bin/paste/paste.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/paste/paste.1 b/usr.bin/paste/paste.1 index 5225ccf0a0a8..ed3e017f73ff 100644 --- a/usr.bin/paste/paste.1 +++ b/usr.bin/paste/paste.1 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)paste.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/paste/paste.1,v 1.4.2.1 2000/06/30 09:51:52 ps Exp $ .\" .Dd June 6, 1993 .Dt PASTE 1 diff --git a/usr.bin/paste/paste.c b/usr.bin/paste/paste.c index a1971199b49c..c4602129a3fa 100644 --- a/usr.bin/paste/paste.c +++ b/usr.bin/paste/paste.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)paste.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/paste/paste.c,v 1.6 1999/08/28 01:04:53 peter Exp $"; #endif /* not lint */ #include <sys/types.h> |