diff options
| -rw-r--r-- | share/man/man9/random.9 | 4 |
1 files 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 |
