]> git.ipfire.org Git - thirdparty/kmod.git/commit
man: list options one per line
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 8 Jul 2024 13:43:25 +0000 (14:43 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 9 Jul 2024 05:18:21 +0000 (00:18 -0500)
commite7626810fd0f34db2c205b86ff6ad6cf42794fa7
treea10327f4a69f8b6edf8dc15c9e4ca008a6a118ea
parent082617913f68b0363e5701e470f2b78786dd9aaa
man: list options one per line

Somewhat inspired by my selfish use of VIM as man pager. Namely, when
there are multiple options on the same line, only the first one gets
properly rendered.

A good bonus point is that very long instances, like modinfo's legacy
"--author, --description ..." look a bit neater now.

With this is also more consistently handle short/long options which take
an argument.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
man/depmod.8.scd
man/kmod.8.scd
man/modinfo.8.scd
man/modprobe.8.scd
man/rmmod.8.scd