diff options
author | peter <peter@FreeBSD.org> | 1997-02-22 14:13:04 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-02-22 14:13:04 +0000 |
commit | 83b3c2c1614c7caa6fd6a6eb52f6b74876ae61dd (patch) | |
tree | 16d873bf76fc7c6d690bc0683913691dcb63f950 /bin/sh/bltin | |
parent | ecf45268515a5c2dec147e793d4870a2d411e91e (diff) | |
download | FreeBSD-src-83b3c2c1614c7caa6fd6a6eb52f6b74876ae61dd.zip FreeBSD-src-83b3c2c1614c7caa6fd6a6eb52f6b74876ae61dd.tar.gz |
Revert $FreeBSD$ to $Id$
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 fbb4123..a50d55c 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 - * $FreeBSD$ + * $Id$ */ /* diff --git a/bin/sh/bltin/echo.1 b/bin/sh/bltin/echo.1 index ed3aa19..b54ce3a 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 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd May 4, 1995 .Dt ECHO 1 diff --git a/bin/sh/bltin/echo.c b/bin/sh/bltin/echo.c index 17fffc0..c2f2176 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 - * $FreeBSD$ + * $Id$ */ /* |