diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1997-06-25 22:28:30 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1997-06-25 22:28:30 +0000 |
commit | 708f3a97fc110e441a4b3380b7dcdc94c5e9f55a (patch) | |
tree | 410a635a97c64c6e8ba6171b374b9de51d75cedc /share/man | |
parent | 29afff72fde3b5fe833b2781b309cfd00405f388 (diff) |
Typo correction.
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 |