diff options
| author | nathanw <nathanw@NetBSD.org> | 2000-06-07 19:47:57 +0000 |
|---|---|---|
| committer | nathanw <nathanw@NetBSD.org> | 2000-06-07 19:47:57 +0000 |
| commit | 44145e574e80dcd112fd800dec62fbb936a1fada (patch) | |
| tree | 6695815857c86315e4a82076a3b201ac64d84762 /lib/libc/sys | |
| parent | eef8b653bc3c989c4351946b1c02631bd93bab3d (diff) | |
Fix incorrect uses of indicate/indicates/indicated for each other.
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/revoke.2 | 6 | ||||
| -rw-r--r-- | lib/libc/sys/sigaction.2 | 4 | ||||
| -rw-r--r-- | lib/libc/sys/sigpending.2 | 6 | ||||
| -rw-r--r-- | lib/libc/sys/sigprocmask.2 | 6 |
4 files changed, 11 insertions, 11 deletions
diff --git a/lib/libc/sys/revoke.2 b/lib/libc/sys/revoke.2 index dd64247df30..2ee79cd11b0 100644 --- a/lib/libc/sys/revoke.2 +++ b/lib/libc/sys/revoke.2 @@ -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 diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index a2adcd40f03..e109a02742d 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -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 diff --git a/lib/libc/sys/sigpending.2 b/lib/libc/sys/sigpending.2 index 7d3dde77c9b..db48c0c9210 100644 --- a/lib/libc/sys/sigpending.2 +++ b/lib/libc/sys/sigpending.2 @@ -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 diff --git a/lib/libc/sys/sigprocmask.2 b/lib/libc/sys/sigprocmask.2 index 98fdd3a9fd3..a9c5a717c7d 100644 --- a/lib/libc/sys/sigprocmask.2 +++ b/lib/libc/sys/sigprocmask.2 @@ -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 |
