Drop trailing whitespace.
This commit is contained in:
parent
2b5809387d
commit
0a4737c5de
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: _lwp_detach.2,v 1.1 2007/01/20 01:41:00 ad Exp $
|
||||
.\" $NetBSD: _lwp_detach.2,v 1.2 2007/01/20 13:24:44 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2003, 2007 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -49,7 +49,7 @@
|
|||
.Sh DESCRIPTION
|
||||
.Fn _lwp_detach
|
||||
causes a light-weight process to become detached, having the same
|
||||
effect as if the LWP was created with the
|
||||
effect as if the LWP was created with the
|
||||
.Dv LWP_DETACHED
|
||||
flag.
|
||||
.Pp
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: _lwp_park.2,v 1.1 2007/01/20 01:41:00 ad Exp $
|
||||
.\" $NetBSD: _lwp_park.2,v 1.2 2007/01/20 13:24:44 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2003, 2007 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -97,7 +97,7 @@ argument specifies the address of object upon which the LWP is
|
|||
synchronizing.
|
||||
When the
|
||||
.Fa hint
|
||||
value is matched between calls to
|
||||
value is matched between calls to
|
||||
.Fn _lwp_park
|
||||
and
|
||||
.Fn _lwp_unpark
|
||||
|
|
Loading…
Reference in New Issue