Browse Source

o) We always close .Bl and .Bd tags;

o) .Sh AUTHOR -> .Sh AUTHORS;
o) We don't like .Pp before/after .Sh;
o) We don't like .Pp before/after .Rs/.Re;
o) NetBSD -> .Nx;
o) OpenBSD -> .Ox;
millert@ ok
OPENBSD_3_0
mpech 23 years ago
parent
commit
8038b2e506
9 changed files with 15 additions and 20 deletions
  1. +2
    -2
      src/lib/libc/crypt/blowfish.3
  2. +2
    -2
      src/lib/libc/crypt/crypt.3
  3. +2
    -3
      src/lib/libc/hash/rmd160.3
  4. +2
    -3
      src/lib/libc/hash/sha1.3
  5. +1
    -2
      src/lib/libc/stdlib/radixsort.3
  6. +2
    -2
      src/lib/libc/stdlib/rand48.3
  7. +1
    -2
      src/lib/libc/string/strtok.3
  8. +2
    -2
      src/lib/libutil/login_fbtab.3
  9. +1
    -2
      src/lib/libutil/uucplock.3

+ 2
- 2
src/lib/libc/crypt/blowfish.3 View File

@ -1,4 +1,4 @@
.\" $OpenBSD: blowfish.3,v 1.9 2000/04/18 02:31:34 aaron Exp $
.\" $OpenBSD: blowfish.3,v 1.10 2001/08/06 10:42:25 mpech Exp $
.\" .\"
.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
.\" All rights reserved. .\" All rights reserved.
@ -102,5 +102,5 @@ cipher, e.g., for the blowfish password hashing function.
.Xr passwd 1 , .Xr passwd 1 ,
.Xr crypt 3 , .Xr crypt 3 ,
.Xr passwd 5 .Xr passwd 5
.Sh AUTHOR
.Sh AUTHORS
Niels Provos <provos@physnet.uni-hamburg.de> Niels Provos <provos@physnet.uni-hamburg.de>

+ 2
- 2
src/lib/libc/crypt/crypt.3 View File

@ -1,4 +1,4 @@
.\" $OpenBSD: crypt.3,v 1.17 2000/04/28 07:00:19 deraadt Exp $
.\" $OpenBSD: crypt.3,v 1.18 2001/08/06 10:42:25 mpech Exp $
.\" .\"
.\" FreeSec: libcrypt .\" FreeSec: libcrypt
.\" .\"
@ -281,7 +281,7 @@ functions all manipulate the same key space.
.Xr getpass 3 , .Xr getpass 3 ,
.Xr md5 3 , .Xr md5 3 ,
.Xr passwd 5 .Xr passwd 5
.Sh AUTHOR
.Sh AUTHORS
David Burren <davidb@werj.com.au> David Burren <davidb@werj.com.au>
.Sh HISTORY .Sh HISTORY
A rotor-based A rotor-based


+ 2
- 3
src/lib/libc/hash/rmd160.3 View File

@ -1,4 +1,4 @@
.\" $OpenBSD: rmd160.3,v 1.13 2000/12/21 17:34:33 aaron Exp $
.\" $OpenBSD: rmd160.3,v 1.14 2001/08/06 10:42:26 mpech Exp $
.\" .\"
.\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> .\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com>
.\" All rights reserved. .\" All rights reserved.
@ -188,7 +188,7 @@ If a message digest is to be copied to a multi-byte type (ie:
an array of five 32-bit integers) it will be necessary to an array of five 32-bit integers) it will be necessary to
perform byte swapping on little endian machines such as the i386, alpha, perform byte swapping on little endian machines such as the i386, alpha,
and vax. and vax.
.Sh AUTHOR
.Sh AUTHORS
This implementation of RMD-160 was written by Antoon Bosselaers. This implementation of RMD-160 was written by Antoon Bosselaers.
.Pp .Pp
The The
@ -202,7 +202,6 @@ helper functions are derived from code written by Poul-Henning Kamp.
.Xr md4 3 , .Xr md4 3 ,
.Xr md5 3 , .Xr md5 3 ,
.Xr sha1 3 .Xr sha1 3
.Pp
.Rs .Rs
.%A H. Dobbertin, A. Bosselaers, B. Preneel .%A H. Dobbertin, A. Bosselaers, B. Preneel
.%T RIPEMD-160, a strengthened version of RIPEMD .%T RIPEMD-160, a strengthened version of RIPEMD


+ 2
- 3
src/lib/libc/hash/sha1.3 View File

