Index: libwebbrowser.tex =================================================================== RCS file: /cvsroot/python/python/dist/src/Doc/lib/libwebbrowser.tex,v retrieving revision 1.10 diff -c -r1.10 libwebbrowser.tex *** libwebbrowser.tex 19 Jul 2001 03:49:33 -0000 1.10 --- libwebbrowser.tex 20 Mar 2005 14:55:19 -0000 *************** *** 18,25 **** process will block until the user exits the browser. Under \UNIX, if the environment variable \envvar{BROWSER} exists, it ! is interpreted to override the platform default list of browsers, as a ! colon-separated list of browsers to try in order. When the value of a list part contains the string \code{\%s}, then it is interpreted as a literal browser command line to be used with the argument URL substituted for the \code{\%s}; if the part does not contain --- 18,25 ---- process will block until the user exits the browser. Under \UNIX, if the environment variable \envvar{BROWSER} exists, it ! is used before other detected browser candidates. \envvar{BROWSER} should be ! a colon-separated list of browsers to try in order. When the value of a list part contains the string \code{\%s}, then it is interpreted as a literal browser command line to be used with the argument URL substituted for the \code{\%s}; if the part does not contain