Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 It's RND_FLAG_*, not RND_FLAGS*. Noted by Chr...



details:   https://anonhg.NetBSD.org/src/rev/355246b60fe6
branches:  trunk
changeset: 535461:355246b60fe6
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Aug 19 17:41:46 2002 +0000

description:
It's RND_FLAG_*, not RND_FLAGS*. Noted by Christian Biere in kern/17992.
Also fix an unrelated mdoc error.

diffstat:

 share/man/man9/rnd.9 |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r c22f1a7f66fe -r 355246b60fe6 share/man/man9/rnd.9
--- a/share/man/man9/rnd.9      Mon Aug 19 15:07:33 2002 +0000
+++ b/share/man/man9/rnd.9      Mon Aug 19 17:41:46 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: rnd.9,v 1.11 2002/02/13 08:18:50 ross Exp $
+.\"    $NetBSD: rnd.9,v 1.12 2002/08/19 17:41:46 wiz Exp $
 .\"
 .\" Copyright (c) 1997 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -96,13 +96,15 @@
 .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.



Home | Main Index | Thread Index | Old Index