diff options
author | rsc <devnull@localhost> | 2005-01-13 04:49:19 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-13 04:49:19 +0000 |
commit | c8b6342d3c2a167dec16931815926e9e4387e7ef (patch) | |
tree | 80d3ec6ea074462b30639168113def880476dad6 /man/man1/web.1 | |
parent | 741f510ce758f77ed5193256fb693a09a7daecce (diff) | |
download | plan9port-c8b6342d3c2a167dec16931815926e9e4387e7ef.tar.gz plan9port-c8b6342d3c2a167dec16931815926e9e4387e7ef.tar.bz2 plan9port-c8b6342d3c2a167dec16931815926e9e4387e7ef.zip |
Many small edits.
Diffstat (limited to 'man/man1/web.1')
-rw-r--r-- | man/man1/web.1 | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/man/man1/web.1 b/man/man1/web.1 index cf0b691c..0910747e 100644 --- a/man/man1/web.1 +++ b/man/man1/web.1 @@ -31,6 +31,8 @@ The choice of browser is determined by the .B $BROWSER environment variable, which should be the name of the executable for your choice of web browser. +The default is +.BR firefox . Since the various browsers all use different syntaxes in their .B -remote @@ -41,6 +43,23 @@ When possible, .I web opens each URL in a new tab rather than a new window. .PP +When run under Mac OS X, +.B $BROWSER +should be set to the string +.B safari +or +.BR firefox . +.I Web +uses AppleScript to talk to the browser. +If +.B $BROWSER +is not set, +.I web +looks for Firefox in +.BR /Applications/Firefox.app +and uses it if found; +otherwise it uses Safari. +.PP .I Wmail starts the composition of a new mail message to .IR address . @@ -49,7 +68,8 @@ The choice of mailer is determined by the .B $MAILER environment variable. The supported mailers are: -.TP browser +.TP +.B browser invoke the mailer via a .B mailto:// URL passed to |