summaryrefslogtreecommitdiff
path: root/bin/echo
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1994-09-24 02:59:15 +0000
committerDavid Greenman <dg@FreeBSD.org>1994-09-24 02:59:15 +0000
commit89730b290a5b2a1506fc7b4a1e604d01e16395ad (patch)
treeb7c3f7bad4381fe5b507b6cf1947fd57803fe125 /bin/echo
parent1ee6b373eb024652b73587eabcad2b9fa32fe121 (diff)
Notes
Diffstat (limited to 'bin/echo')
-rw-r--r--bin/echo/Makefile1
-rw-r--r--bin/echo/echo.11
-rw-r--r--bin/echo/echo.c2
3 files changed, 4 insertions, 0 deletions
diff --git a/bin/echo/Makefile b/bin/echo/Makefile
index 05caa3b5c4f0..c296871792c5 100644
--- a/bin/echo/Makefile
+++ b/bin/echo/Makefile
@@ -1,4 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
+# $Id$
PROG= echo
diff --git a/bin/echo/echo.1 b/bin/echo/echo.1
index dc86b7c627fa..b74272c8a9f2 100644
--- a/bin/echo/echo.1
+++ b/bin/echo/echo.1
@@ -33,6 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)echo.1 8.1 (Berkeley) 7/22/93
+.\" $Id$
.\"
.Dd July 22, 1993
.Dt ECHO 1
diff --git a/bin/echo/echo.c b/bin/echo/echo.c
index 560e10a526d6..ba9f9ed7cc2b 100644
--- a/bin/echo/echo.c
+++ b/bin/echo/echo.c
@@ -29,6 +29,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $Id$
*/
#ifndef lint