remove extraneous "has"
This commit is contained in:
parent
8fa93f7dc6
commit
aa8a5e0d63
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: _lwp_park.2,v 1.5 2007/08/07 19:04:21 ad Exp $
|
.\" $NetBSD: _lwp_park.2,v 1.6 2007/09/25 09:42:51 tnn Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2003, 2007 The NetBSD Foundation, Inc.
|
.\" Copyright (c) 2003, 2007 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.Dd August 7, 2007
|
.Dd September 25, 2007
|
||||||
.Dt _LWP_PARK 2
|
.Dt _LWP_PARK 2
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -56,8 +56,7 @@ of the following conditions is met:
|
||||||
.It
|
.It
|
||||||
The
|
The
|
||||||
.Fa abstime
|
.Fa abstime
|
||||||
argument is non-NULL, and the absolute UTC time it specifies has
|
argument is non-NULL, and the absolute UTC time it specifies has passed.
|
||||||
has passed.
|
|
||||||
.It
|
.It
|
||||||
The LWP receives a directed signal posted using
|
The LWP receives a directed signal posted using
|
||||||
.Fn _lwp_kill ,
|
.Fn _lwp_kill ,
|
||||||
|
|
Loading…
Reference in New Issue