summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt/arc4random.3
diff options
context:
space:
mode:
authortedu <>2013-06-05 03:39:23 +0000
committertedu <>2013-06-05 03:39:23 +0000
commit9144d249f7d631607805dfaa764531b75021a078 (patch)
tree97667fe496ef1ff70a824f63a20a3b9e63a34bc8 /src/lib/libc/crypt/arc4random.3
parent3c06c9f91ba98ce2cdea4031cbaf6c10a938902b (diff)
downloadopenbsd-9144d249f7d631607805dfaa764531b75021a078.tar.gz
openbsd-9144d249f7d631607805dfaa764531b75021a078.tar.bz2
openbsd-9144d249f7d631607805dfaa764531b75021a078.zip
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
Diffstat (limited to 'src/lib/libc/crypt/arc4random.3')
-rw-r--r--src/lib/libc/crypt/arc4random.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/crypt/arc4random.3 b/src/lib/libc/crypt/arc4random.3
index aa2e12fb48..3cc26bbf18 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.28 2012/07/26 18:39:48 naddy Exp $ 1.\" $OpenBSD: arc4random.3,v 1.29 2013/06/05 03:39:22 tedu 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.
@@ -30,7 +30,7 @@
30.\" 30.\"
31.\" Manual page, using -mandoc macros 31.\" Manual page, using -mandoc macros
32.\" 32.\"
33.Dd $Mdocdate: July 26 2012 $ 33.Dd $Mdocdate: June 5 2013 $
34.Dt ARC4RANDOM 3 34.Dt ARC4RANDOM 3
35.Os 35.Os
36.Sh NAME 36.Sh NAME
@@ -41,7 +41,7 @@
41.Nm arc4random_addrandom 41.Nm arc4random_addrandom
42.Nd arc4 random number generator 42.Nd arc4 random number generator
43.Sh SYNOPSIS 43.Sh SYNOPSIS
44.Fd #include <stdlib.h> 44.In stdlib.h
45.Ft u_int32_t 45.Ft u_int32_t
46.Fn arc4random "void" 46.Fn arc4random "void"
47.Ft void 47.Ft void