diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1998-07-24 04:57:32 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1998-07-24 04:57:32 +0000 |
| commit | a8a3fe17f40c9b40fdba5b5a54eccb48a980e821 (patch) | |
| tree | cbb644b4992b30708378efe709bfa84fe6caddf4 /bin/sh/bltin | |
| parent | 95b66175a329d81a892710c81f126f1071ac17a0 (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/2.2.7_cvs
'RELENG_2_2_7_RELEASE'.
This commit was manufactured to restore the state of the 2.2.7-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'bin/sh/bltin')
| -rw-r--r-- | bin/sh/bltin/bltin.h | 2 | ||||
| -rw-r--r-- | bin/sh/bltin/echo.1 | 2 | ||||
| -rw-r--r-- | bin/sh/bltin/echo.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/sh/bltin/bltin.h b/bin/sh/bltin/bltin.h index ff79458ccd8b..34fabf1df4e9 100644 --- a/bin/sh/bltin/bltin.h +++ b/bin/sh/bltin/bltin.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)bltin.h 8.2 (Berkeley) 5/4/95 - * $Id: bltin.h,v 1.5 1996/09/01 10:22:13 peter Exp $ + * $Id: bltin.h,v 1.5.2.1 1997/08/25 09:10:59 jkh Exp $ */ /* diff --git a/bin/sh/bltin/echo.1 b/bin/sh/bltin/echo.1 index c5a1b424f253..21718d030336 100644 --- a/bin/sh/bltin/echo.1 +++ b/bin/sh/bltin/echo.1 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)echo.1 8.2 (Berkeley) 5/4/95 -.\" $Id: echo.1,v 1.3 1996/09/01 10:22:15 peter Exp $ +.\" $Id: echo.1,v 1.4 1996/09/03 14:16:06 peter Exp $ .\" .Dd May 4, 1995 .Dt ECHO 1 diff --git a/bin/sh/bltin/echo.c b/bin/sh/bltin/echo.c index 6e6b7dfaf903..b06d799c8128 100644 --- a/bin/sh/bltin/echo.c +++ b/bin/sh/bltin/echo.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)echo.c 8.2 (Berkeley) 5/4/95 - * $Id: echo.c,v 1.4 1996/09/01 10:22:16 peter Exp $ + * $Id: echo.c,v 1.4.2.1 1997/08/25 09:11:00 jkh Exp $ */ /* |
