diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2011-09-22 22:45:47 -0500 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2011-09-22 22:45:47 -0500 |
commit | 6999a3294dbe54292aa6ce478f734e3a45e783d6 (patch) | |
tree | c38540ef3c790c9b23c1d486a09b976ee222cb8d /sys/man | |
parent | 050db2258fca625b0052d0b0686aab73d4a8c568 (diff) |
mothra(1): update man page
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/1/mothra | 44 |
1 files changed, 27 insertions, 17 deletions
diff --git a/sys/man/1/mothra b/sys/man/1/mothra index 374bd9b89..7cadd55c0 100644 --- a/sys/man/1/mothra +++ b/sys/man/1/mothra @@ -71,18 +71,22 @@ by underlined text or a boxed image) in the current file. Button 2 shows the URL of a file, but does not retrieve or display it. Button 3 pops up a menu of commands: -.TF save\ back +.TF alt\ display +.TP +.B alt display +Collapse or expand the navigation boxes at the top of the browser window. +.TP +.B snarf url +Copy the current URL to the snarf buffer. .TP -.B save back -Place a link to the current file in a `back list' -for future reference. +.B paste +Paste the current snarf buffer at the current cursor position. .TP -.B get back -Retrieve and display the back list. +.B save hit +Save the current URL to the hit list. .TP -.B fix cmap -Adjust the display's color map so that images will -have correct colors. +.B hit list +Retrieve and display the hit list. .TP .B exit Ask for confirmation and quit. @@ -94,17 +98,23 @@ The typed commands are: .BI g " url Get the page with the given URL. .TP +.B r +Reload the current page. +.TP .BI s " file -Save the current file in the given +Save the current page in the given .I file. .TP -.B q -Quit. +.BI W " file +Capture a screenshot of the entire browser window in the given +.I file. .TP -.B ? +.BI w " file +Capture a screenshot of the content area in the given +.I file. .TP -.B h -Get help. +.B q +Quit. .PD .PP When @@ -117,8 +127,8 @@ image), it will start up an appropriate viewer, for example .IR 9v (9.1)) for image files. .SH FILES -.B $home/lib/mothra/back.html -the back list +.B $home/lib/mothra/hit.html +the hit list .br .B $home/lib/mothra/mothra.url log of visited URLs |