Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Add FD_SET, FD_CLR, FD_ISSET and FD_ZERO to the...



details:   https://anonhg.NetBSD.org/src/rev/5114fc09eb38
branches:  trunk
changeset: 827385:5114fc09eb38
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Wed Oct 25 17:39:47 2017 +0000

description:
Add FD_SET, FD_CLR, FD_ISSET and FD_ZERO to the NAME section

diffstat:

 lib/libc/sys/select.2 |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 2991a15734b1 -r 5114fc09eb38 lib/libc/sys/select.2
--- a/lib/libc/sys/select.2     Wed Oct 25 17:30:03 2017 +0000
+++ b/lib/libc/sys/select.2     Wed Oct 25 17:39:47 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: select.2,v 1.42 2017/07/03 21:32:50 wiz Exp $
+.\"    $NetBSD: select.2,v 1.43 2017/10/25 17:39:47 abhinav Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -34,7 +34,11 @@
 .Os
 .Sh NAME
 .Nm select ,
-.Nm pselect
+.Nm pselect ,
+.Nm FD_SET ,
+.Nm FD_CLR ,
+.Nm FD_ISSET ,
+.Nm FD_ZERO
 .Nd synchronous I/O multiplexing
 .Sh LIBRARY
 .Lb libc



Home | Main Index | Thread Index | Old Index