Module Name:    src
Committed By:   riastradh
Date:           Tue May 17 15:00:05 UTC 2022

Modified Files:
        src/share/man/man9: cprng.9

Log Message:
cprng(9): Note ipl must be at most IPL_SOFTSERIAL now.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 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.15 src/share/man/man9/cprng.9:1.16
--- src/share/man/man9/cprng.9:1.15	Wed Mar 16 23:56:33 2022
+++ src/share/man/man9/cprng.9	Tue May 17 15:00:05 2022
@@ -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 @@ argument specifies the interrupt priorit
 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

Reply via email to