diff options
author | alex <> | 1999-05-16 19:55:18 +0000 |
---|---|---|
committer | alex <> | 1999-05-16 19:55:18 +0000 |
commit | e38426b4a145b773ec2a1e0f71ca512e5b11a372 (patch) | |
tree | 7ea5a427829857e223b7f6beae540675d916ff3c /src/lib/libc/crypt | |
parent | 348594ae9996fbccff97c4b838f78053ccfd54d1 (diff) | |
download | openbsd-e38426b4a145b773ec2a1e0f71ca512e5b11a372.tar.gz openbsd-e38426b4a145b773ec2a1e0f71ca512e5b11a372.tar.bz2 openbsd-e38426b4a145b773ec2a1e0f71ca512e5b11a372.zip |
Cleanup xrefs under SEE ALSO. Specifically:
- Sort xrefs by section, and then alphabetically.
- Add missing commas between xref items.
- Remove commas from the last xref entry.
- Remove duplicate entries.
Diffstat (limited to 'src/lib/libc/crypt')
-rw-r--r-- | src/lib/libc/crypt/arc4random.3 | 4 | ||||
-rw-r--r-- | src/lib/libc/crypt/blowfish.3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/crypt/arc4random.3 b/src/lib/libc/crypt/arc4random.3 index 741965c5ac..81200a3139 100644 --- a/src/lib/libc/crypt/arc4random.3 +++ b/src/lib/libc/crypt/arc4random.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: arc4random.3,v 1.4 1998/09/07 16:44:34 aaron Exp $ | 1 | .\" $OpenBSD: arc4random.3,v 1.5 1999/05/16 19:54:46 alex Exp $ |
2 | .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> | 2 | .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> |
3 | .\" All rights reserved. | 3 | .\" All rights reserved. |
4 | .\" | 4 | .\" |
@@ -70,8 +70,8 @@ since | |||
70 | .Fn arc4random | 70 | .Fn arc4random |
71 | automatically initalizes itself. | 71 | automatically initalizes itself. |
72 | .Sh SEE ALSO | 72 | .Sh SEE ALSO |
73 | .Xr rand48 3 , | ||
74 | .Xr rand 3 , | 73 | .Xr rand 3 , |
74 | .Xr rand48 3 , | ||
75 | .Xr random 3 | 75 | .Xr random 3 |
76 | .Sh HISTORY | 76 | .Sh HISTORY |
77 | .Pa RC4 | 77 | .Pa RC4 |
diff --git a/src/lib/libc/crypt/blowfish.3 b/src/lib/libc/crypt/blowfish.3 index 02a1ef8738..6bb54ea138 100644 --- a/src/lib/libc/crypt/blowfish.3 +++ b/src/lib/libc/crypt/blowfish.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: blowfish.3,v 1.2 1998/08/10 18:40:58 provos Exp $ | 1 | .\" $OpenBSD: blowfish.3,v 1.3 1999/05/16 19:54:46 alex Exp $ |
2 | .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> | 2 | .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> |
3 | .\" All rights reserved. | 3 | .\" All rights reserved. |
4 | .\" | 4 | .\" |
@@ -97,8 +97,8 @@ are used for customization of the | |||
97 | .Pa Blowfish | 97 | .Pa Blowfish |
98 | cipher, e.g. for the blowfish password hashing function. | 98 | cipher, e.g. for the blowfish password hashing function. |
99 | .Sh SEE ALSO | 99 | .Sh SEE ALSO |
100 | .Xr crypt 3 , | ||
101 | .Xr passwd 1 , | 100 | .Xr passwd 1 , |
101 | .Xr crypt 3 , | ||
102 | .Xr passwd 5 | 102 | .Xr passwd 5 |
103 | .Sh AUTHOR | 103 | .Sh AUTHOR |
104 | Niels Provos <provos@physnet.uni-hamburg.de> | 104 | Niels Provos <provos@physnet.uni-hamburg.de> |