diff options
author | jmc <> | 2007-05-02 16:48:54 +0000 |
---|---|---|
committer | jmc <> | 2007-05-02 16:48:54 +0000 |
commit | 9dcb876ffed39cc9b5e7ca91d7960109ea2c246c (patch) | |
tree | 369614e1652cb9dfb388dffdf3026c96e1d6e714 /src/lib/libc/crypt | |
parent | 20e1754dbe2258381c92dd73706e8d82c0393765 (diff) | |
download | openbsd-9dcb876ffed39cc9b5e7ca91d7960109ea2c246c.tar.gz openbsd-9dcb876ffed39cc9b5e7ca91d7960109ea2c246c.tar.bz2 openbsd-9dcb876ffed39cc9b5e7ca91d7960109ea2c246c.zip |
macros at start of line require a `.';
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 7416e44014..34f414d581 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.20 2007/05/02 09:20:59 pyr Exp $ | 1 | .\" $OpenBSD: arc4random.3,v 1.21 2007/05/02 16:48:54 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> | 3 | .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> |
4 | .\" All rights reserved. | 4 | .\" All rights reserved. |
@@ -87,7 +87,7 @@ before using | |||
87 | since | 87 | since |
88 | .Fn arc4random | 88 | .Fn arc4random |
89 | automatically initializes itself. | 89 | automatically initializes itself. |
90 | Sh RETURN VALUES | 90 | .Sh RETURN VALUES |
91 | These functions are always successful, and no return value is | 91 | These functions are always successful, and no return value is |
92 | reserved to indicate an error. | 92 | reserved to indicate an error. |
93 | .Sh SEE ALSO | 93 | .Sh SEE ALSO |