diff options
Diffstat (limited to 'doc/html/tqprocess.html')
| -rw-r--r-- | doc/html/tqprocess.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqprocess.html b/doc/html/tqprocess.html index 145ffa7e4..3403e5baf 100644 --- a/doc/html/tqprocess.html +++ b/doc/html/tqprocess.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> -<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>TQProcess Class</title> <style type="text/css"><!-- fn { margin-left: 1cm; text-indent: -1cm; } @@ -592,7 +592,7 @@ process may or may not read this data. <p> This function always returns immediately. The data you pass to <a href="#writeToStdin">writeToStdin</a>() is copied into an internal memory buffer in TQProcess, and when control goes back to the event loop, TQProcess will -starting transferring data from this buffer to the running process. +starting transferring data from this buffer to the running process. Â Sometimes the data will be transferred in several payloads, depending on how much data is read at a time by the process itself. When TQProcess has transferred all the data from its memory buffer to the running process, it |
