[sudo-commits] sudo changeset 11622:44316d271ab8

Todd C. Miller Todd.Miller at sudo.ws
Tue Nov 27 08:16:15 MST 2018


changeset:	11622:44316d271ab8 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/44316d271ab8
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Nov 27 08:14:15 2018 -0700

Log Message:
	Use roff conditionals in the manuals instead of post-processing.
	We still need to process the resulting .man.in files to add back
	the conditionals but this should be easier to debug as the changes
	are visible in the .in file.
	Some minor postprocessing is still used to make the manuals HP-UX
	friendly and to change "0 seconds" -> unlimited after substitution.

diffstat:

 MANIFEST            |    4 +-
 doc/Makefile.in     |   67 ++++++++++-------------
 doc/fixman.sh       |  134 ++----------------------------------------------
 doc/fixmdoc.sed     |    5 +
 doc/fixmdoc.sh      |  143 ----------------------------------------------------
 doc/sudo.cat        |    2 +-
 doc/sudo.man.in     |   53 ++++++++++++++----
 doc/sudo.man.in.sed |   76 +++++++++++++++++++++++++++
 doc/sudo.mdoc.in    |   49 ++++++++++++++++-
 doc/sudoers.cat     |    8 +-
 doc/sudoers.man.in  |   55 +++++++++++++++++--
 doc/sudoers.mdoc.in |   55 +++++++++++++++++--
 12 files changed, 307 insertions(+), 344 deletions(-)


More information about the sudo-commits mailing list