From simon@arthur.nitro.dk  Mon Apr 21 14:16:30 2003
Return-Path: <simon@arthur.nitro.dk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 84B9A37B404
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Apr 2003 14:16:30 -0700 (PDT)
Received: from arthur.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EB62743FDD
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Apr 2003 14:16:29 -0700 (PDT)
	(envelope-from simon@arthur.nitro.dk)
Received: by arthur.nitro.dk (Postfix, from userid 1000)
	id 6B67B10BF94; Mon, 21 Apr 2003 23:16:28 +0200 (CEST)
Message-Id: <20030421211628.6B67B10BF94@arthur.nitro.dk>
Date: Mon, 21 Apr 2003 23:16:28 +0200 (CEST)
From: Simon L.Nielsen <simon@nitro.dk>
Reply-To: Simon L.Nielsen <simon@nitro.dk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] Missing manlink arc4rand.9 -> random.9
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         51254
>Category:       docs
>Synopsis:       [patch] Missing manlink arc4rand.9 -> random.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    hmp
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 21 14:20:00 PDT 2003
>Closed-Date:    Fri May 09 02:13:10 PDT 2003
>Last-Modified:  Fri May 09 02:13:10 PDT 2003
>Originator:     Simon L. Nielsen
>Release:        FreeBSD 4.8-RC i386
>Organization:
>Environment:
>Description:
The manlink for arc4rand(9) to random(9) is missing.  arc4rand(9) is
referenced in gbde(4).
>How-To-Repeat:
>Fix:
--- man-arc4rand-link.patch begins here ---
Index: share/man/man9/Makefile
===================================================================
RCS file: /home/ncvs/src/share/man/man9/Makefile,v
retrieving revision 1.180
diff -u -d -r1.180 Makefile
--- share/man/man9/Makefile	30 Mar 2003 00:25:23 -0000	1.180
+++ share/man/man9/Makefile	21 Apr 2003 20:08:59 -0000
@@ -172,6 +172,7 @@
 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
--- man-arc4rand-link.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->hmp 
Responsible-Changed-By: hmp 
Responsible-Changed-When: Thu May 8 15:15:17 PDT 2003 
Responsible-Changed-Why:  
I will take care of this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=51254 
State-Changed-From-To: open->closed 
State-Changed-By: hmp 
State-Changed-When: Fri May 9 02:12:30 PDT 2003 
State-Changed-Why:  
Your patch has been committed.  Cheers! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=51254 
>Unformatted:
