diff options
Diffstat (limited to 'lib/libc/sys/select.2')
| -rw-r--r-- | lib/libc/sys/select.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2 index c25621e6eda..4e7c6b09632 100644 --- a/lib/libc/sys/select.2 +++ b/lib/libc/sys/select.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: select.2,v 1.18 2003/01/18 11:33:11 thorpej Exp $ +.\" $NetBSD: select.2,v 1.19 2003/04/16 13:34:56 wiz Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -42,9 +42,9 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.Fd #include \*[Lt]sys/types.h\*[Gt] -.Fd #include \*[Lt]sys/time.h\*[Gt] -.Fd #include \*[Lt]unistd.h\*[Gt] +.In sys/types.h +.In sys/time.h +.In unistd.h .Ft int .Fn select "int nfds" "fd_set *readfds" "fd_set *writefds" "fd_set *exceptfds" "struct timeval *timeout" .Fn FD_SET fd \*[Am]fdset |
