This commit is contained in:
Mike Smith 1997-09-28 03:28:34 +00:00
parent 27c729f066
commit 378a2883fe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=29908

View File

@ -73,7 +73,7 @@ returns the total number of ready descriptors in all the sets.
.Pp
The descriptor sets are stored as bit fields in arrays of integers.
The following macros are provided for manipulating such descriptor sets:
.Fn FD_ZERO &fdsetx
.Fn FD_ZERO &fdset
initializes a descriptor set
.Fa fdset
to the null set.