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:
parent
c17f04cf45
commit
c1b91fd7f9
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user