Source-Changes-HG archive

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

[src/trunk]: src/share/man Update header file references in rnd man pages.



details:   https://anonhg.NetBSD.org/src/rev/ec9f313f34fc
branches:  trunk
changeset: 337401:ec9f313f34fc
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Apr 13 22:23:54 2015 +0000

description:
Update header file references in rnd man pages.

diffstat:

 share/man/man4/rnd.4 |  4 ++--
 share/man/man9/rnd.9 |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r f782ab4d8977 -r ec9f313f34fc share/man/man4/rnd.4
--- a/share/man/man4/rnd.4      Mon Apr 13 22:18:50 2015 +0000
+++ b/share/man/man4/rnd.4      Mon Apr 13 22:23:54 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: rnd.4,v 1.21 2015/01/07 18:50:18 riastradh Exp $
+.\"    $NetBSD: rnd.4,v 1.22 2015/04/13 22:23:54 riastradh Exp $
 .\"
 .\" Copyright (c) 2014 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -244,7 +244,7 @@
 and
 .Pa /dev/urandom
 devices support a number of ioctls, defined in the
-.In sys/rnd.h
+.In sys/rndio.h
 header file, for querying and controlling the entropy pool.
 .Pp
 Since timing between hardware events contributes to the entropy pool,
diff -r f782ab4d8977 -r ec9f313f34fc share/man/man9/rnd.9
--- a/share/man/man9/rnd.9      Mon Apr 13 22:18:50 2015 +0000
+++ b/share/man/man9/rnd.9      Mon Apr 13 22:23:54 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: rnd.9,v 1.24 2014/08/10 17:17:04 wiz Exp $
+.\"    $NetBSD: rnd.9,v 1.25 2015/04/13 22:23:54 riastradh Exp $
 .\"
 .\" Copyright (c) 1997 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -38,7 +38,7 @@
 .Nm rnd_add_uint32
 .Nd functions to make a device available for entropy collection
 .Sh SYNOPSIS
-.In sys/rnd.h
+.In sys/rndsource.h
 .Ft void
 .Fn rnd_attach_source "krndsource_t *rnd_source" "char *devname" "uint32_t source_type" "uint32_t flags"
 .Ft void
@@ -220,7 +220,7 @@
 There is no supported API for direct access to the output of the entropy pool.
 .\" .Sh ERRORS
 .Sh FILES
-These functions are declared in src/sys/sys/rnd.h and defined in
+These functions are declared in src/sys/sys/rndsource.h and defined in
 src/sys/kern/kern_rndq.c.
 .Sh SEE ALSO
 .Xr rnd 4 ,



Home | Main Index | Thread Index | Old Index