summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt
diff options
context:
space:
mode:
authorjmc <>2007-05-02 16:48:54 +0000
committerjmc <>2007-05-02 16:48:54 +0000
commit9dcb876ffed39cc9b5e7ca91d7960109ea2c246c (patch)
tree369614e1652cb9dfb388dffdf3026c96e1d6e714 /src/lib/libc/crypt
parent20e1754dbe2258381c92dd73706e8d82c0393765 (diff)
downloadopenbsd-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.34
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
87since 87since
88.Fn arc4random 88.Fn arc4random
89automatically initializes itself. 89automatically initializes itself.
90Sh RETURN VALUES 90.Sh RETURN VALUES
91These functions are always successful, and no return value is 91These functions are always successful, and no return value is
92reserved to indicate an error. 92reserved to indicate an error.
93.Sh SEE ALSO 93.Sh SEE ALSO