Browse Source

- section reorder in crypt(3)

- use .An/.Aq for authors
OPENBSD_3_4
jmc 21 years ago
parent
commit
3445741ae0
2 changed files with 5 additions and 5 deletions
  1. +2
    -2
      src/lib/libc/crypt/blowfish.3
  2. +3
    -3
      src/lib/libc/crypt/crypt.3

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

@ -1,4 +1,4 @@
.\" $OpenBSD: blowfish.3,v 1.10 2001/08/06 10:42:25 mpech Exp $
.\" $OpenBSD: blowfish.3,v 1.11 2003/05/30 13:06:02 jmc Exp $
.\"
.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
.\" All rights reserved.
@ -103,4 +103,4 @@ cipher, e.g., for the blowfish password hashing function.
.Xr crypt 3 ,
.Xr passwd 5
.Sh AUTHORS
Niels Provos <provos@physnet.uni-hamburg.de>
.An Niels Provos Aq provos@physnet.uni-hamburg.de

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

@ -1,4 +1,4 @@
.\" $OpenBSD: crypt.3,v 1.19 2002/01/24 20:33:45 mickey Exp $
.\" $OpenBSD: crypt.3,v 1.20 2003/05/30 13:06:02 jmc Exp $
.\"
.\" FreeSec: libcrypt
.\"
@ -281,8 +281,6 @@ functions all manipulate the same key space.
.Xr getpass 3 ,
.Xr md5 3 ,
.Xr passwd 5
.Sh AUTHORS
David Burren <davidb@werj.com.au>
.Sh HISTORY
A rotor-based
.Fn crypt
@ -306,6 +304,8 @@ Special care has been taken
in the library so that programs which only use the
.Fn crypt
interface do not pull in the other components.
.Sh AUTHORS
.An David Burren Aq davidb@werj.com.au
.Sh BUGS
The
.Fn crypt


Loading…
Cancel
Save