Hi Uriel,
see attached a patch for wman that calls troff directly instead of the
nroff script. I run this on man.suckless.org -- same result imho.
Kind regards,
Anselm
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"werc" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/werc9?hl=en
-~----------~----~----~----~------~----~------~--~---
diff -r 66b0ae897146 apps/wman/app.rc
--- a/apps/wman/app.rc Sun Aug 16 03:37:43 2009 +0200
+++ b/apps/wman/app.rc Tue Aug 25 19:16:30 2009 +0000
@@ -68,7 +68,7 @@
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}'