diff options
author | aaron <> | 1999-05-25 13:06:46 +0000 |
---|---|---|
committer | aaron <> | 1999-05-25 13:06:46 +0000 |
commit | 57296c612c4cd0e23f9467bfe1b60679cff7deaa (patch) | |
tree | d42fde24f9c3890ae0995ea36b55a84b5f84975a /src/lib/libc/crypt | |
parent | e3dff71d030fda448c247d737ae87f11183d848e (diff) | |
download | openbsd-57296c612c4cd0e23f9467bfe1b60679cff7deaa.tar.gz openbsd-57296c612c4cd0e23f9467bfe1b60679cff7deaa.tar.bz2 openbsd-57296c612c4cd0e23f9467bfe1b60679cff7deaa.zip |
punctuation
Diffstat (limited to 'src/lib/libc/crypt')
-rw-r--r-- | src/lib/libc/crypt/arc4random.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/crypt/arc4random.3 b/src/lib/libc/crypt/arc4random.3 index 7f427f7ba6..d9797d5d45 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.7 1999/05/23 14:10:58 aaron Exp $ | 1 | .\" $OpenBSD: arc4random.3,v 1.8 1999/05/25 13:06:44 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 | .\" |
@@ -36,7 +36,7 @@ | |||
36 | .Nm arc4random, | 36 | .Nm arc4random, |
37 | .Nm arc4random_stir, | 37 | .Nm arc4random_stir, |
38 | .Nm arc4random_addrandom | 38 | .Nm arc4random_addrandom |
39 | .Nd arc4 random number generator. | 39 | .Nd arc4 random number generator |
40 | .Sh SYNOPSIS | 40 | .Sh SYNOPSIS |
41 | .Fd #include <stdlib.h> | 41 | .Fd #include <stdlib.h> |
42 | .Ft u_int32_t | 42 | .Ft u_int32_t |