From eca1933a55ae8ca916f75ed1ff8f12789e54db8a Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Fri, 11 Dec 2020 00:15:57 +0000 Subject: [PATCH] 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 --- lib/libc/gen/getentropy.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/gen/getentropy.3 b/lib/libc/gen/getentropy.3 index dae17cc1b5c1..83812c6c7a92 100644 --- a/lib/libc/gen/getentropy.3 +++ b/lib/libc/gen/getentropy.3 @@ -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