svn commit: r368533 - head/lib/libc/gen
Enji Cooper
ngie at FreeBSD.org
Fri Dec 11 00:15:57 UTC 2020
Author: ngie
Date: Fri Dec 11 00:15:57 2020
New Revision: 368533
URL: https://svnweb.freebsd.org/changeset/base/368533
Log:
getentropy(3): sort SEE ALSO sections
Sorting order should be done by manpage section (2 vs 3), then alphabetically.
This change fixes the order to sort by the manpage section, first.
Reported by: make manlint
MFC after: 1 week
Sponsored by: DellEMC Isilon
Modified:
head/lib/libc/gen/getentropy.3
Modified: head/lib/libc/gen/getentropy.3
==============================================================================
--- head/lib/libc/gen/getentropy.3 Fri Dec 11 00:13:39 2020 (r368532)
+++ head/lib/libc/gen/getentropy.3 Fri Dec 11 00:15:57 2020 (r368533)
@@ -66,8 +66,8 @@ invalid address.
Too many bytes requested, or some other fatal error occurred.
.El
.Sh SEE ALSO
-.Xr arc4random 3 ,
.Xr getrandom 2 ,
+.Xr arc4random 3 ,
.Xr random 4
.Sh STANDARDS
.Fn getentropy
More information about the svn-src-head
mailing list