Update the VOP_COPY_FILE_RANGE man page to reflect the semantic change

made by r354574.

This is a content change.
This commit is contained in:
rmacklem 2019-11-10 01:21:10 +00:00
parent 1aad1dc904
commit 26ac88438d

View File

@ -25,12 +25,13 @@
.\"
.\" $FreeBSD$
.\"
.Dd November 8, 2019
.Dd November 9, 2019
.Dt VOP_COPY_FILE_RANGE 9
.Os
.Sh NAME
.Nm VOP_COPY_FILE_RANGE
.Nd copy a byte range from one regular file to another within a file system
.Nd copy a byte range from one file to another or within one file
in a single file system
.Sh SYNOPSIS
.In sys/param.h
.In sys/vnode.h
@ -46,8 +47,17 @@
.Fa "struct ucred *outcred"
.Fa "struct thread *fsize_td"
.Sh DESCRIPTION
This entry point copies a byte range from one regular file to another within a
file system.
This entry point copies a byte range from one regular file to another
or within one file in a single file system.
.Fa invp
and
.Fa outvp
can refer to the same file.
For this case, the byte ranges defined by
.Fa *inoff ,
.Fa *outoff and
.Fa *len
will not overlap.
.Pp
The arguments are:
.Bl -tag -width ioflag