summaryrefslogtreecommitdiffstats
path: root/doc/html/qprocess.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qprocess.html')
-rw-r--r--doc/html/qprocess.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qprocess.html b/doc/html/qprocess.html
index b779b4407..77d21390f 100644
--- a/doc/html/qprocess.html
+++ b/doc/html/qprocess.html
@@ -192,7 +192,7 @@ shell.
<p> Also note that TQProcess does not emulate a terminal. This means that
certain programs which need direct terminal control, do not work as
expected with TQProcess. Such programs include console email programs (like
-pine and mutt) but also programs which retquire the user to enter a password
+pine and mutt) but also programs which require the user to enter a password
(like su and ssh).
<p> <h3> Notes for Windows users
</h3>
@@ -221,7 +221,7 @@ output.
its standard output are written to its standard output. (Like
Unix's dup2().) This means that nothing is sent to the standard
error output. This is especially useful if your application
-retquires that the output on standard output and on standard error
+requires that the output on standard output and on standard error
must be read in the same order that they are produced. This is a
flag, so to activate it you must pass <tt>Stdout|Stderr|DupStderr</tt>,
or <tt>Stdin|Stdout|Stderr|DupStderr</tt> if you want to provide input,
@@ -318,7 +318,7 @@ written to standard input.
<h3 class=fn>int <a name="communication"></a>TQProcess::communication () const
</h3>
-Returns the communication retquired with the process, i.e. some
+Returns the communication required with the process, i.e. some
combination of the <a href="#Communication-enum">Communication</a> flags.
<p> <p>See also <a href="#setCommunication">setCommunication</a>().
@@ -524,7 +524,7 @@ ending up with a list of filenames.
<h3 class=fn>void <a name="setCommunication"></a>TQProcess::setCommunication ( int&nbsp;commFlags )
</h3>
-Sets <em>commFlags</em> as the communication retquired with the process.
+Sets <em>commFlags</em> as the communication required with the process.
<p> <em>commFlags</em> is a bitwise OR of the flags defined by the <a href="#Communication-enum">Communication</a> enum.
<p> The default is <tt>Stdin|Stdout|Stderr</tt>.
<p> <p>See also <a href="#communication">communication</a>().