diff options
| author | agc <agc@NetBSD.org> | 2012-04-02 22:06:47 +0000 |
|---|---|---|
| committer | agc <agc@NetBSD.org> | 2012-04-02 22:06:47 +0000 |
| commit | c4a67b52e577cbf1fc3fb22655bb0edff4647d40 (patch) | |
| tree | b6f47ae90fbcc075a28d0ee5fa30a4474163fc6d | |
| parent | 0127e61245e925ea82503072d094d595b77415be (diff) | |
fix a couple of typos
| -rw-r--r-- | lib/libc/sys/sigtimedwait.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/sigtimedwait.2 b/lib/libc/sys/sigtimedwait.2 index c7a410ccfcf..80962bd6d89 100644 --- a/lib/libc/sys/sigtimedwait.2 +++ b/lib/libc/sys/sigtimedwait.2 @@ -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 |
