Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Dec 2020 00:15:57 +0000 (UTC)
From:      Enji Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r368533 - head/lib/libc/gen
Message-ID:  <202012110015.0BB0FvC9071803@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012110015.0BB0FvC9071803>