diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2013-11-02 17:25:35 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2013-11-02 17:25:35 +0000 |
commit | bd7b0a98f801308ca23e84816085ecea15441caa (patch) | |
tree | 388bf8009df0a837cb7d5a2852e870474180296b /lib/libc/sys/poll.2 | |
parent | 675c7274d16612772b03166a487ffe8cb782ac72 (diff) |
.Xr clock_gettime
okay deraadt@
Diffstat (limited to 'lib/libc/sys/poll.2')
-rw-r--r-- | lib/libc/sys/poll.2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/poll.2 b/lib/libc/sys/poll.2 index 7ceaffb33fa..fd456fbb7d6 100644 --- a/lib/libc/sys/poll.2 +++ b/lib/libc/sys/poll.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: poll.2,v 1.22 2013/04/29 17:06:20 matthew Exp $ +.\" $OpenBSD: poll.2,v 1.23 2013/11/02 17:25:34 espie Exp $ .\" .\" Copyright (c) 1994 Jason R. Thorpe .\" All rights reserved. @@ -28,7 +28,7 @@ .\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" -.Dd $Mdocdate: April 29 2013 $ +.Dd $Mdocdate: November 2 2013 $ .Dt POLL 2 .Os .Sh NAME @@ -257,6 +257,7 @@ file descriptors. The timeout passed was invalid. .El .Sh SEE ALSO +.Xr clock_gettime 2 , .Xr getrlimit 2 , .Xr read 2 , .Xr select 2 , |