summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>1997-09-28 03:28:34 +0000
committerMike Smith <msmith@FreeBSD.org>1997-09-28 03:28:34 +0000
commit378a2883feeaaf66746b211124b01665b1caeda2 (patch)
tree3f3c8fe0e1f18b6cf5f96a90511b028a4ee3a79e /lib/libc
parent27c729f066d7f797b52ad0e618c5dc714294bb11 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/select.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2
index 6a73c5341ead..36a4da474757 100644
--- a/lib/libc/sys/select.2
+++ b/lib/libc/sys/select.2
@@ -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.