summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhmp <hmp@FreeBSD.org>2003-05-09 09:12:10 +0000
committerhmp <hmp@FreeBSD.org>2003-05-09 09:12:10 +0000
commit9df1d1f84b1f2ff141d83aa496abdb331371cecd (patch)
tree35a13ae3e41fcf9ac14c89de2dde33434dca093a
parent83107b499fb9706ce31c315216bb26c0ecd6c244 (diff)
downloadFreeBSD-src-9df1d1f84b1f2ff141d83aa496abdb331371cecd.zip
FreeBSD-src-9df1d1f84b1f2ff141d83aa496abdb331371cecd.tar.gz
Add missing MLINK for arc4rand(9). It is documented in
random(9) and referenced by gbde(4). PR: docs/51254 Submitted by: Simon L. Nielsen <simon@nitro.dk> Approved and Reviewed by: des (mentor), re (bmah)
-rw-r--r--share/man/man9/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 30c9723..ccb75bb 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -174,6 +174,7 @@ MLINKS+=pfil.9 pfil_hook_get.9 pfil.9 pfil_add_hook.9 pfil.9 pfil_remove_hook.9
MLINKS+=pfind.9 zpfind.9
MLINKS+=psignal.9 gsignal.9 psignal.9 pgsignal.9
MLINKS+=random.9 srandom.9 random.9 arc4random.9 random.9 read_random.9
+MLINKS+=random.9 arc4rand.9
MLINKS+=rtalloc.9 rtalloc1.9 rtalloc.9 rtalloc_ign.9
MLINKS+=runqueue.9 chooseproc.9 runqueue.9 procrunnable.9
MLINKS+=runqueue.9 remrunqueue.9 runqueue.9 setrunqueue.9
OpenPOWER on IntegriCloud