On 12/08/2016 05:21, Sevan Janiyan wrote:
> Hello,
> Attached diff adds history sections to chio(1), dd(1), echo(1), pax(1),
> sleep(1) and test(1).
> 
> Corrects the version info in sync(8).
> 
> Ammends kill(1) to note originally the command appeared in section eight.
> 
> Info obtained from the CSRG CD set and hosted copies of man pages at TUHS.
> 
> By the way, should the dates be bumped in the man pages?

While the source and man pages for the 2nd edition UNIX are incomplete,
TUHS has a scan of a draft copy of the manual.
I was able to confirm that echo shipped with v2 & not 3 based on the ToC
from
http://www.tuhs.org/Archive/PDP-11/Distributions/research/1972_stuff/unix_2nd_edition_manual.pdf

New version of patch attached.


Sevan
Index: bin/chio/chio.1
===================================================================
RCS file: /cvs/src/bin/chio/chio.1,v
retrieving revision 1.33
diff -u -p -u -r1.33 chio.1
--- bin/chio/chio.1     15 Jan 2015 19:06:31 -0000      1.33
+++ bin/chio/chio.1     12 Aug 2016 04:11:54 -0000
@@ -240,6 +240,11 @@ Configure the changer to use picker 2 (t
 .Xr ch 4 ,
 .Xr st 4 ,
 .Xr chio.conf 5
+.Sh HISTORY
+A
+.Nm
+utility appeared in
+.Nx 1.3 .
 .Sh AUTHORS
 The
 .Nm
Index: bin/dd/dd.1
===================================================================
RCS file: /cvs/src/bin/dd/dd.1,v
retrieving revision 1.32
diff -u -p -u -r1.32 dd.1
--- bin/dd/dd.1 15 Jan 2015 19:06:31 -0000      1.32
+++ bin/dd/dd.1 12 Aug 2016 04:11:54 -0000
@@ -378,3 +378,8 @@ handling
 are all extensions to the
 .St -p1003.1-2008
 specification.
+.Sh HISTORY
+A
+.Nm
+utility appeared in
+.At v1 .
Index: bin/echo/echo.1
===================================================================
RCS file: /cvs/src/bin/echo/echo.1,v
retrieving revision 1.22
diff -u -p -u -r1.22 echo.1
--- bin/echo/echo.1     15 Feb 2014 09:57:31 -0000      1.22
+++ bin/echo/echo.1     12 Aug 2016 04:11:54 -0000
@@ -98,3 +98,8 @@ though with a different syntax.
 .Pp
 Where portability is paramount, use
 .Xr printf 1 .
+.Sh HISTORY
+An
+.Nm
+utility appeared in
+.At v2 .
Index: bin/kill/kill.1
===================================================================
RCS file: /cvs/src/bin/kill/kill.1,v
retrieving revision 1.38
diff -u -p -u -r1.38 kill.1
--- bin/kill/kill.1     16 Jan 2015 21:31:27 -0000      1.38
+++ bin/kill/kill.1     12 Aug 2016 04:11:54 -0000
@@ -180,4 +180,5 @@ though with a different syntax.
 A
 .Nm
 command appeared in
-.At v3 .
+.At v3
+in section 8 of the manual.
Index: bin/pax/pax.1
===================================================================
RCS file: /cvs/src/bin/pax/pax.1,v
retrieving revision 1.71
diff -u -p -u -r1.71 pax.1
--- bin/pax/pax.1       15 Mar 2015 05:16:56 -0000      1.71
+++ bin/pax/pax.1       12 Aug 2016 04:11:54 -0000
@@ -1116,6 +1116,11 @@ additions to the
 flag,
 and the flawed archive handling during list and read operations
 are extensions to that specification.
+.Sh HISTORY
+A
+.Nm
+utility appeared in
+.Bx 4.4 .
 .Sh AUTHORS
 .An Keith Muller
 at the University of California, San Diego.
Index: bin/sleep/sleep.1
===================================================================
RCS file: /cvs/src/bin/sleep/sleep.1,v
retrieving revision 1.21
diff -u -p -u -r1.21 sleep.1
--- bin/sleep/sleep.1   27 May 2014 13:50:52 -0000      1.21
+++ bin/sleep/sleep.1   12 Aug 2016 04:11:54 -0000
@@ -110,3 +110,8 @@ specification.
 .Pp
 The handling of fractional arguments is provided as an extension to that
 specification.
+.Sh HISTORY
+A
+.Nm
+utility appeared in
+.At v4 .
Index: bin/sync/sync.8
===================================================================
RCS file: /cvs/src/bin/sync/sync.8,v
retrieving revision 1.13
diff -u -p -u -r1.13 sync.8
--- bin/sync/sync.8     9 Jan 2016 21:27:28 -0000       1.13
+++ bin/sync/sync.8     12 Aug 2016 04:11:54 -0000
@@ -69,4 +69,4 @@ function.
 A
 .Nm
 command appeared in
-.At v6 .
+.At v4 .
Index: bin/test/test.1
===================================================================
RCS file: /cvs/src/bin/test/test.1,v
retrieving revision 1.32
diff -u -p -u -r1.32 test.1
--- bin/test/test.1     6 Nov 2015 21:56:46 -0000       1.32
+++ bin/test/test.1     12 Aug 2016 04:11:54 -0000
@@ -355,3 +355,8 @@ as part of X/Open System Interfaces and 
 also exists as a built-in to
 .Xr ksh 1 ,
 though with a different syntax.
+.Sh HISTORY
+A
+.Nm
+utility appeared in
+.At v7 .

Reply via email to