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/19d055e2730a
branches:  trunk
changeset: 458556:19d055e2730a
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Wed Jul 31 23:53:25 2019 +0000

description:
Fix a couple of typos

diffstat:

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

diffs (36 lines):

diff -r 18f3b3ff8d1a -r 19d055e2730a lib/libc/sys/_lwp_park.2
--- a/lib/libc/sys/_lwp_park.2  Wed Jul 31 23:47:16 2019 +0000
+++ b/lib/libc/sys/_lwp_park.2  Wed Jul 31 23:53:25 2019 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: _lwp_park.2,v 1.11 2017/12/08 09:14:36 wiz Exp $
+.\"    $NetBSD: _lwp_park.2,v 1.12 2019/07/31 23:53:25 pgoyette Exp $
 .\"
 .\" Copyright (c) 2003, 2007, 2017 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 December 7, 2017
+.Dd July 30, 2019
 .Dt _LWP_PARK 2
 .Os
 .Sh NAME
@@ -54,7 +54,7 @@
 and the time it specifies has passed.
 The
 .Fa ts
-time can be an relative interval to wait if the
+time can be a relative interval to wait if the
 .Ar flags
 argument does not contain
 .Dv TIMER_ABSTIME
@@ -102,7 +102,7 @@
 .Pp
 The optional
 .Fa hint
-argument specifies the address of object upon which the LWP is
+argument specifies the address of an object upon which the LWP is
 synchronizing.
 When the
 .Fa hint



Home | Main Index | Thread Index | Old Index