diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:30 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:30 +0000 |
| commit | a9e2dc176f709713f9565ed1711c958f0707eb36 (patch) | |
| tree | e1676cbf88d75f6982fe157cf90f1bc6a6c21e72 /bin/cat | |
| parent | 8eb115465a9db8d2a05eaf5244d6e5e8a54087c2 (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/2.2.8_cvs
'RELENG_2_2_8_RELEASE'.
This commit was manufactured to restore the state of the 2.2.8-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'bin/cat')
| -rw-r--r-- | bin/cat/Makefile | 2 | ||||
| -rw-r--r-- | bin/cat/cat.1 | 2 | ||||
| -rw-r--r-- | bin/cat/cat.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/cat/Makefile b/bin/cat/Makefile index 6da43b3828af..7f4221e97ac1 100644 --- a/bin/cat/Makefile +++ b/bin/cat/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id$ +# $Id: Makefile,v 1.2 1994/09/24 02:53:25 davidg Exp $ PROG= cat diff --git a/bin/cat/cat.1 b/bin/cat/cat.1 index e63a5a1240ff..c41b0703add2 100644 --- a/bin/cat/cat.1 +++ b/bin/cat/cat.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)cat.1 8.3 (Berkeley) 5/2/95 -.\" $Id: cat.1,v 1.3.2.2 1998/06/30 06:42:19 charnier Exp $ +.\" $Id: cat.1,v 1.3.2.3 1998/07/15 02:01:01 jkh Exp $ .\" .Dd May 2, 1995 .Dt CAT 1 diff --git a/bin/cat/cat.c b/bin/cat/cat.c index f99ab48efa8a..f8861531e11b 100644 --- a/bin/cat/cat.c +++ b/bin/cat/cat.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: cat.c,v 1.5 1996/09/30 15:45:36 ache Exp $ + * $Id: cat.c,v 1.5.2.1 1997/08/24 10:26:11 jkh Exp $ */ #ifndef lint |
