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.
|
.\" Copyright (c) 2004 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
@ -54,7 +54,7 @@ that corresponds to the master pseudo-terminal device associated with
|
|||||||
.Fa masterfd .
|
.Fa masterfd .
|
||||||
The
|
The
|
||||||
.Fn ptsname
|
.Fn ptsname
|
||||||
function is not re-entrant or thread-safe.
|
function is not reentrant or thread-safe.
|
||||||
.Sh RETURN VALUES
|
.Sh RETURN VALUES
|
||||||
If successful,
|
If successful,
|
||||||
.Fn ptsname
|
.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.
|
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
@ -85,7 +85,7 @@ call (formerly
|
|||||||
.It Li SIGPWR Ta "discard signal" Ta "power failure/restart"
|
.It Li SIGPWR Ta "discard signal" Ta "power failure/restart"
|
||||||
.El
|
.El
|
||||||
.Pp
|
.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
|
non-interruptible by signals, this means that they can be used in
|
||||||
signal handlers
|
signal handlers
|
||||||
and in the child of threaded programs after doing
|
and in the child of threaded programs after doing
|
||||||
|
Loading…
Reference in New Issue
Block a user