From b4939295c2c98a40074de513a6bfd89c76427809 Mon Sep 17 00:00:00 2001 From: Tim Ledbetter Date: Mon, 19 Jun 2023 17:55:07 +0100 Subject: [PATCH] Base: Remove outdated exit values section from groupadd man page --- Base/usr/share/man/man8/groupadd.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Base/usr/share/man/man8/groupadd.md b/Base/usr/share/man/man8/groupadd.md index f644de449d..62afc35864 100644 --- a/Base/usr/share/man/man8/groupadd.md +++ b/Base/usr/share/man/man8/groupadd.md @@ -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.