diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-01-09 00:06:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-01-09 00:06:51 +0000 |
commit | 5184e1977dc1560318ab493280820be82b90def9 (patch) | |
tree | adf4f57f2889c3db84208b38cd6d1ccdbe10ead1 /share/man/man4 | |
parent | b288d2afa17ee27c1afe9739aac0d45a71f0c621 (diff) |
update random(4) and arc4random(9) manual pages
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/random.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/random.4 b/share/man/man4/random.4 index ce43a8615fe..7e45fbe16cb 100644 --- a/share/man/man4/random.4 +++ b/share/man/man4/random.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: random.4,v 1.26 2011/01/07 08:23:27 jmc Exp $ +.\" $OpenBSD: random.4,v 1.27 2011/01/09 00:06:50 deraadt Exp $ .\" .\" Copyright (c) 1996, 1997 Michael Shalayeff .\" @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: January 7 2011 $ +.Dd $Mdocdate: January 9 2011 $ .Dt RANDOM 4 .Os .Sh NAME @@ -64,7 +64,7 @@ these devices every time. .Xr glxsb 4 , .Xr pchb 4 , .Xr md5 9 , -.Xr random 9 +.Xr arc4random 9 .Sh HISTORY A .Nm |