Fix incorrect uses of indicate/indicates/indicated for each other.
This commit is contained in:
parent
eef8b653bc
commit
44145e574e
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: sigsetops.3,v 1.8 1998/02/05 18:47:54 perry Exp $
|
||||
.\" $NetBSD: sigsetops.3,v 1.9 2000/06/07 19:47:59 nathanw Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -115,7 +115,7 @@ The other functions return 0 upon success.
|
||||
A \-1 return value
|
||||
indicates an error occurred and the global variable
|
||||
.Va errno
|
||||
is set to indicated the reason.
|
||||
is set to indicate the reason.
|
||||
.Sh ERRORS
|
||||
These functions could fail if one of the following occurs:
|
||||
.Bl -tag -width Er
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: revoke.2,v 1.6 1999/12/02 21:42:39 kleink Exp $
|
||||
.\" $NetBSD: revoke.2,v 1.7 2000/06/07 19:47:57 nathanw Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -72,10 +72,10 @@ Access to a file may be revoked only by its owner or the super user.
|
||||
is normally used to prepare a terminal device for a new login session,
|
||||
preventing any access by a previous user of the terminal.
|
||||
.Sh RETURN VALUES
|
||||
A 0 value indicated that the call succeeded. A \-1 return value
|
||||
A 0 value indicates that the call succeeded. A \-1 return value
|
||||
indicates an error occurred and
|
||||
.Va errno
|
||||
is set to indicated the reason.
|
||||
is set to indicate the reason.
|
||||
.Sh ERRORS
|
||||
Access to the named file is revoked unless one of the following:
|
||||
.Bl -tag -width Er
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: sigaction.2,v 1.23 1999/12/11 19:35:48 msaitoh Exp $
|
||||
.\" $NetBSD: sigaction.2,v 1.24 2000/06/07 19:47:58 nathanw Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1990, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -257,7 +257,7 @@ This is enforced silently by the system.
|
||||
A 0 value indicates that the call succeeded.
|
||||
A \-1 return value indicates an error occurred and
|
||||
.Va errno
|
||||
is set to indicated the reason.
|
||||
is set to indicate the reason.
|
||||
.Sh EXAMPLE
|
||||
The handler routine can be declared:
|
||||
.Bd -literal -offset indent
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: sigpending.2,v 1.6 1999/12/02 21:42:39 kleink Exp $
|
||||
.\" $NetBSD: sigpending.2,v 1.7 2000/06/07 19:47:58 nathanw Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -58,10 +58,10 @@ Signals may be pending because they are currently masked,
|
||||
or transiently before delivery (although the latter case is not
|
||||
normally detectable).
|
||||
.Sh RETURN VALUES
|
||||
A 0 value indicated that the call succeeded. A \-1 return value
|
||||
A 0 value indicates that the call succeeded. A \-1 return value
|
||||
indicates an error occurred and
|
||||
.Va errno
|
||||
is set to indicated the reason.
|
||||
is set to indicate the reason.
|
||||
.Sh ERRORS
|
||||
The
|
||||
.Nm sigpending
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: sigprocmask.2,v 1.10 1999/12/02 21:42:39 kleink Exp $
|
||||
.\" $NetBSD: sigprocmask.2,v 1.11 2000/06/07 19:47:58 nathanw Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -97,10 +97,10 @@ or
|
||||
.Dv SIGSTOP
|
||||
to be blocked.
|
||||
.Sh RETURN VALUES
|
||||
A 0 value indicated that the call succeeded. A -1 return value
|
||||
A 0 value indicates that the call succeeded. A -1 return value
|
||||
indicates an error occurred and
|
||||
.Va errno
|
||||
is set to indicated the reason.
|
||||
is set to indicate the reason.
|
||||
.Sh ERRORS
|
||||
The
|
||||
.Fn sigprocmask
|
||||
|
Loading…
x
Reference in New Issue
Block a user