Module Name: src
Committed By: sevan
Date: Sun Aug 14 22:59:22 UTC 2016
Modified Files:
src/bin/echo: echo.1
Log Message:
While the v2 source and man pages are incomplete, TUHS has a scanned copy of the
printed version of the 2nd edition manual. echo is featured in this copy.
http://www.tuhs.org/Archive/PDP-11/Distributions/research/1972_stuff/unix_2nd_edition_manual.pdf
Ammend HISTORY and bump date.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 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.14 src/bin/echo/echo.1:1.15
--- src/bin/echo/echo.1:1.14 Thu Aug 11 01:47:15 2016
+++ src/bin/echo/echo.1 Sun Aug 14 22:59:22 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: echo.1,v 1.14 2016/08/11 01:47:15 sevan Exp $
+.\" $NetBSD: echo.1,v 1.15 2016/08/14 22:59:22 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 August 11, 2016
+.Dd August 14, 2016
.Dt ECHO 1
.Os
.Sh NAME
@@ -70,4 +70,4 @@ compatible.
An
.Nm
utility appeared in
-.At v3 .
+.At v2 .