[sudo-commits] sudo changeset 8959:17b7e386955a

Todd C. Miller Todd.Miller at courtesan.com
Wed Aug 14 10:31:01 MDT 2013


changeset:	8959:17b7e386955a in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/17b7e386955a
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Aug 14 10:30:51 2013 -0600

Log Message:
	Simplify usage messages a bit and make --help output more closely
	resemble GNU usage wrt long options.  Sync usage and man page
	SYNOPSYS sections and improve long options in the manual pages.
	Now that we have long options we don't need to give the mnemonic
	for the single-character options in the description.

diffstat:

 configure                    |    4 +-
 configure.in                 |    4 +-
 doc/fixman.sh                |    2 +-
 doc/fixmdoc.sh               |    4 +-
 doc/sudo.cat                 |  347 ++++++++++++++++++-------------------
 doc/sudo.man.in              |  393 ++++++++++++++++++------------------------
 doc/sudo.mdoc.in             |  395 ++++++++++++++++++------------------------
 doc/sudoreplay.cat           |  155 ++++++++--------
 doc/sudoreplay.man.in        |   53 ++---
 doc/sudoreplay.mdoc.in       |   41 +--
 doc/visudo.cat               |   20 +-
 doc/visudo.man.in            |   22 +-
 doc/visudo.mdoc.in           |   22 +-
 plugins/sudoers/sudoreplay.c |   18 +-
 plugins/sudoers/visudo.c     |   12 +-
 src/parse_args.c             |  108 +++++-----
 src/sudo.c                   |    6 +-
 src/sudo_usage.h.in          |    8 +-
 18 files changed, 726 insertions(+), 888 deletions(-)


More information about the sudo-commits mailing list