diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-15 02:15:31 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-15 02:15:31 +0000 |
commit | eebf512f9ccf68c32dd3357d8b220432728968c3 (patch) | |
tree | 6858a0c3ff6902f83bd5f4867667f4083aaae0d5 /lib/libc/crypt | |
parent | 1b52790c858f028bdd5d92656f0aecc3b609deef (diff) |
Mostly punctuation fixes.
Diffstat (limited to 'lib/libc/crypt')
-rw-r--r-- | lib/libc/crypt/arc4random.3 | 7 | ||||
-rw-r--r-- | lib/libc/crypt/blowfish.3 | 7 | ||||
-rw-r--r-- | lib/libc/crypt/crypt.3 | 5 |
3 files changed, 10 insertions, 9 deletions
diff --git a/lib/libc/crypt/arc4random.3 b/lib/libc/crypt/arc4random.3 index 1c3ddcb1b11..f4116a1e826 100644 --- a/lib/libc/crypt/arc4random.3 +++ b/lib/libc/crypt/arc4random.3 @@ -1,4 +1,5 @@ -.\" $OpenBSD: arc4random.3,v 1.12 2000/04/02 17:59:04 millert Exp $ +.\" $OpenBSD: arc4random.3,v 1.13 2000/04/15 02:15:22 aaron Exp $ +.\" .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -33,8 +34,8 @@ .Dt ARC4RANDOM 3 .Os .Sh NAME -.Nm arc4random, -.Nm arc4random_stir, +.Nm arc4random , +.Nm arc4random_stir , .Nm arc4random_addrandom .Nd arc4 random number generator .Sh SYNOPSIS diff --git a/lib/libc/crypt/blowfish.3 b/lib/libc/crypt/blowfish.3 index 41dfb59bc9b..b5fdae92b19 100644 --- a/lib/libc/crypt/blowfish.3 +++ b/lib/libc/crypt/blowfish.3 @@ -1,4 +1,5 @@ -.\" $OpenBSD: blowfish.3,v 1.7 2000/03/14 21:31:44 aaron Exp $ +.\" $OpenBSD: blowfish.3,v 1.8 2000/04/15 02:15:22 aaron Exp $ +.\" .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -33,8 +34,8 @@ .Dt BLOWFISH 3 .Os .Sh NAME -.Nm blf_key, -.Nm blf_enc, +.Nm blf_key , +.Nm blf_enc , .Nm blf_dec .Nd Blowfish encryption .Sh SYNOPSIS diff --git a/lib/libc/crypt/crypt.3 b/lib/libc/crypt/crypt.3 index 11f465faa82..daa9c4d844a 100644 --- a/lib/libc/crypt/crypt.3 +++ b/lib/libc/crypt/crypt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypt.3,v 1.14 2000/01/22 02:17:55 aaron Exp $ +.\" $OpenBSD: crypt.3,v 1.15 2000/04/15 02:15:22 aaron Exp $ .\" .\" FreeSec: libcrypt .\" @@ -234,8 +234,7 @@ iterations of and stores the 64-bit result in the 8 characters at .Fa out (which may be the same as -.Fa in -). +.Fa in ) . The .Fa salt specifies perturbations to the |