Date: Fri, 11 Dec 2020 00:13:39 +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: r368532 - head/lib/libc/gen Message-ID: <202012110013.0BB0DdFR071643@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Fri Dec 11 00:13:39 2020 New Revision: 368532 URL: https://svnweb.freebsd.org/changeset/base/368532 Log: arc4random(3): fix .Xr issues - pthreads(3) should actually be pthread(3). - getentropy(2) should actually be getentropy(3). This makes the manpage `make manlint` clean. MFC after: 1 week Sponsored by: DellEMC Isilon Modified: head/lib/libc/gen/arc4random.3 Modified: head/lib/libc/gen/arc4random.3 ============================================================================== --- head/lib/libc/gen/arc4random.3 Thu Dec 10 23:58:27 2020 (r368531) +++ head/lib/libc/gen/arc4random.3 Fri Dec 11 00:13:39 2020 (r368532) @@ -62,7 +62,7 @@ consumption because the other interfaces are deficient quality, portability, standardization, or availability. These functions can be called in almost all coding environments, including -.Xr pthreads 3 +.Xr pthread 3 and .Xr chroot 2 . .Pp @@ -74,7 +74,7 @@ under program flow can act as additional stirring. The subsystem is re-seeded from the kernel .Xr random 4 subsystem using -.Xr getentropy 2 +.Xr getentropy 3 on a regular basis, and also upon .Xr fork 2 . .Pp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012110013.0BB0DdFR071643>