Introduction
Introduction Statistics Contact Development Disclaimer Help
Merge. - swerc - anselm's simpler werc fork
git clone git://git.suckless.org/swerc
Log
Files
Refs
README
---
commit 2f8cd4ceec007e5bd5b2abf576654249b20b6f9d
parent d65f6d75802411de92d61171887a45cd4b097297
Author: [email protected] <unknown>
Date: Wed, 23 Sep 2009 12:28:20 +0200
Merge.
Diffstat:
M .hgtags | 6 ++++++
M apps/wman/app.rc | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/.hgtags b/.hgtags
@@ -21,3 +21,9 @@ f8f9cebcf39ff11e4d7f2dbf2269cfcfe04a6851 LATEST-RELEASE
736f86ef82319a53532f09a823fc62e250985a4a LATEST-RELEASE
736f86ef82319a53532f09a823fc62e250985a4a LATEST-RELEASE
4e19df0f133d432fafa0b320da29cfe271bc9701 LATEST-RELEASE
+f3802fe8231b1fcce5feb954bc36327a6c5279ff 1.1.1
+4e19df0f133d432fafa0b320da29cfe271bc9701 LATEST-RELEASE
+20d3644520b26551ae13450c433bc915a8c6dfb3 LATEST-RELEASE
+ef459ebbec9a44657e86eebd764ca2e63f25bc32 1.2
+20d3644520b26551ae13450c433bc915a8c6dfb3 LATEST-RELEASE
+e9ce8c4b5391175207ad5ca48bad6d1f85f82027 LATEST-RELEASE
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 …
| awk '/^$/ {if(n != 1) print; n=1; next} /./ {n=0; print}'
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.