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.
This commit is contained in:
sevan 2016-08-14 22:59:22 +00:00
parent e577c74411
commit 2881adbdf2

View File

@ -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 .