Source-Changes-HG archive

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

[src/nathanw_sa]: src/lib/libc/sys Typo fix.



details:   https://anonhg.NetBSD.org/src/rev/f2acc1ff07c8
branches:  nathanw_sa
changeset: 506750:f2acc1ff07c8
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Jan 15 16:09:28 2003 +0000

description:
Typo fix.

diffstat:

 lib/libc/sys/_lwp_create.2 |  4 ++--
 lib/libc/sys/_lwp_wait.2   |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r e683c3975080 -r f2acc1ff07c8 lib/libc/sys/_lwp_create.2
--- a/lib/libc/sys/_lwp_create.2        Wed Jan 15 16:04:35 2003 +0000
+++ b/lib/libc/sys/_lwp_create.2        Wed Jan 15 16:09:28 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: _lwp_create.2,v 1.1.2.2 2003/01/15 16:04:35 wiz Exp $
+.\"    $NetBSD: _lwp_create.2,v 1.1.2.3 2003/01/15 16:09:28 wiz Exp $
 .\"
 .\" Copyright (c) 2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -66,7 +66,7 @@
 .Xr _lwp_wait 2 .
 .It LWP_SUSPENDED
 The LWP is created suspended, and will not begin execution until
-it is resumbed by another LWP via
+it is resumed by another LWP via
 .Xr _lwp_continue 2 .
 .\" __LWP_ASLWP is not yet implemented by the NetBSD kernel.
 .El
diff -r e683c3975080 -r f2acc1ff07c8 lib/libc/sys/_lwp_wait.2
--- a/lib/libc/sys/_lwp_wait.2  Wed Jan 15 16:04:35 2003 +0000
+++ b/lib/libc/sys/_lwp_wait.2  Wed Jan 15 16:09:28 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: _lwp_wait.2,v 1.1.2.2 2003/01/15 16:04:37 wiz Exp $
+.\"    $NetBSD: _lwp_wait.2,v 1.1.2.3 2003/01/15 16:09:28 wiz Exp $
 .\"
 .\" Copyright (c) 2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -39,7 +39,7 @@
 .Os
 .Sh NAME
 .Nm _lwp_wait
-.Nd wait for light-wight process termination
+.Nd wait for light-weight process termination
 .Sh LIBRARY
 .Lb libc
 .Sh SYNOPSIS



Home | Main Index | Thread Index | Old Index