Lawrence Teo | 10 Feb 06:50

fix incorrect document titles in several man pages

This diff fixes several man pages that have incorrect document titles
(.Dt).

Lawrence

Index: src/bin/md5/sha256.1
===================================================================
RCS file: /cvs/src/bin/md5/sha256.1,v
retrieving revision 1.3
diff -u -p -r1.3 sha256.1
--- src/bin/md5/sha256.1	3 Sep 2010 09:53:20 -0000	1.3
+++ src/bin/md5/sha256.1	10 Feb 2012 05:41:09 -0000
@@ -19,7 +19,7 @@
 .\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
 .\"
 .Dd $Mdocdate: September 3 2010 $
-.Dt SHA1 1
+.Dt SHA256 1
 .Os
 .Sh NAME
 .Nm sha256
Index: src/lib/libc/rpc/rpcauth.3
===================================================================
RCS file: /cvs/src/lib/libc/rpc/rpcauth.3,v
retrieving revision 1.15
diff -u -p -r1.15 rpcauth.3
--- src/lib/libc/rpc/rpcauth.3	7 Sep 2010 19:52:37 -0000	1.15
+++ src/lib/libc/rpc/rpcauth.3	10 Feb 2012 05:41:09 -0000
@@ -31,7 +31,7 @@
 .\"   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
(Continue reading)

Favicon
Gravatar

Re: fix incorrect document titles in several man pages

Reads fine to me, any objections ?

jmc ?

On 10 February 2012 03:50, Lawrence Teo <lteo <at> lteo.net> wrote:
> This diff fixes several man pages that have incorrect document titles
> (.Dt).
>
> Lawrence
>
>
> Index: src/bin/md5/sha256.1
> ===================================================================
> RCS file: /cvs/src/bin/md5/sha256.1,v
> retrieving revision 1.3
> diff -u -p -r1.3 sha256.1
> --- src/bin/md5/sha256.1        3 Sep 2010 09:53:20 -0000       1.3
> +++ src/bin/md5/sha256.1        10 Feb 2012 05:41:09 -0000
> @@ -19,7 +19,7 @@
>  .\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
>  .\"
>  .Dd $Mdocdate: September 3 2010 $
> -.Dt SHA1 1
> +.Dt SHA256 1
>  .Os
>  .Sh NAME
>  .Nm sha256
> Index: src/lib/libc/rpc/rpcauth.3
> ===================================================================
> RCS file: /cvs/src/lib/libc/rpc/rpcauth.3,v
(Continue reading)

Ingo Schwarze | 11 Feb 15:54
Picon
Favicon

Re: fix incorrect document titles in several man pages

Hi Christiano,

Christiano F. Haesbaert wrote on Sat, Feb 11, 2012 at 10:26:18AM -0200:

> Reads fine to me, any objections ?

That's OK schwarze@, but don't forget that the tree is locked
and you need an OK deraadt@ as well.

Yours,
  Ingo

>> Index: src/bin/md5/sha256.1
>> ===================================================================
>> RCS file: /cvs/src/bin/md5/sha256.1,v
>> retrieving revision 1.3
>> diff -u -p -r1.3 sha256.1
>> --- src/bin/md5/sha256.1        3 Sep 2010 09:53:20 -0000       1.3
>> +++ src/bin/md5/sha256.1        10 Feb 2012 05:41:09 -0000
>> @@ -19,7 +19,7 @@
>>  .\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
>>  .\"
>>  .Dd $Mdocdate: September 3 2010 $
>> -.Dt SHA1 1
>> +.Dt SHA256 1
>>  .Os
>>  .Sh NAME
>>  .Nm sha256
>> Index: src/lib/libc/rpc/rpcauth.3
>> ===================================================================
(Continue reading)

Jason McIntyre | 11 Feb 16:56
Picon

Re: fix incorrect document titles in several man pages

On Sat, Feb 11, 2012 at 10:26:18AM -0200, Christiano F. Haesbaert wrote:
> Reads fine to me, any objections ?
> 
> jmc ?
> 

i had just filed this under "look at after lock", but if you want to
take it on, that's fine.

note there is no rpcauth function, so that page should probably be renamed
(to something which does exist).

except for that niggle, the rest of the diff looks correct.

jmc

> On 10 February 2012 03:50, Lawrence Teo <lteo <at> lteo.net> wrote:
> > This diff fixes several man pages that have incorrect document titles
> > (.Dt).
> >
> > Lawrence
> >
> >
> > Index: src/bin/md5/sha256.1
> > ===================================================================
> > RCS file: /cvs/src/bin/md5/sha256.1,v
> > retrieving revision 1.3
> > diff -u -p -r1.3 sha256.1
> > --- src/bin/md5/sha256.1 ? ? ? ?3 Sep 2010 09:53:20 -0000 ? ? ? 1.3
> > +++ src/bin/md5/sha256.1 ? ? ? ?10 Feb 2012 05:41:09 -0000
(Continue reading)

Favicon
Gravatar

Re: fix incorrect document titles in several man pages

On 11 February 2012 13:56, Jason McIntyre <jmc <at> cava.myzen.co.uk> wrote:
> On Sat, Feb 11, 2012 at 10:26:18AM -0200, Christiano F. Haesbaert wrote:
>> Reads fine to me, any objections ?
>>
>> jmc ?
>>
>
> i had just filed this under "look at after lock", but if you want to
> take it on, that's fine.
>

No problem, let us wait for the unlock then, I was only making sure
this wouldn't die.

> note there is no rpcauth function, so that page should probably be renamed
> (to something which does exist).
>
> except for that niggle, the rest of the diff looks correct.
>
> jmc
>
>> On 10 February 2012 03:50, Lawrence Teo <lteo <at> lteo.net> wrote:
>> > This diff fixes several man pages that have incorrect document titles
>> > (.Dt).
>> >
>> > Lawrence
>> >
>> >
>> > Index: src/bin/md5/sha256.1
>> > ===================================================================
(Continue reading)


Gmane