summaryrefslogtreecommitdiffstats
path: root/share/man/man9/random.9
diff options
context:
space:
mode:
authordavidc <davidc@FreeBSD.org>2002-04-12 05:19:12 +0000
committerdavidc <davidc@FreeBSD.org>2002-04-12 05:19:12 +0000
commit4ebe7db9076a43a7128257d6157c6237a01e7864 (patch)
tree2d7a6be9b8c99cc01aff39dd49768475786b804a /share/man/man9/random.9
parentc4361adf2ac4aacc35d155184411dfdbcbab9efc (diff)
downloadFreeBSD-src-4ebe7db9076a43a7128257d6157c6237a01e7864.zip
FreeBSD-src-4ebe7db9076a43a7128257d6157c6237a01e7864.tar.gz
Update the prototype for read_random to reflect that the count parameter
is an int not an unsigned int, and that it returns an int not an unsigned int.
Diffstat (limited to 'share/man/man9/random.9')
-rw-r--r--share/man/man9/random.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/random.9 b/share/man/man9/random.9
index 2347cbc..734e583 100644
--- a/share/man/man9/random.9
+++ b/share/man/man9/random.9
@@ -45,8 +45,8 @@
.Fn arc4random "void"
.Pp
.In sys/random.h
-.Ft u_int
-.Fn read_random "void *buffer" "u_int count"
+.Ft int
+.Fn read_random "void *buffer" "int count"
.Sh DESCRIPTION
The
.Fn random
OpenPOWER on IntegriCloud