summaryrefslogtreecommitdiff
path: root/share/man/man9
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1996-12-17 22:56:05 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1996-12-17 22:56:05 +0000
commit973272e1460e97b039171d97bc1b895a49329ad0 (patch)
tree8dc4c3b94606261de9c6a599d618a0178387b847 /share/man/man9
parent2c3b215724f01fd9421173a8aff38c4ebad61df0 (diff)
rnd -> random doncha know
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/random.9 (renamed from share/man/man9/rnd.9)6
1 files changed, 3 insertions, 3 deletions
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