X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=sys%2Fman%2F1%2Fmothra;h=d9f5c480c96a3a5880c5820ef94c1cde02818721;hb=ccbffa67318df0c6fe5210133698b403490d6611;hp=a37be94469eb0fa90da2b2e763939cc3646e4a9f;hpb=049855460c63cd4a8c8a03d42bfa3c42b94134a9;p=plan9front.git diff --git a/sys/man/1/mothra b/sys/man/1/mothra index a37be9446..d9f5c480c 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 -dv +.B -va ] [ .B -m @@ -21,9 +21,9 @@ by name or through hypertext links. Web names, called URLs, have a peculiar syntax: .IP .EX -http://netlib.att.com/netlib/1127/www/1127.html -http://akebono.stanford.edu:80/yahoo/ -http://www.teleport.com/~crowell/ +http://9front.org/ +https://code.9front.org/hg/plan9front/ +http://cat-v.org/ .EE .PP The part up to the first colon gives the protocol for @@ -52,9 +52,12 @@ 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. +.B -a +Alt display. Starts in alt display mode, see menu +commands table below. +.TP +.B -k +Kill images. Don't fetch/display images. .TP .B -m Specify the @@ -66,8 +69,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, @@ -97,11 +100,15 @@ Clicking the .B moth mode menu option again exits moth mode. .TP -.B snarf url -Copy the current URL to the snarf buffer. +.B snarf +Copy the current entry text or selected page text to snarf buffer. +If nothing is selected, the current URL is copied. .TP .B paste -Paste the current snarf buffer at the current cursor position. +Paste the snarf buffer to the current text entry. +.TP +.B search +Search for a regular expression in the current page. .TP .B save hit Save the current URL to the hit list. @@ -128,7 +135,7 @@ Jump to page from the list of previously viewed pages. .TP .BI k -Kill images on the current page. +Toggle killing of images. .TP .BI m Enter or exit moth mode. @@ -164,9 +171,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" @@ -184,3 +188,7 @@ Sanitizing remote file names for the local file system is imperfect. is distributed in a preliminary state; it has more than its share of bugs. Note that .I mothra, like the other Guardian Monsters, has no particular concern for humanity. +.SH HISTORY +.I Mothra +first appeared in Plan 9 from Bell Labs (1995). It was later modified for inclusion in +9front (September, 2011).