@ -1,4 +1,4 @@
.\" $OpenBSD: sha1.3,v 1.19 2000/12/21 17:34:33 aaron Exp $
.\" $OpenBSD: sha1.3,v 1.20 2001/08/06 10:42:26 mpech Exp $
.\" .\"
.\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> .\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com>
.\" All rights reserved. .\" All rights reserved.
@ -187,7 +187,7 @@ If a message digest is to be copied to a multi-byte type (ie:
an array of five 32-bit integers) it will be necessary to an array of five 32-bit integers) it will be necessary to
perform byte swapping on little endian machines such as the i386, alpha, perform byte swapping on little endian machines such as the i386, alpha,
and vax. and vax.
.Sh AUTHOR
.Sh AUTHORS
This implementation of SHA-1 was written by Steve Reid. This implementation of SHA-1 was written by Steve Reid.
.Pp .Pp
The The
@ -201,7 +201,6 @@ helper functions are derived from code written by Poul-Henning Kamp.
.Xr md4 3 , .Xr md4 3 ,
.Xr md5 3 , .Xr md5 3 ,
.Xr rmd160 3 .Xr rmd160 3
.Pp
.Rs .Rs
.%A J. Burrows .%A J. Burrows
.%T The Secure Hash Standard .%T The Secure Hash Standard


+ 1
- 2
src/lib/libc/stdlib/radixsort.3 View File

@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: radixsort.3,v 1.6 2000/04/20 13:50:02 aaron Exp $
.\" $OpenBSD: radixsort.3,v 1.7 2001/08/06 10:42:26 mpech Exp $
.\" .\"
.Dd January 27, 1994 .Dd January 27, 1994
.Dt RADIXSORT 3 .Dt RADIXSORT 3
@ -125,7 +125,6 @@ for any of the errors specified for the library routine
.Sh SEE ALSO .Sh SEE ALSO
.Xr sort 1 , .Xr sort 1 ,
.Xr qsort 3 .Xr qsort 3
.Pp
.Rs .Rs
.%A Knuth, D.E. .%A Knuth, D.E.
.%D 1968 .%D 1968


+ 2
- 2
src/lib/libc/stdlib/rand48.3 View File

@ -9,7 +9,7 @@
.\" of any kind. I shall in no event be liable for anything that happens .\" of any kind. I shall in no event be liable for anything that happens
.\" to anyone/anything when using this software. .\" to anyone/anything when using this software.
.\" .\"
.\" $OpenBSD: rand48.3,v 1.7 2000/04/20 13:50:02 aaron Exp $
.\" $OpenBSD: rand48.3,v 1.8 2001/08/06 10:42:26 mpech Exp $
.\" .\"
.Dd October 8, 1993 .Dd October 8, 1993
.Dt RAND48 3 .Dt RAND48 3
@ -157,7 +157,7 @@ generator calls.
.Pp .Pp
For a more powerful random number generator, see For a more powerful random number generator, see
.Xr random 3 .Xr random 3
.Sh AUTHOR
.Sh AUTHORS
Martin Birgmeier Martin Birgmeier
.Sh SEE ALSO .Sh SEE ALSO
.Xr arc4random 3 , .Xr arc4random 3 ,


+ 1
- 2
src/lib/libc/string/strtok.3 View File

@ -33,7 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: strtok.3,v 1.14 2000/08/09 15:56:44 aaron Exp $
.\" $OpenBSD: strtok.3,v 1.15 2001/08/06 10:42:26 mpech Exp $
.\" .\"
.Dd June 29, 1991 .Dd June 29, 1991
.Dt STRTOK 3 .Dt STRTOK 3
@ -94,7 +94,6 @@ and
modify the string, modify the string,
.Fa str .Fa str
should not point to an area in the initialized data segment. should not point to an area in the initialized data segment.
.Pp
.Sh EXAMPLES .Sh EXAMPLES
The following will construct an array of pointers to each individual word in The following will construct an array of pointers to each individual word in
the string the string


+ 2
- 2
src/lib/libutil/login_fbtab.3 View File

@ -1,4 +1,4 @@
.\" $OpenBSD: login_fbtab.3,v 1.6 2001/07/13 22:14:07 millert Exp $
.\" $OpenBSD: login_fbtab.3,v 1.7 2001/08/06 10:42:26 mpech Exp $
.\" .\"
.\" Copyright 1995 by Wietse Venema. All rights reserved. Some individual .\" Copyright 1995 by Wietse Venema. All rights reserved. Some individual
.\" files may be covered by other copyrights. .\" files may be covered by other copyrights.
@ -48,7 +48,7 @@ daemon with the severity of
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr fbtab 5 .Xr fbtab 5
.Sh AUTHOR
.Sh AUTHORS
.Bd -unfilled .Bd -unfilled
Wietse Venema (wietse@wzv.win.tue.nl) Wietse Venema (wietse@wzv.win.tue.nl)
Eindhoven University of Technology Eindhoven University of Technology


+ 1
- 2
src/lib/libutil/uucplock.3 View File

@ -1,4 +1,4 @@
.\" $OpenBSD: uucplock.3,v 1.11 2001/01/07 18:29:58 naddy Exp $
.\" $OpenBSD: uucplock.3,v 1.12 2001/08/06 10:42:26 mpech Exp $
.\" .\"
.\" All rights reserved. .\" All rights reserved.
.\" .\"
@ -42,7 +42,6 @@
.Fn uu_unlock "const char *ttyname" .Fn uu_unlock "const char *ttyname"
.Ft const char * .Ft const char *
.Fn uu_lockerr "int uu_lockresult" .Fn uu_lockerr "int uu_lockresult"
.Pp
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Fn uu_lock .Fn uu_lock


Loading…
Cancel
Save