Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys fix a couple of typos



details:   https://anonhg.NetBSD.org/src/rev/934d514a8d20
branches:  trunk
changeset: 778533:934d514a8d20
user:      agc <agc%NetBSD.org@localhost>
date:      Mon Apr 02 22:06:47 2012 +0000

description:
fix a couple of typos

diffstat:

 lib/libc/sys/sigtimedwait.2 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 6a6613a78806 -r 934d514a8d20 lib/libc/sys/sigtimedwait.2
--- a/lib/libc/sys/sigtimedwait.2       Mon Apr 02 21:08:02 2012 +0000
+++ b/lib/libc/sys/sigtimedwait.2       Mon Apr 02 22:06:47 2012 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index