NetBSD Problem Report #17992
Received: (qmail 25729 invoked by uid 605); 19 Aug 2002 17:37:55 -0000
Message-Id: <20020819173754.7321611124@narn.netbsd.org>
Date: Mon, 19 Aug 2002 10:37:54 -0700 (PDT)
From: ChristianBiere@gmx.de
Sender: gnats-bugs-owner@netbsd.org
Reply-To: ChristianBiere@gmx.de
To: gnats-bugs@gnats.netbsd.org
Subject: man rnd(9) mentions .*_FLAGS_.* instead of .*_FLAG_.*
X-Send-Pr-Version: www-1.0
>Number: 17992
>Category: kern
>Synopsis: man rnd(9) mentions .*_FLAGS_.* instead of .*_FLAG_.*
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: kern-bug-people
>State: closed
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Mon Aug 19 17:38:00 +0000 2002
>Closed-Date: Mon Aug 19 17:42:17 +0000 2002
>Last-Modified: Mon Aug 19 17:42:17 +0000 2002
>Originator: Christian Biere
>Release: 1.6_BETA4
>Organization:
>Environment:
>Description:
man rnd(9) mentions these two flags which don't exist:
RND_FLAGS_NO_COLLECT
RND_FLAGS_NO_ESTIMATE
It should mention these instead:
RND_FLAG_NO_COLLECT
RND_FLAG_NO_ESTIMATE
>How-To-Repeat:
>Fix:
Index: rnd.9
===================================================================
RCS file: /cvsroot/sharesrc/share/man/man9/rnd.9,v
retrieving revision 1.11
diff -u -r1.11 rnd.9
--- rnd.9 2002/02/13 08:18:50 1.11
+++ rnd.9 2002/08/19 16:58:33
@@ -96,13 +96,13 @@
.Pp
.Fa flags
are the logical OR of
-.Dv RND_FLAGS_NO_COLLECT (don't collect or estimate)
-.Dv RND_FLAGS_NO_ESTIMATE (don't estimate)
+.Dv RND_FLAG_NO_COLLECT (don't collect or estimate)
+.Dv RND_FLAG_NO_ESTIMATE (don't estimate)
to control the default setting for collection and estimation. Note that
devices of type
.Dv RND_TYPE_NET
default to
-.Dv RND_FLAGS_NO_ESTIMATE .
+.Dv RND_FLAG_NO_ESTIMATE .
.Pp
.It Fn rnd_detach_source "rndsource_element_t *rnd_source"
This function disconnects the device from entropy collection.
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed
State-Changed-By: wiz
State-Changed-When: Mon Aug 19 10:42:01 PDT 2002
State-Changed-Why:
Fixed, thanks.
>Unformatted:
(Contact us)
$NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.