From root@eagle.phc.igs.net Wed Apr  7 15:33:29 1999
Return-Path: <root@eagle.phc.igs.net>
Received: from eagle.phc.igs.net (eagle.phc.igs.net [207.210.17.201])
	by hub.freebsd.org (Postfix) with ESMTP id 2125714EF9
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  7 Apr 1999 15:32:55 -0700 (PDT)
	(envelope-from root@eagle.phc.igs.net)
Received: (from root@localhost)
	by eagle.phc.igs.net (8.9.3/8.9.3) id SAA85377;
	Wed, 7 Apr 1999 18:29:39 GMT
	(envelope-from root)
Message-Id: <199904071829.SAA85377@eagle.phc.igs.net>
Date: Wed, 7 Apr 1999 18:29:39 GMT
From: Sys Admin <root@eagle.phc.igs.net>
Reply-To: root@eagle.phc.igs.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: missing man page for arc4 related functions<Synopsis of the problem (one line)>
X-Send-Pr-Version: 3.2

>Number:         11011
>Category:       docs
>Synopsis:       missing man page for arc4 related functions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr  7 15:40:03 PDT 1999
>Closed-Date:    Tue May 11 05:21:28 PDT 1999
>Last-Modified:  Tue May 11 05:25:16 PDT 1999
>Originator:     Sys Admin
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:

Current

	

>Description:


several libc functions are missing man pages

they are,

arc4addrandom
arc4_getbyte
arc4_getword
arc4_init
arc4_stir
arc4rand_add
arc4random_stir


	

>How-To-Repeat:

man any of the above

	

>Fix:
	
link with arc4random man page

/usr/src/lib/libc/gen/arc4random.3 

	


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: gnats-admin->freebsd-doc 
Responsible-Changed-By: steve 
Responsible-Changed-When: Thu Apr 8 11:22:31 PDT 1999 
Responsible-Changed-Why:  
Misfiled PR. 
State-Changed-From-To: open->closed 
State-Changed-By: kris 
State-Changed-When: Tue May 11 05:21:28 PDT 1999 
State-Changed-Why:  
These are static functions and are not exported by libc. The three arc4* functions 
which are visible to user programs are arc4random(), arc4random_stir() and 
arc4random_addrandom() which are correctly linked to arc4random(3). 

Thanks anyway! 
>Unformatted:
