From 234b7100a1e0f534fb0b8683340b5f7f2f22cd19 Mon Sep 17 00:00:00 2001 From: Chad David Date: Fri, 12 Apr 2002 05:19:12 +0000 Subject: [PATCH] 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. --- share/man/man9/random.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man9/random.9 b/share/man/man9/random.9 index 2347cbc175a9..734e58336b56 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