[PATCH] copyfilerange: (man) fix swapped offsets in command example
Štěpán Němec <[email protected]> Wed, 22 Apr 2026 20:25:03 +0200
| Newsgroups | org.kernel.vger.util-linux |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Štěpán Němec <[email protected]> --- On Wed, 22 Apr 2026 08:17:46 +0200 Benno Schulenberg wrote: > The convention for the subject line when man pages are affected is: > > program: (man) description of change Interesting. I did recheck both Documentation/howto-contribute.txt and recent man page commits before sending the patch, and, having failed to identify clear guidance, went with the pattern that made more sense to me. That said, I see now that, had I gone more quantitative about it, I might have picked the one you prefer :-D ; git log | grep -c '(man): ' 21 ; git log | grep -c ': (man)' 289 Unfortunately I didn't. In any case, if the preference is felt strongly enough to require rerolls just for that, I believe it would make a great addition to howto-contribute.txt (or at least applying it consistently in the actual project commit messages; the most recent '(man): ' is from 19. 4.). Thanks, Štěpán misc-utils/copyfilerange.1.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc-utils/copyfilerange.1.adoc b/misc-utils/copyfilerange.1.adoc index 303a1a7b25e2..89b95e9516fa 100644 --- a/misc-utils/copyfilerange.1.adoc +++ b/misc-utils/copyfilerange.1.adoc @@ -71,7 +71,7 @@ copyfilerange split-first-mb join :: -copyfilerange split-remainder join 1M:: +copyfilerange split-remainder join :1M: .... == SEE ALSO base-commit: fff8c59c75355d365a69f86719e7bd7818c1daf4 -- 2.53.0