From 641d73ab8304280e34ee089b938549e6791ad458 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Thu, 27 Dec 2007 21:30:12 +0000 Subject: [PATCH] Document check_list's return value. --- src/gpasswd.c | 2 ++ 1 file changed, 2 insertions(+) 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) { -- 2.40.0