From 0f1f782c51773b4db2597e07f4cba4cadf5eddf1 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 16 Dec 2007 19:34:56 +0100 Subject: [PATCH] a/command_util.sh: Convert template members also in the short description. --- command_util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command_util.sh b/command_util.sh index 3c2d789f..62ad9663 100755 --- a/command_util.sh +++ b/command_util.sh @@ -148,7 +148,7 @@ dump_man() local t_name_txt=$(echo $name_txt | $sed_cmd) echo ".SS \"$t_name_txt\"" done - echo "$desc_txt" + echo "$desc_txt" | sed -e "s/@member@/{$(echo $template_members | sed -e 's/ / | /g')}/g" echo echo "\\fBUsage: \\fP" echo -- 2.39.2