kleines Filmröllchen
afaea38be2
Base: Expand "See Also" sections of many manpages
...
This commit focuses on the CLI utilities.
2023-07-06 10:03:48 +01:00
Tim Ledbetter
b17aa47769
usermod: Add -a
and -r
options to append or remove extra groups
2023-06-26 19:31:09 +02:00
Tim Ledbetter
caf55c0b2d
usermod: Add -G
option to modify supplementary groups
2023-06-26 19:31:09 +02:00
Tim Ledbetter
d7fccfc237
usermod: Allow group name or number to be used with the -g
option
2023-06-26 19:31:09 +02:00
Tim Ledbetter
a5b9fb28c2
Base: Remove trailing colons from man page headings
...
Most man pages don't have these, so removing them where they do exist
makes things more consistent.
2023-04-01 11:49:57 +01:00
Kyle Anthony Williams
a732d26a7b
Base: Add gist to and modify description of usermod man page
...
This patch brings the man page usermod into line with its
siblings useradd and usermod.
2022-02-28 14:01:41 +01:00
Ben Wiederhake
50a65f02a8
Manpages: Auto-generate many through ArgsParser
...
This set was hand-curated, guided by the questions:
- Does it have at least three options, i.e. is the help page
non-trivial?
- Is the program unusual, i.e. does listing it in Help or on
man.serenityos.org spread awareness?
- Is the program common, but we only implement a subset of 'common'
flags?
2021-11-01 21:12:58 +01:00