]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
copyfilerange: (man) fix swapped offsets in command example
authorŠtěpán Němec <stepnem@smrk.net>
Wed, 22 Apr 2026 18:25:03 +0000 (20:25 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 27 Apr 2026 08:11:09 +0000 (10:11 +0200)
Signed-off-by: Štěpán Němec <stepnem@smrk.net>
misc-utils/copyfilerange.1.adoc

index 303a1a7b25e2b06b65842f5c1a1e1d16fdfe1880..89b95e9516fa7580ccb1db460cb9b6b10845af40 100644 (file)
@@ -71,7 +71,7 @@ copyfilerange original-file split-remainder 1M::
 
 copyfilerange split-first-mb join ::
 
-copyfilerange split-remainder join 1M::
+copyfilerange split-remainder join :1M:
 ....
 
 == SEE ALSO