Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f6791f3

Browse files
committed
Minor usage fix.
Add a note that some way of reliably detecting the use of KDE would be really nice.
1 parent 3944a01 commit f6791f3

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Doc/lib/libwebbrowser.tex

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ \section{\module{webbrowser} ---
1111
are easy to use and are platform independent.
1212

1313
Under \UNIX, graphical browsers are preferred under X11, but text-mode
14-
browser will be used if graphical browsers are not available or an X11
14+
browsers will be used if graphical browsers are not available or an X11
1515
display isn't available. If text-mode browsers are used, the calling
1616
process will block until the user exits the browser.
1717

@@ -69,8 +69,10 @@ \section{\module{webbrowser} ---
6969

7070
\begin{description}
7171
\item[(1)]
72-
``Konquerer'' is the file manager for the KDE desktop environment, and
73-
only makes sense to use if KDE is running.
72+
``Konquerer'' is the file manager for the KDE desktop environment for
73+
UNIX, and only makes sense to use if KDE is running. Some way of
74+
reliably detecting KDE would be nice; the \envvar{KDEDIR} variable is
75+
not sufficient.
7476

7577
\item[(2)]
7678
Only on Windows platforms; requires the common

0 commit comments

Comments
 (0)