diff options
| author | Benjamin Kaduk <bjk@FreeBSD.org> | 2019-07-25 15:43:15 +0000 |
|---|---|---|
| committer | Benjamin Kaduk <bjk@FreeBSD.org> | 2019-07-25 15:43:15 +0000 |
| commit | 1f0a85545ee66c74aed3f380f05396dea2340712 (patch) | |
| tree | 54c1a102188574eb7e0d2e01f8cce59e513a2055 /lib/libc | |
| parent | c03909c9d8253562905f31ef69aebd6643ab2f82 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/copy_file_range.2 | 2 |
1 files changed, 1 insertions, 1 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 |
