Module Name: src
Committed By: uwe
Date: Fri Jun 30 22:15:14 UTC 2023
Modified Files:
src/lib/libc/gen: getentropy.3
Log Message:
getentropy(3): use .Sx to xref CAVEATS
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/gen/getentropy.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/gen/getentropy.3
diff -u src/lib/libc/gen/getentropy.3:1.5 src/lib/libc/gen/getentropy.3:1.6
--- src/lib/libc/gen/getentropy.3:1.5 Fri Jun 30 21:44:22 2023
+++ src/lib/libc/gen/getentropy.3 Fri Jun 30 22:15:14 2023
@@ -1,4 +1,4 @@
-.\" $NetBSD: getentropy.3,v 1.5 2023/06/30 21:44:22 riastradh Exp $ $
+.\" $NetBSD: getentropy.3,v 1.6 2023/06/30 22:15:14 uwe Exp $ $
.\"
.\" Copyright (c) 2020 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -57,7 +57,9 @@ The output of
.Nm
is meant to be unpredictable to an adversary and fit for use in
cryptography.
-See CAVEATS below.
+See
+.Sx CAVEATS
+below.
.Pp
.Nm
is meant for seeding random number generators, not for direct use by