diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-09-25 21:57:54 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-09-25 21:57:54 +0000 |
commit | ba94d0cea3d853d19732f64a17cd6207dc85ad5f (patch) | |
tree | 38b022cfba11bdd4a90667961e31cfc475ffc7c3 /usr.bin/paste | |
parent | 2641b0c407077fa8c3032d87d15ac6a103b0ed1b (diff) |
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> |