diff options
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/random.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/random.4 b/share/man/man4/random.4 index 168f450dbc9..b32b5b5aa68 100644 --- a/share/man/man4/random.4 +++ b/share/man/man4/random.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: random.4,v 1.2 1997/06/15 03:41:49 mickey Exp $ +.\" $OpenBSD: random.4,v 1.3 1997/06/25 22:28:29 angelos Exp $ .\" .\" Copyright (c) 1996, 1997 Michael Shalayeff .\" @@ -56,7 +56,7 @@ reserved for nuclear noise generators. .It /dev/srandom strong random data. .It /dev/urandom -same as above, but does not guaranties the data to be strong. +same as above, but does not guarantees the data to be strong. .It /dev/prandom simple pseudo-random generator (as it is in the kernel). .It /dev/arandom |