Module Name: src
Committed By: skrll
Date: Tue Mar 24 08:48:32 UTC 2020
Modified Files:
src/share/man/man9: cprng.9
Log Message:
Fix cprng_fast64 return type to match code
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/share/man/man9/cprng.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/man9/cprng.9
diff -u src/share/man/man9/cprng.9:1.10 src/share/man/man9/cprng.9:1.11
--- src/share/man/man9/cprng.9:1.10 Thu Feb 19 15:38:30 2015
+++ src/share/man/man9/cprng.9 Tue Mar 24 08:48:31 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: cprng.9,v 1.10 2015/02/19 15:38:30 riastradh Exp $
+.\" $NetBSD: cprng.9,v 1.11 2020/03/24 08:48:31 skrll Exp $
.\"
.\" Copyright (c) 2011-2015 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd February 19, 2015
+.Dd March 24, 2020
.Dt CPRNG 9
.Os
.Sh NAME
@@ -57,7 +57,7 @@
.Fn cprng_fast "void *buf" "size_t len"
.Ft uint32_t
.Fn cprng_fast32 "void"
-.Ft uint32_t
+.Ft uint64_t
.Fn cprng_fast64 "void"
.Bd -literal
#define CPRNG_MAX_LEN 524288