Fix grammar nit in copy_file_range docs

Bytes are countable, so we have fewer of them, not less of them.
This commit is contained in:
Benjamin Kaduk 2019-07-25 15:43:15 +00:00
parent c03909c9d8
commit 1f0a85545e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=350325
2 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@ arguments and this system call for the
data ranges found. data ranges found.
.Pp .Pp
.Sh RETURN VALUES .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 than
.Fa len . .Fa len .
.Fn copy_file_range .Fn copy_file_range

View File

@ -93,7 +93,7 @@ It should be reduced by the number of bytes copied, which implies that
the value pointed to by the value pointed to by
.Fa len .Fa len
will normally be zero for a non-error return. 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 .Sh LOCKS
The vnode are unlocked on entry and must be unlocked on return. The vnode are unlocked on entry and must be unlocked on return.
The byte ranges for both The byte ranges for both