Module Name:    src
Committed By:   agc
Date:           Mon Apr  2 22:06:47 UTC 2012

Modified Files:
        src/lib/libc/sys: sigtimedwait.2

Log Message:
fix a couple of typos


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libc/sys/sigtimedwait.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/sigtimedwait.2
diff -u src/lib/libc/sys/sigtimedwait.2:1.7 src/lib/libc/sys/sigtimedwait.2:1.8
--- src/lib/libc/sys/sigtimedwait.2:1.7	Mon May 31 11:02:24 2010
+++ src/lib/libc/sys/sigtimedwait.2	Mon Apr  2 22:06:47 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: sigtimedwait.2,v 1.7 2010/05/31 11:02:24 drochner Exp $
+.\" $NetBSD: sigtimedwait.2,v 1.8 2012/04/02 22:06:47 agc Exp $
 .\"
 .\" Copyright (c) 2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd May 30, 2010
+.Dd April 2, 2012
 .Dt SIGTIMEDWAIT 2
 .Os
 .Sh NAME
@@ -100,8 +100,8 @@ indicates the error.
 Upon successful completion of
 .Fn sigwait
 .Fa sig
-is updated with ihe signal number, and the function returns 0.
-Otherwise, a non-zero error code is returned,
+is updated with the signal number, and the function returns 0.
+Otherwise, a non-zero error code is returned.
 .Sh ERRORS
 .Fn sigwaitinfo
 and

Reply via email to