Revision
175
Author
robert@fledge.watson.org
Date
2009-12-24 10:48:47 -0800 (Thu, 24 Dec 2009)

Log Message

s/fnctl/fcntl/

Modified Paths

Diff

Modified: trunk/man/dispatch_source_create.3 (174 => 175)


--- trunk/man/dispatch_source_create.3	2009-12-15 08:45:18 UTC (rev 174)
+++ trunk/man/dispatch_source_create.3	2009-12-24 18:48:47 UTC (rev 175)
@@ -309,7 +309,7 @@
 .Pp
 Users of this source type are strongly encouraged to perform non-blocking I/O
 and handle any truncated reads or error conditions that may occur. See
-.Xr fnctl 2
+.Xr fcntl 2
 for additional information about setting the
 .Vt O_NONBLOCK
 flag on a file descriptor.
@@ -445,7 +445,7 @@
 .Pp
 Users of this source type are strongly encouraged to perform non-blocking I/O
 and handle any truncated reads or error conditions that may occur. See
-.Xr fnctl 2
+.Xr fcntl 2
 for additional information about setting the
 .Vt O_NONBLOCK
 flag on a file descriptor.