From: Štěpán Němec Date: Wed, 22 Apr 2026 18:25:03 +0000 (+0200) Subject: copyfilerange: (man) fix swapped offsets in command example X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=4fb35a971bec90659024b2f01c5f62e97cf0243f;p=thirdparty%2Futil-linux.git copyfilerange: (man) fix swapped offsets in command example Signed-off-by: Štěpán Němec --- diff --git a/misc-utils/copyfilerange.1.adoc b/misc-utils/copyfilerange.1.adoc index 303a1a7b2..89b95e951 100644 --- a/misc-utils/copyfilerange.1.adoc +++ b/misc-utils/copyfilerange.1.adoc @@ -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