Module Name: src
Committed By: sevan
Date: Thu Aug 11 01:47:15 UTC 2016
Modified Files:
src/bin/echo: echo.1
Log Message:
Document the version echo first appeared.
Bump date.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/bin/echo/echo.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/bin/echo/echo.1
diff -u src/bin/echo/echo.1:1.13 src/bin/echo/echo.1:1.14
--- src/bin/echo/echo.1:1.13 Thu Aug 7 09:05:12 2003
+++ src/bin/echo/echo.1 Thu Aug 11 01:47:15 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: echo.1,v 1.13 2003/08/07 09:05:12 agc Exp $
+.\" $NetBSD: echo.1,v 1.14 2016/08/11 01:47:15 sevan Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" @(#)echo.1 8.1 (Berkeley) 7/22/93
.\"
-.Dd July 22, 1993
+.Dd August 11, 2016
.Dt ECHO 1
.Os
.Sh NAME
@@ -66,3 +66,8 @@ The
utility is expected to be
.St -p1003.2
compatible.
+.Sh HISTORY
+An
+.Nm
+utility appeared in
+.At v3 .