Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc Fix incorrect uses of indicate/indicates/indicated ...



details:   https://anonhg.NetBSD.org/src/rev/65029f3ebf61
branches:  trunk
changeset: 487432:65029f3ebf61
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Wed Jun 07 19:47:57 2000 +0000

description:
Fix incorrect uses of indicate/indicates/indicated for each other.

diffstat:

 lib/libc/gen/sigsetops.3   |  4 ++--
 lib/libc/sys/revoke.2      |  6 +++---
 lib/libc/sys/sigaction.2   |  4 ++--
 lib/libc/sys/sigpending.2  |  6 +++---
 lib/libc/sys/sigprocmask.2 |  6 +++---
 5 files changed, 13 insertions(+), 13 deletions(-)

diffs (102 lines):

diff -r 89817ee28ac9 -r 65029f3ebf61 lib/libc/gen/sigsetops.3
--- a/lib/libc/gen/sigsetops.3  Wed Jun 07 19:42:23 2000 +0000
+++ b/lib/libc/gen/sigsetops.3  Wed Jun 07 19:47:57 2000 +0000
@@ -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 @@
 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
diff -r 89817ee28ac9 -r 65029f3ebf61 lib/libc/sys/revoke.2
--- a/lib/libc/sys/revoke.2     Wed Jun 07 19:42:23 2000 +0000
+++ b/lib/libc/sys/revoke.2     Wed Jun 07 19:47:57 2000 +0000
@@ -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 @@
 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 -r 89817ee28ac9 -r 65029f3ebf61 lib/libc/sys/sigaction.2
--- a/lib/libc/sys/sigaction.2  Wed Jun 07 19:42:23 2000 +0000
+++ b/lib/libc/sys/sigaction.2  Wed Jun 07 19:47:57 2000 +0000
@@ -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 @@
 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 -r 89817ee28ac9 -r 65029f3ebf61 lib/libc/sys/sigpending.2
--- a/lib/libc/sys/sigpending.2 Wed Jun 07 19:42:23 2000 +0000
+++ b/lib/libc/sys/sigpending.2 Wed Jun 07 19:47:57 2000 +0000
@@ -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 @@
 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 -r 89817ee28ac9 -r 65029f3ebf61 lib/libc/sys/sigprocmask.2
--- a/lib/libc/sys/sigprocmask.2        Wed Jun 07 19:42:23 2000 +0000
+++ b/lib/libc/sys/sigprocmask.2        Wed Jun 07 19:47:57 2000 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index