Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 cprng(9): Note ipl must be at most IPL_SOFTSE...
details: https://anonhg.NetBSD.org/src/rev/57673d99a053
branches: trunk
changeset: 366196:57673d99a053
user: riastradh <riastradh%NetBSD.org@localhost>
date: Tue May 17 15:00:05 2022 +0000
description:
cprng(9): Note ipl must be at most IPL_SOFTSERIAL now.
diffstat:
share/man/man9/cprng.9 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b6fa20f95362 -r 57673d99a053 share/man/man9/cprng.9
--- a/share/man/man9/cprng.9 Tue May 17 11:41:41 2022 +0000
+++ b/share/man/man9/cprng.9 Tue May 17 15:00:05 2022 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: cprng.9,v 1.15 2022/03/16 23:56:33 riastradh Exp $
+.\" $NetBSD: cprng.9,v 1.16 2022/05/17 15:00:05 riastradh Exp $
.\"
.\" Copyright (c) 2011-2015 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -131,7 +131,7 @@
will serialize access to the new instance of the generator (see
.Xr spl 9 ) ,
and must be no higher than
-.Dv IPL_VM .
+.Dv IPL_SOFTSERIAL .
.Pp
The
.Fa flags
Home |
Main Index |
Thread Index |
Old Index