diff options
author | aaron <> | 1999-05-23 14:11:03 +0000 |
---|---|---|
committer | aaron <> | 1999-05-23 14:11:03 +0000 |
commit | e6b2922cf0ad8bc29c297cc71a1f5c4eb01a3ece (patch) | |
tree | 0b459f7710872d074a69856634e445a3edbb9e72 /src/lib/libc/crypt | |
parent | 1abc8be4fa63f568a83ba3d03fda54416a6206ff (diff) | |
download | openbsd-e6b2922cf0ad8bc29c297cc71a1f5c4eb01a3ece.tar.gz openbsd-e6b2922cf0ad8bc29c297cc71a1f5c4eb01a3ece.tar.bz2 openbsd-e6b2922cf0ad8bc29c297cc71a1f5c4eb01a3ece.zip |
remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com
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 bf88ddde72..7f427f7ba6 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.6 1999/05/17 18:14:36 deraadt Exp $ | 1 | .\" $OpenBSD: arc4random.3,v 1.7 1999/05/23 14:10:58 aaron 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 | .\" |
@@ -31,7 +31,7 @@ | |||
31 | .\" | 31 | .\" |
32 | .Dd April 15, 1997 | 32 | .Dd April 15, 1997 |
33 | .Dt ARC4RANDOM 3 | 33 | .Dt ARC4RANDOM 3 |
34 | .Os "OpenBSD 2.0" | 34 | .Os |
35 | .Sh NAME | 35 | .Sh NAME |
36 | .Nm arc4random, | 36 | .Nm arc4random, |
37 | .Nm arc4random_stir, | 37 | .Nm arc4random_stir, |
diff --git a/src/lib/libc/crypt/blowfish.3 b/src/lib/libc/crypt/blowfish.3 index 6bb54ea138..0ab44d21d2 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.3 1999/05/16 19:54:46 alex Exp $ | 1 | .\" $OpenBSD: blowfish.3,v 1.4 1999/05/23 14:10:58 aaron 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 | .\" |
@@ -31,7 +31,7 @@ | |||
31 | .\" | 31 | .\" |
32 | .Dd February 13, 1997 | 32 | .Dd February 13, 1997 |
33 | .Dt BLOWFISH 3 | 33 | .Dt BLOWFISH 3 |
34 | .Os "OpenBSD 2.0" | 34 | .Os |
35 | .Sh NAME | 35 | .Sh NAME |
36 | .Nm blf_key, | 36 | .Nm blf_key, |
37 | .Nm blf_enc, | 37 | .Nm blf_enc, |