From 03a0a09e987d9fa66e685d80c99ff9e6407d53d7 Mon Sep 17 00:00:00 2001 From: Hiten Pandya Date: Fri, 9 May 2003 09:12:10 +0000 Subject: [PATCH] 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 Approved and Reviewed by: des (mentor), re (bmah) --- share/man/man9/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 30c97234044..ccb75bb8bdc 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