summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-05-02 16:48:55 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-05-02 16:48:55 +0000
commit8687332e2e6df8dc45b5dff09630faf38673b2b1 (patch)
treeb6404081a9b456a9a4882157db0a8c190ef61f2d /lib
parent52906562f03b113ced88f690307653c1ba5e7ad5 (diff)
macros at start of line require a `.';
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/crypt/arc4random.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/crypt/arc4random.3 b/lib/libc/crypt/arc4random.3
index 7416e440148..34f414d581c 100644
--- a/lib/libc/crypt/arc4random.3
+++ b/lib/libc/crypt/arc4random.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: arc4random.3,v 1.20 2007/05/02 09:20:59 pyr Exp $
+.\" $OpenBSD: arc4random.3,v 1.21 2007/05/02 16:48:54 jmc Exp $
.\"
.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
.\" All rights reserved.
@@ -87,7 +87,7 @@ before using
since
.Fn arc4random
automatically initializes itself.
-Sh RETURN VALUES
+.Sh RETURN VALUES
These functions are always successful, and no return value is
reserved to indicate an error.
.Sh SEE ALSO