diff options
| author | uwe <uwe@NetBSD.org> | 2023-06-30 22:15:14 +0000 |
|---|---|---|
| committer | uwe <uwe@NetBSD.org> | 2023-06-30 22:15:14 +0000 |
| commit | ebd8f80ef2f4a48804834ac957ff01b21345830f (patch) | |
| tree | 41ac7bd7c6328ac9737087171efd7fac83308eb8 | |
| parent | 6c71290a932d5562952c8232e0a5945b75482e5f (diff) | |
getentropy(3): use .Sx to xref CAVEATS
| -rw-r--r-- | lib/libc/gen/getentropy.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/gen/getentropy.3 b/lib/libc/gen/getentropy.3 index f433be1ae26..9b3563a3126 100644 --- a/lib/libc/gen/getentropy.3 +++ b/lib/libc/gen/getentropy.3 @@ -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 |
