Module Name: src
Committed By: abhinav
Date: Wed Oct 25 17:39:47 UTC 2017
Modified Files:
src/lib/libc/sys: select.2
Log Message:
Add FD_SET, FD_CLR, FD_ISSET and FD_ZERO to the NAME section
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/lib/libc/sys/select.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/sys/select.2
diff -u src/lib/libc/sys/select.2:1.42 src/lib/libc/sys/select.2:1.43
--- src/lib/libc/sys/select.2:1.42 Mon Jul 3 21:32:50 2017
+++ src/lib/libc/sys/select.2 Wed Oct 25 17:39:47 2017
@@ -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