From 3e5fc3eb04d048d7b30c857e12107799beb39c31 Mon Sep 17 00:00:00 2001 From: Andre Date: Sat, 27 Jan 2007 11:33:08 +0100 Subject: [PATCH 1/1] simplify com_man() of command_util.sh --- command_util.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/command_util.sh b/command_util.sh index d6626c25..5119f58b 100755 --- a/command_util.sh +++ b/command_util.sh @@ -150,7 +150,6 @@ dump_man() com_man() { - local n echo "[$section_name]" echo while : ; do @@ -161,10 +160,7 @@ com_man() if test $ret -eq 0; then break fi - dump_man #> $txtdir/$n.txt -# txt2man -t "$n" -r "$r" < $txtdir/$n.txt \ -# | sed -e 1d > $mandir/$n.1 -# man2html $mandir/$n.1 > $htmldir/$n.html + dump_man done } -- 2.30.2