Base: Remove outdated exit values section from groupadd man page

This commit is contained in:
Tim Ledbetter 2023-06-19 17:55:07 +01:00 committed by Andreas Kling
parent 09787dbf27
commit b4939295c2

View file

@ -19,13 +19,6 @@ This program must be run as root.
* `-g`, `--gid` _gid_: The group identifier for the new group. If not specified, an unused GID above `100` will be auto-generated.
* `-U`, `--users` user-list: A comma-separated list of usernames to add as members of the new group
## Exit Values
* 0 - Success
* 1 - Couldn't update the group file
* 3 - Invalid argument to option
* 4 - GID already in use
## Files
* `/etc/group` - new group information (such GID) is appended to this file.