From 2392894eb011f5b8824bc6af80771c78fff6cb11 Mon Sep 17 00:00:00 2001 From: sbts Date: Sun, 18 Jun 2017 22:23:01 +0800 Subject: [PATCH] add error constant names to groupmod.8.xml This assists someone wanting to work out what may have caused the error --- man/groupmod.8.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 -- 2.40.0