diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2013-12-07 00:51:19 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2013-12-07 00:51:19 +0100 |
commit | 66cc2fa96036398b10bc8def293bb5759bbbabe4 (patch) | |
tree | 373be246558d5c2ffcfd86285b8b88f6801c7399 /sys/man | |
parent | a989f89f3e15bae969c764114a256237c3538672 (diff) |
mothra: remove debug code, dont create $home/lib/mothra/mothra.err file
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/1/mothra | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/sys/man/1/mothra b/sys/man/1/mothra index b552463f7..64ec94d92 100644 --- a/sys/man/1/mothra +++ b/sys/man/1/mothra @@ -4,7 +4,7 @@ mothra \- retrieve and display World-Wide Web files .SH SYNOPSIS .B mothra [ -.B -dva +.B -va ] [ .B -m @@ -52,10 +52,6 @@ the environment variable .PP There are a number of options: .TP -.B -d -Debug mode. Causes debug messages to appear in -.B $home/lib/mothra/mothra.err. -.TP .B -a Alt display. Starts in alt display mode, see menu commands table below. @@ -70,8 +66,8 @@ The default is .B /mnt/web. .TP .B -v -Verbose mode. Causes HTML errors to appear in -.B $home/lib/mothra/mothra.err. +Verbose mode. Causes HTML errors to be printed +on file-descriptor 2. .PP The display contains the last message from .I mothra, @@ -169,9 +165,6 @@ for most image files. .SH FILES .B $home/lib/mothra/hit.html the hit list -.br -.B $home/lib/mothra/mothra.err -log of debug and/or error messages, including HTML syntax errors .SH SOURCE .B /sys/src/cmd/mothra .SH "SEE ALSO" |