diff options
| author | Alejandro Colomar <alx@kernel.org> | 2024-08-27 10:21:36 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2024-08-27 11:38:26 +0200 |
| commit | cc0fe0e342ceb0906334e1ddc8dbe800d6fd2abd (patch) | |
| tree | fcaa83ea5a9b3c8468d6a001431350f43c55cda8 | |
| parent | de29ee64f74337551aac435354a30ab355ad2eb2 (diff) | |
| download | man-pages-cc0fe0e342ceb0906334e1ddc8dbe800d6fd2abd.tar.gz | |
splice.2: off_{in,out} are updated by splice(2)
Link: <https://lore.kernel.org/linux-man/4xw464u2munxbgujopgfggxvnvgxa2b5lh35eriaeziapaa4uq@z6jmdim6f5mo/T/#t>
Reported-by: Absee Seeab <doesnt.look.like.temp.mail@gmail.com>
Co-developed-by: Absee Seeab <doesnt.look.like.temp.mail@gmail.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -rw-r--r-- | man/man2/splice.2 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/man2/splice.2 b/man/man2/splice.2 index 784082108f..2f70c01110 100644 --- a/man/man2/splice.2 +++ b/man/man2/splice.2 @@ -63,7 +63,10 @@ offset from which bytes will be read from .IR fd_in ; in this case, the file offset of .I fd_in -is not changed. +is not changed, +and the offset pointed to by +.I off_in +is adjusted appropriately instead. .P Analogous statements apply for .I fd_out |
