From: nekral-guest Date: Thu, 27 Dec 2007 21:30:12 +0000 (+0000) Subject: Document check_list's return value. X-Git-Tag: 4.1.1~268 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=641d73ab8304280e34ee089b938549e6791ad458;p=shadow Document check_list's return value. --- diff --git a/src/gpasswd.c b/src/gpasswd.c index cc04b288..960e54c6 100644 --- a/src/gpasswd.c +++ b/src/gpasswd.c @@ -150,6 +150,8 @@ static RETSIGTYPE catch_signals (int killed) * * check_list scans a comma-separated list of user names and checks * that each listed name exists. + * + * It returns 0 on success. */ static int check_list (const char *users) {