git: f639b46fca60 - stable/12 - getentropy(3): sort SEE ALSO sections

From: Enji Cooper <ngie_at_FreeBSD.org>
Date: Mon, 11 Apr 2022 01:20:02 UTC
The branch stable/12 has been updated by ngie:

URL: https://cgit.FreeBSD.org/src/commit/?id=f639b46fca6025d678d67b9e75090d80ae97d637

commit f639b46fca6025d678d67b9e75090d80ae97d637
Author:     Enji Cooper <ngie@FreeBSD.org>
AuthorDate: 2020-12-11 00:15:57 +0000
Commit:     Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2022-04-11 01:19:50 +0000

    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
    
    (cherry picked from commit eca1933a55ae8ca916f75ed1ff8f12789e54db8a)
---
 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