]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/process.tex
Removed some inappropriate use of verbatim
[wxWidgets.git] / docs / latex / wx / process.tex
index 4f7777e6ebfb6d25d4da6299b9ee07b58836bcfb..f8475c9e6314d0e4fee28a41e247638a8769e4af 100644 (file)
@@ -20,9 +20,12 @@ to call its \helpref{Redirect}{wxprocessredirect} method before passing it to
 \helpref{GetInputStream}{wxprocessgetinputstream}, 
 \helpref{GetOutputStream}{wxprocessgetoutputstream} and 
 \helpref{GetErrorStream}{wxprocessgeterrorstream} can then be used to retrieve
-the streams corresponding to the child process stdandard output, input and
+the streams corresponding to the child process standard output, input and
 error output respectively.
 
+\perlnote{In wxPerl this class has an additional {\tt Destroy} method,
+for explicit destruction.}
+
 \wxheading{Derived from}
 
 \helpref{wxEvtHandler}{wxevthandler}
@@ -157,9 +160,9 @@ enum wxKillError
 
 \helpref{wxProcess::Exists}{wxprocessexists},\rtfsp
 \helpref{wxKill}{wxkill},\rtfsp
-\helpref{Exec sample}{sampleexex}
+\helpref{Exec sample}{sampleexec}
 
-\membersection{wxProcess::Kill}\label{wxprocessexists}
+\membersection{wxProcess::Exists}\label{wxprocessexists}
 
 \func{static bool}{Exists}{\param{int}{ pid}}
 
@@ -168,7 +171,7 @@ Returns {\tt TRUE} if the given process exists in the system.
 \wxheading{See also}
 
 \helpref{wxProcess::Kill}{wxprocesskill},\rtfsp
-\helpref{Exec sample}{sampleexex}
+\helpref{Exec sample}{sampleexec}
 
 \membersection{wxProcess::OnTerminate}\label{wxprocessonterminate}