1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:48:14 +00:00
serenity/Base/usr/share/man
Sam Atkins 45c429853a ps: Allow -q option multiple times, and separated by spaces or commas
Several differences here:
- Passing `-q` multiple times will add them together, instead of the
  last one overwriting the previous ones.
- `-q` PIDs can be separated by commas as well as spaces.
- We check that the PIDs are integers while parsing the arguments,
  instead of later on.

The "parse a list of things as an option" is extracted into a helper
function, because we're going to want the same logic for `-g`, `-G`,
`-p`, `-t`, `-u`, and `-U`.
2023-05-16 12:54:18 +02:00
..
man1 ps: Allow -q option multiple times, and separated by spaces or commas 2023-05-16 12:54:18 +02:00
man2 Documentation: Update readlink.md to use LibFileSystem api 2023-04-09 20:58:54 -06:00
man3 Everywhere: Clean up "the the" comment typos 2022-11-03 17:38:32 +00:00
man4 Documentation: Move IPC endpoint documentation to manpage section 4 2022-07-11 11:35:56 +02:00
man5 Everywhere: Run spellcheck on all documentation 2023-05-07 01:05:09 +02:00
man6 Everywhere: Run spellcheck on all documentation 2023-05-07 01:05:09 +02:00
man7 Base: Improve some application man pages 2023-05-09 06:18:30 +02:00
man8 Base: Remove trailing colons from man page headings 2023-04-01 11:49:57 +01:00