Mon May 6 06:56:36 2019 UTC ()
Remove extra word.


(wiz)
diff -r1.29 -r1.30 src/lib/libc/sys/poll.2

cvs diff -r1.29 -r1.30 src/lib/libc/sys/poll.2 (expand / switch to unified diff)

--- src/lib/libc/sys/poll.2 2019/05/06 00:50:26 1.29
+++ src/lib/libc/sys/poll.2 2019/05/06 06:56:36 1.30
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: poll.2,v 1.29 2019/05/06 00:50:26 christos Exp $ 1.\" $NetBSD: poll.2,v 1.30 2019/05/06 06:56:36 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 1998, 2005 The NetBSD Foundation, Inc. 3.\" Copyright (c) 1998, 2005 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation 6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Charles M. Hannum. 7.\" by Charles M. Hannum.
8.\" 8.\"
9.\" Redistribution and use in source and binary forms, with or without 9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions 10.\" modification, are permitted provided that the following conditions
11.\" are met: 11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright 12.\" 1. Redistributions of source code must retain the above copyright
13.\" notice, this list of conditions and the following disclaimer. 13.\" notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright 14.\" 2. Redistributions in binary form must reproduce the above copyright
@@ -209,27 +209,27 @@ This behaviour is believed to be more us @@ -209,27 +209,27 @@ This behaviour is believed to be more us
209.Sh ERRORS 209.Sh ERRORS
210An error return from 210An error return from
211.Fn poll 211.Fn poll
212indicates: 212indicates:
213.Bl -tag -width Er 213.Bl -tag -width Er
214.It Bq Er EFAULT 214.It Bq Er EFAULT
215.Fa fds 215.Fa fds
216points outside the process's allocated address space. 216points outside the process's allocated address space.
217.It Bq Er EINTR 217.It Bq Er EINTR
218A signal was delivered before the time limit expired and 218A signal was delivered before the time limit expired and
219before any of the selected events occurred. 219before any of the selected events occurred.
220.It Bq Er EINVAL 220.It Bq Er EINVAL
221The specified time limit is negative or 221The specified time limit is negative or
222the number of pollfd structures specified is larger the than the current 222the number of pollfd structures specified is larger than the current
223file descriptor resource limit. 223file descriptor resource limit.
224.El 224.El
225.Sh SEE ALSO 225.Sh SEE ALSO
226.Xr accept 2 , 226.Xr accept 2 ,
227.Xr connect 2 , 227.Xr connect 2 ,
228.Xr read 2 , 228.Xr read 2 ,
229.Xr recv 2 , 229.Xr recv 2 ,
230.Xr select 2 , 230.Xr select 2 ,
231.Xr send 2 , 231.Xr send 2 ,
232.Xr write 2 232.Xr write 2
233.Sh HISTORY 233.Sh HISTORY
234The 234The
235.Fn poll 235.Fn poll