summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/random.4 (renamed from share/man/man4/rnd.4)26
-rw-r--r--share/man/man9/random.9 (renamed from share/man/man9/rnd.9)6
2 files changed, 16 insertions, 16 deletions
diff --git a/share/man/man4/rnd.4 b/share/man/man4/random.4
index 89ea21faf04..253fc21b49b 100644
--- a/share/man/man4/rnd.4
+++ b/share/man/man4/random.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rnd.4,v 1.2 1996/09/10 05:26:08 mickey Exp $
+.\" $OpenBSD: random.4,v 1.1 1996/12/17 22:56:03 millert Exp $
.\"
.\" Copyright (c) 1996 Michael Shalayeff
.\"
@@ -33,10 +33,10 @@
.Dt RND 4
.Os OpenBSD
.Sh NAME
-.Nm rnd
-.Nm srnd
-.Nm urnd
-.Nm prnd
+.Nm random
+.Nm srandom
+.Nm urandom
+.Nm prandom
.Nd random data source devices.
.Sh SYNOPSIS
.Cd "pseudo-device random"
@@ -44,23 +44,23 @@
The
.Nm
device produces random data, with different random quality.
-{s,u}rnd devices generates random data based on the system activity
+{s,u}random devices generates random data based on the system activity
(like disk and network devices).
.Pp
.Bl -hang -width Ds
-.It rnd
+.It random
reserved for nuclear noise generators.
-.It srnd
+.It srandom
strong random data.
-.It urnd
+.It urandom
same as above, but does not guaranties the data to be strong.
-.It prnd
+.It prandom
simple pseudo-random generator (as it is in the kernel).
.Sh SEE ALSO
-rnd(9)
+random(9)
.Sh FILES
-.Bl -tag -width /dev/rnd, /dev/srnd, /dev/urnd, /dev/prnd
-.It Pa /dev/rnd, /dev/srnd, /dev/urnd, /dev/prnd
+.Bl -tag -width /dev/random, /dev/srandom, /dev/urandom, /dev/prandom
+.It Pa /dev/random, /dev/srandom, /dev/urandom, /dev/prandom
.El
.Sh HISTORY
An
diff --git a/share/man/man9/rnd.9 b/share/man/man9/random.9
index 68e74869b6c..2c4f30f3093 100644
--- a/share/man/man9/rnd.9
+++ b/share/man/man9/random.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rnd.9,v 1.2 1996/04/24 17:54:23 mickey Exp $
+.\" $OpenBSD: random.9,v 1.1 1996/12/17 22:56:04 millert Exp $
.\"
.\" Copyright (c) 1996 Michael Shalayeff
.\" All rights reserved.
@@ -50,7 +50,7 @@ for the random data source device for future processing.
.Pp
get_random_bytes maybe used to retrive strong random data, just
as it would by
-.Xr srnd 4
+.Xr srandom 4
device.
.Sh SEE ALSO
-.Xr rnd 4
+.Xr random 4