diff options
| author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-09-23 08:25:16 +0200 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-09-23 08:25:16 +0200 |
| commit | a8fdcbf3a2e100f1e8f2ee30bead4d0ed0172b41 (patch) | |
| tree | dd465556ec3d67b2f6f86c3c0cd2ecedb3c7a955 | |
| parent | 7575684bc0205e7079aa76dff855d08421658f85 (diff) | |
| parent | 6999a3294dbe54292aa6ce478f734e3a45e783d6 (diff) | |
| download | plan9front-a8fdcbf3a2e100f1e8f2ee30bead4d0ed0172b41.tar.xz | |
merge
| -rw-r--r-- | sys/games/lib/fortunes | 1 | ||||
| -rw-r--r-- | sys/man/1/mothra | 44 | ||||
| -rw-r--r-- | sys/man/1/pkg | 9 | ||||
| -rwxr-xr-x | sys/src/cmd/pkg/create | 3 |
4 files changed, 34 insertions, 23 deletions
diff --git a/sys/games/lib/fortunes b/sys/games/lib/fortunes index 4e09f4537..eb7d2ab16 100644 --- a/sys/games/lib/fortunes +++ b/sys/games/lib/fortunes @@ -4602,3 +4602,4 @@ I was using "startx" in the figurative sense. Google Search provides at least 22 special features beyond the original word-search capability. Are you sure you're on the right website? (#go-nuts) <areece> The mailing list feels more hostile than the IRC :-/ +files over 10MB may cause memory and performance problems 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 diff --git a/sys/man/1/pkg b/sys/man/1/pkg index 01fcc48ea..8ffed75f2 100644 --- a/sys/man/1/pkg +++ b/sys/man/1/pkg @@ -38,7 +38,7 @@ then packs it into a compressed .IR tar (1) archive suitable for upload to a package -repository. +repository. The source directory should be provided as a full path. .TP .I Pkg/install Install the package @@ -58,17 +58,16 @@ from the local system. .SH EXAMPLES .LP Create the package -.B links-variable-2011.05.23 +.B irc7-2011.09.21: .sp 1 .EX -% cd /sys/src -% pkg/create links-variable-2011.05.23 +% pkg/create /sys/src/cmd/irc7-2011.09.21 .EE .LP Install the .B Go -programming language. +programming language: .sp 1 .EX % pkg/install go-2011.05.10 diff --git a/sys/src/cmd/pkg/create b/sys/src/cmd/pkg/create index ec350e731..b251c1b21 100755 --- a/sys/src/cmd/pkg/create +++ b/sys/src/cmd/pkg/create @@ -6,8 +6,9 @@ echo Creating $i C=`{pwd} @{ rfork en +mkdir -p /tmp/$i/files/sys/src/cmd/$i +dircp $d /tmp/$i/files/sys/src/cmd/$i cd $d -mkdir /tmp/$i mk divergefs -p /tmp/$i / mk install clean |
