tman: fix -P - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 4f52e8afe9e41647cd1742c6fff47ed928ff6c1c
(DIR) parent 7ea233191af1abd28ff1b9fcde8004df12e9b164
(HTM) Author: Russ Cox <rsc@swtch.com>
Date: Sun, 2 Jan 2011 15:28:01 -0500
man: fix -P
R=rsc
http://codereview.appspot.com/3818043
Diffstat:
M bin/man | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/bin/man b/bin/man
t@@ -41,7 +41,7 @@ fn roff {
fn doecho { echo $1 }
fn dotroff { roff t $1 }
fn doproof { roff t $1 | proof }
-fn dopage { roff t $1 | tr2post | psfonts | page }
+fn dopage { roff t $1 | tr2post | page }
fn donroff {
roff n $1 | sed '
${