aboutsummaryrefslogtreecommitdiff
path: root/lib/libsys/sendfile.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libsys/sendfile.2')
-rw-r--r--lib/libsys/sendfile.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libsys/sendfile.2 b/lib/libsys/sendfile.2
index 3ffbd733494d..07a563d5ef82 100644
--- a/lib/libsys/sendfile.2
+++ b/lib/libsys/sendfile.2
@@ -126,7 +126,7 @@ Starting with
.Fx 11
.Nm
sending files off the
-.Xr ffs 7
+.Xr ffs 4
filesystem does not block on I/O
(see
.Sx IMPLEMENTATION NOTES
@@ -209,7 +209,7 @@ The
implementation of
.Fn sendfile
does not block on disk I/O when it sends a file off the
-.Xr ffs 7
+.Xr ffs 4
filesystem.
The syscall returns success before the actual I/O completes, and data
is put into the socket later unattended.