aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libc/sys/copy_file_range.22
-rw-r--r--share/man/man9/VOP_COPY_FILE_RANGE.92
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/copy_file_range.2 b/lib/libc/sys/copy_file_range.2
index 9b1695ad9a2b..2c688008356b 100644
--- a/lib/libc/sys/copy_file_range.2
+++ b/lib/libc/sys/copy_file_range.2
@@ -110,7 +110,7 @@ arguments and this system call for the
data ranges found.
.Pp
.Sh RETURN VALUES
-If it succeeds, the call returns the number of bytes copied, which can be less
+If it succeeds, the call returns the number of bytes copied, which can be fewer
than
.Fa len .
.Fn copy_file_range
diff --git a/share/man/man9/VOP_COPY_FILE_RANGE.9 b/share/man/man9/VOP_COPY_FILE_RANGE.9
index 68a90ea43bd8..d5fdd63738b7 100644
--- a/share/man/man9/VOP_COPY_FILE_RANGE.9
+++ b/share/man/man9/VOP_COPY_FILE_RANGE.9
@@ -93,7 +93,7 @@ It should be reduced by the number of bytes copied, which implies that
the value pointed to by
.Fa len
will normally be zero for a non-error return.
-However, a copy of less bytes than requested is permitted.
+However, a copy of fewer bytes than requested is permitted.
.Sh LOCKS
The vnode are unlocked on entry and must be unlocked on return.
The byte ranges for both