commit 0b01a1a6cba114c3649c683813c85bb5bf1e0022
parent cc50259c7a7083266074be9f19c724185a0af917
Author: uriel@localhost.localdomain <unknown>
Date: Wed, 26 Aug 2009 00:48:38 +0200
Replace nroff reference with troff -N, thanks garbeam!
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/wman/app.rc b/apps/wman/app.rc
@@ -68,7 +68,7 @@ fn wman_get_section_desc {
fn wman_page_gen {
#troff -manhtml $1| troff2html -t 'Plan 9 from User Space'
- nroff -man $1 \
+ troff -N -man $1 \
| escape_html \
| sed 's!([\.\-a-zA-Z0-9]+)\(('^`{echo $wman_cat_list|tr ' ' '|'}^')\)!<a href="../\2/\1">&</a>!g' \
| awk '/^$/ {if(n != 1) print; n=1; next} /./ {n=0; print}'