[sudo-commits] sudo changeset 8288:0bcce3f1ca18

Todd C. Miller Todd.Miller at courtesan.com
Thu Aug 2 14:04:47 EDT 2012


changeset:	8288:0bcce3f1ca18 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/0bcce3f1ca18
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Aug 01 14:38:52 2012 -0400

Log Message:
	Generate a sed script file when munging *.mdoc or *.man instead of
	passing sed expressions on the command line.  Older seds do not
	support \n in a replacement so generate and run a sed script instead.

diffstat:

 .hgignore           |    2 +
 MANIFEST            |    6 +-
 doc/Makefile.in     |   70 +++++++++++++++++++---------
 doc/fixman.sh       |   60 ++++++++++++++++++++++++
 doc/fixmdoc.sh      |  126 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/sudo.man.sh     |   60 ------------------------
 doc/sudo.mdoc.sh    |   72 -----------------------------
 doc/sudoers.man.sh  |   35 --------------
 doc/sudoers.mdoc.sh |   35 --------------
 9 files changed, 237 insertions(+), 229 deletions(-)



More information about the sudo-commits mailing list