]> git.ipfire.org Git - thirdparty/kmod.git/commit
man: list short/long opt on same line
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 3 Oct 2024 15:46:00 +0000 (16:46 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Wed, 9 Oct 2024 04:01:50 +0000 (23:01 -0500)
commitecb77447afd2d1aa6f91a732ec41caeff1456089
treeebab5e728bd9198961ff489bf65a7dd52613140c
parentecedc6890b82442da8c0ea122fa4e8257a62dbc7
man: list short/long opt on same line

With earlier commit, I attempted to keep them on separate lines for
somewhat dubious reasons. In practise that didn't work and they stayed
on the same line, while also dropping the separating comma.

Looking back, it would be better to fix the vim manpager mode issues
rather than mask it. Mea culpa

Effectively this reverts commit e7626810fd0f34db2c205b86ff6ad6cf42794fa7

Reference: https://lore.kernel.org/linux-modules/ZvknyLKvQeBo16n9@meinfjell.helgefjelltest.de
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/164
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
man/depmod.8.scd
man/insmod.8.scd
man/kmod.8.scd
man/lsmod.8.scd
man/modinfo.8.scd
man/modprobe.8.scd
man/rmmod.8.scd