Hi Sevan,

Sevan Janiyan Solaris wrote on Fri, Aug 19, 2016 at 12:29:33AM +0100:

> The 2nd Edition UNIX source is incomplete over at TUHS[1] however there
> is a scan of a printed draft copy of the 2nd Edition manual[2], stty
> appears to be listed in the table of contents (page 7).
> 
> Attached patch amends the HISTORY section of stty(1) to say v2 rather
> than v3

Committed, thanks.

> and bumps date.

That's needless.  The whole point of $Mdocdate$ is that we don't
need to manually touch the date, see

  http://man.openbsd.org/OpenBSD-current/man7/mdoc.7#Dd

Yours,
  Ingo


> Sevan
> [1] http://www.tuhs.org/cgi-bin/utree.pl?file=V2
> [2]
> http://www.tuhs.org/Archive/PDP-11/Distributions/research/1972_stuff/unix_2nd_edition_manual.pdf

> Index: bin/stty/stty.1
> ===================================================================
> RCS file: /cvs/src/bin/stty/stty.1,v
> retrieving revision 1.46
> diff -u -p -r1.46 stty.1
> --- bin/stty/stty.1   22 Sep 2015 09:13:25 -0000      1.46
> +++ bin/stty/stty.1   18 Aug 2016 23:17:58 -0000
> @@ -33,7 +33,7 @@
>  .\"
>  .\"     @(#)stty.1   8.5 (Berkeley) 6/1/94
>  .\"
> -.Dd $Mdocdate: September 22 2015 $
> +.Dd $Mdocdate: August 19 2016 $
>  .Dt STTY 1
>  .Os
>  .Sh NAME
> @@ -736,4 +736,4 @@ differs.
>  A
>  .Nm
>  command appeared in
> -.At v3 .
> +.At v2 .

Reply via email to