summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-04-17 10:44:49 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-04-17 10:44:49 +0000
commit9bd0a45fb06ebabf147172ab82816f849ec167a5 (patch)
tree41dbffaeed0c47bda4b7d0881efcd1c838780240
parent03e42a2bfdea4baf1488af4b883ef0914c4d2510 (diff)
- random.9 changed to arc4random.9
- MLINKS updated to point to arc4random.9 - random.9 remains as link to kern.9 ok miod@
-rw-r--r--share/man/man9/Makefile23
-rw-r--r--share/man/man9/arc4random.9 (renamed from share/man/man9/random.9)6
2 files changed, 14 insertions, 15 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index f4ccfc70b3b..62dbf8964f3 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.68 2003/04/16 07:34:57 mickey Exp $
+# $OpenBSD: Makefile,v 1.69 2003/04/17 10:44:48 jmc Exp $
# $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $
# Makefile for section 9 (kernel function and variable) manual pages.
-MAN= altq.9 audio.9 autoconf.9 boot.9 bus_dma.9 bus_space.9 \
+MAN= altq.9 arc4random.9 audio.9 autoconf.9 boot.9 bus_dma.9 bus_space.9 \
copy.9 crypto.9 ctxsw.9 disk.9 disklabel.9 \
dohooks.9 dopowerhooks.9 doshutdownhooks.9 dostartuphooks.9 \
extattr.9 file.9 \
@@ -12,7 +12,7 @@ MAN= altq.9 audio.9 autoconf.9 boot.9 bus_dma.9 bus_space.9 \
kern.9 kthread.9 lock.9 malloc.9 mbuf.9 mbuf_tags.9 md5.9 microtime.9 \
panic.9 pfind.9 physio.9 pmap.9 \
pool.9 powerhook_establish.9 ppsratecheck.9 printf.9 psignal.9 \
- radio.9 random.9 rasops.9 ratecheck.9 resettodr.9 \
+ radio.9 rasops.9 ratecheck.9 resettodr.9 \
shutdownhook_establish.9 sleep.9 spl.9 startuphook_establish.9 \
style.9 \
time.9 timeout.9 tvtohz.9 uiomove.9 uvm.9 \
@@ -126,15 +126,14 @@ MLINKS+=mbuf.9 m_copym2.9 mbuf.9 m_copym.9 mbuf.9 m_free.9 mbuf.9 MFREE.9 \
mbuf.9 MEXTALLOC.9 mbuf.9 MCLGET.9 mbuf.9 MEXTADD.9 mbuf.9 M_ALIGN.9 \
mbuf.9 MH_ALIGN.9 mbuf.9 M_READONLY.9 mbuf.9 M_LEADINGSPACE.9 \
mbuf.9 M_TRAILINGSPACE.9 mbuf.9 MCHTYPE.9
-MLINKS+=random.9 add_true_randomness.9 \
- random.9 add_timer_randomness.9 \
- random.9 add_mouse_randomness.9 \
- random.9 add_tty_randomness.9 \
- random.9 add_net_randomness.9 \
- random.9 add_disk_randomness.9 \
- random.9 add_audio_randomness.9 \
- random.9 get_random_bytes.9 \
- random.9 arc4random.9
+MLINKS+=arc4random.9 add_true_randomness.9 \
+ arc4random.9 add_timer_randomness.9 \
+ arc4random.9 add_mouse_randomness.9 \
+ arc4random.9 add_tty_randomness.9 \
+ arc4random.9 add_net_randomness.9 \
+ arc4random.9 add_disk_randomness.9 \
+ arc4random.9 add_audio_randomness.9 \
+ arc4random.9 get_random_bytes.9
MLINKS+=pfind.9 pgfind.9
MLINKS+=pmap.9 pmap_init.9 pmap.9 pmap_enter.9 pmap.9 pmap_remove.9 \
pmap.9 pmap_unwire.9 pmap.9 pmap_protect.9 pmap.9 pmap_page_protect.9 \
diff --git a/share/man/man9/random.9 b/share/man/man9/arc4random.9
index 3e184065f47..b75542e9c47 100644
--- a/share/man/man9/random.9
+++ b/share/man/man9/arc4random.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: random.9,v 1.12 2002/05/27 01:59:58 deraadt Exp $
+.\" $OpenBSD: arc4random.9,v 1.1 2003/04/17 10:44:48 jmc Exp $
.\"
.\" Copyright (c) 1996,2000 Michael Shalayeff
.\" All rights reserved.
@@ -29,10 +29,10 @@
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd March 26, 1996
-.Dt RND 9
+.Dt ARC4RANDOM 9
.Os
.Sh NAME
-.Nm random
+.Nm arc4random
.Nd device kernel interface
.Sh SYNOPSIS
.Fd #include <dev/rndvar.h>