Make the spelling of reentrant match the rest of the system.
This commit is contained in:
parent
7f51f38abc
commit
2d356478dd
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: ptsname.3,v 1.3 2004/05/28 00:10:57 wiz Exp $
|
||||
.\" $NetBSD: ptsname.3,v 1.4 2004/07/01 10:38:28 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2004 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -54,7 +54,7 @@ that corresponds to the master pseudo-terminal device associated with
|
||||
.Fa masterfd .
|
||||
The
|
||||
.Fn ptsname
|
||||
function is not re-entrant or thread-safe.
|
||||
function is not reentrant or thread-safe.
|
||||
.Sh RETURN VALUES
|
||||
If successful,
|
||||
.Fn ptsname
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: signal.7,v 1.6 2004/06/13 19:17:06 lha Exp $
|
||||
.\" $NetBSD: signal.7,v 1.7 2004/07/01 10:38:28 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -85,7 +85,7 @@ call (formerly
|
||||
.It Li SIGPWR Ta "discard signal" Ta "power failure/restart"
|
||||
.El
|
||||
.Pp
|
||||
A function that is async-signal-safe is either re-entrant or
|
||||
A function that is async-signal-safe is either reentrant or
|
||||
non-interruptible by signals, this means that they can be used in
|
||||
signal handlers
|
||||
and in the child of threaded programs after doing
|
||||
|
Loading…
Reference in New Issue
Block a user