diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-02-06 00:29:04 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-02-06 00:29:04 +0000 |
commit | fcb81b3839f2090192a7d9e99cb264f2781f92cc (patch) | |
tree | f38270898041e2beae117b9975bb50f5b7b556a3 /lib/libc | |
parent | 016758f8e8c9f54725ac96986a609f75ef900867 (diff) |
remove please from manual pages
ok jmc@ sthen@ millert@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdlib/atexit.3 | 6 | ||||
-rw-r--r-- | lib/libc/sys/getentropy.2 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/stdlib/atexit.3 b/lib/libc/stdlib/atexit.3 index a95a45b92e4..3a7e0d978a8 100644 --- a/lib/libc/stdlib/atexit.3 +++ b/lib/libc/stdlib/atexit.3 @@ -29,9 +29,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: atexit.3,v 1.12 2019/06/27 16:30:39 schwarze Exp $ +.\" $OpenBSD: atexit.3,v 1.13 2022/02/06 00:29:02 jsg Exp $ .\" -.Dd $Mdocdate: June 27 2019 $ +.Dd $Mdocdate: February 6 2022 $ .Dt ATEXIT 3 .Os .Sh NAME @@ -68,7 +68,7 @@ that matters, not the source of the function that was registered. is very difficult to use correctly without creating .Xr exit 3 Ns -time races. -Unless absolutely necessary, please avoid using it. +Unless absolutely necessary, avoid using it. .Sh RETURN VALUES The .Nm diff --git a/lib/libc/sys/getentropy.2 b/lib/libc/sys/getentropy.2 index 234969e7a1d..3f4fb058a48 100644 --- a/lib/libc/sys/getentropy.2 +++ b/lib/libc/sys/getentropy.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getentropy.2,v 1.9 2019/09/28 14:55:12 deraadt Exp $ +.\" $OpenBSD: getentropy.2,v 1.10 2022/02/06 00:29:02 jsg Exp $ .\" .\" Copyright (c) 2014 Theo de Raadt .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 28 2019 $ +.Dd $Mdocdate: February 6 2022 $ .Dt GETENTROPY 2 .Os .Sh NAME @@ -33,7 +33,7 @@ as input for process-context pseudorandom generators like The maximum buffer size permitted is 256 bytes. .Pp .Fn getentropy -is not intended for regular code; please use the +is not intended for regular code; use the .Xr arc4random 3 family of functions instead. .Pp |