[Pkg-shadow-commits] r2503 - in upstream/trunk: . src

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Fri Mar 13 22:21:27 UTC 2009


Author: nekral-guest
Date: 2009-03-13 22:21:26 +0000 (Fri, 13 Mar 2009)
New Revision: 2503

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/src/gpasswd.c
Log:
	* src/gpasswd.c: Remove the documentation of options from the
	main() documentation. It will always be outdated here.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2009-03-13 22:20:20 UTC (rev 2502)
+++ upstream/trunk/ChangeLog	2009-03-13 22:21:26 UTC (rev 2503)
@@ -1,5 +1,10 @@
 2009-03-13  Nicolas François  <nicolas.francois at centraliens.net>
 
+	* src/gpasswd.c: Remove the documentation of options from the
+	main() documentation. It will always be outdated here.
+
+2009-03-13  Nicolas François  <nicolas.francois at centraliens.net>
+
 	* src/lastlog.c: lastlog variable renamed to ll to avoid name
 	clash with the structure.
 	* src/lastlog.c: check the offset in print_one() so that it is

Modified: upstream/trunk/src/gpasswd.c
===================================================================
--- upstream/trunk/src/gpasswd.c	2009-03-13 22:20:20 UTC (rev 2502)
+++ upstream/trunk/src/gpasswd.c	2009-03-13 22:21:26 UTC (rev 2503)
@@ -959,13 +959,6 @@
 
 /*
  * gpasswd - administer the /etc/group file
- *
- *	-a user		add user to the named group
- *	-d user		remove user from the named group
- *	-r		remove password from the named group
- *	-R		restrict access to the named group
- *	-A user,...	make list of users the administrative users
- *	-M user,...	make list of users the group members
  */
 int main (int argc, char **argv)
 {




More information about the Pkg-shadow-commits mailing list