diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-11-04 19:12:42 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-11-04 19:12:42 +0000 |
| commit | 3f86d8a2ea3f3265afaa1fd263b0004c5c000e69 (patch) | |
| tree | 4114cadb7556687c77484c7507ab5f541eb9b1ca /usr.bin/paste | |
| parent | f8d4987d7271c1003cce92715022709505f995c7 (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 c9a8f845a337..63ae394d1a91 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.17 2004/07/07 19:57:16 ru Exp $ .\" .Dd June 25, 2004 .Dt PASTE 1 diff --git a/usr.bin/paste/paste.c b/usr.bin/paste/paste.c index 683b12001eb7..ff598b0db9be 100644 --- a/usr.bin/paste/paste.c +++ b/usr.bin/paste/paste.c @@ -47,7 +47,7 @@ static char sccsid[] = "@(#)paste.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/paste/paste.c,v 1.14 2004/06/25 01:48:43 tjr Exp $"); #include <sys/types.h> |
