From: sbts Date: Sun, 18 Jun 2017 14:23:01 +0000 (+0800) Subject: add error constant names to groupmod.8.xml This assists someone wanting to work out... X-Git-Tag: 4.6~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2392894eb011f5b8824bc6af80771c78fff6cb11;p=shadow add error constant names to groupmod.8.xml This assists someone wanting to work out what may have caused the error --- diff --git a/man/groupmod.8.xml b/man/groupmod.8.xml index 01b22d7c..e1db14dd 100644 --- a/man/groupmod.8.xml +++ b/man/groupmod.8.xml @@ -239,43 +239,43 @@ 0 - success + E_SUCCESS: success 2 - invalid command syntax + E_USAGE: invalid command syntax 3 - invalid argument to option + E_BAD_ARG: invalid argument to option 4 - specified group doesn't exist + E_GID_IN_USE: specified group doesn't exist 6 - specified group doesn't exist + E_NOTFOUND: specified group doesn't exist 9 - group name already in use + E_NAME_IN_USE: group name already in use 10 - can't update group file + E_GRP_UPDATE: can't update group file 11