Module Name:    src
Committed By:   riastradh
Date:           Mon Apr 13 22:23:54 UTC 2015

Modified Files:
        src/share/man/man4: rnd.4
        src/share/man/man9: rnd.9

Log Message:
Update header file references in rnd man pages.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/share/man/man4/rnd.4
cvs rdiff -u -r1.24 -r1.25 src/share/man/man9/rnd.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/rnd.4
diff -u src/share/man/man4/rnd.4:1.21 src/share/man/man4/rnd.4:1.22
--- src/share/man/man4/rnd.4:1.21	Wed Jan  7 18:50:18 2015
+++ src/share/man/man4/rnd.4	Mon Apr 13 22:23:54 2015
@@ -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 @@ The
 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,

Index: src/share/man/man9/rnd.9
diff -u src/share/man/man9/rnd.9:1.24 src/share/man/man9/rnd.9:1.25
--- src/share/man/man9/rnd.9:1.24	Sun Aug 10 17:17:04 2014
+++ src/share/man/man9/rnd.9	Mon Apr 13 22:23:54 2015
@@ -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 @@ Direct access to the entropy pool is uns
 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 ,

Reply via email to