diff options
author | Russ Cox <rsc@swtch.com> | 2008-10-08 14:58:14 -0700 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2008-10-08 14:58:14 -0700 |
commit | 6c99870701d4a71d429a26f357859416c875b2fb (patch) | |
tree | c0527ed678fdf958b325fe57bf160ea2233bf3b7 /man/man1 | |
parent | 362264eb516483d6e2f45ba1e0ab6bcaf2d4f0ee (diff) | |
download | plan9port-6c99870701d4a71d429a26f357859416c875b2fb.tar.gz plan9port-6c99870701d4a71d429a26f357859416c875b2fb.tar.bz2 plan9port-6c99870701d4a71d429a26f357859416c875b2fb.zip |
web: add camino as a $BROWSER
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/web.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/man/man1/web.1 b/man/man1/web.1 index 0910747e..06d304df 100644 --- a/man/man1/web.1 +++ b/man/man1/web.1 @@ -45,10 +45,11 @@ 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 +should be set to +.B camino , +.B firefox , or -.BR firefox . +.BR safari . .I Web uses AppleScript to talk to the browser. If |