From e02e31c8b9d854cd62cbe9799228f6e08e882773 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 22:04:08 -0600 Subject: Sync with latest script --- doc/html/qprocess.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/qprocess.html') 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.

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).

Notes for Windows users

@@ -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 Stdout|Stderr|DupStderr, or Stdin|Stdout|Stderr|DupStderr if you want to provide input, @@ -318,7 +318,7 @@ written to standard input.

int TQProcess::communication () const

-Returns the communication retquired with the process, i.e. some +Returns the communication required with the process, i.e. some combination of the Communication flags.

See also setCommunication(). @@ -524,7 +524,7 @@ ending up with a list of filenames.

void TQProcess::setCommunication ( int commFlags )

-Sets commFlags as the communication retquired with the process. +Sets commFlags as the communication required with the process.

commFlags is a bitwise OR of the flags defined by the Communication enum.

The default is Stdin|Stdout|Stderr.

See also communication(). -- cgit v1.2.1