diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2016-02-23 21:40:22 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2016-02-23 21:40:22 +0300 |
| commit | 5f42ae4903a6a694c7d191134477678548202070 (patch) | |
| tree | 868e02a481e3e5ed6d8362d05d02b872ba002efc /doc | |
| parent | tests/common.scm (run-client-test/separate-process): Use 'poll' (diff) | |
| download | guile-ssh-5f42ae4903a6a694c7d191134477678548202070.tar.gz | |
doc/api-popen.texi: Add note about PTY and sterr/stdout
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/api-popen.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api-popen.texi b/doc/api-popen.texi index fe8c822..f4a1a01 100644 --- a/doc/api-popen.texi +++ b/doc/api-popen.texi @@ -19,6 +19,9 @@ terminal. The terminal is needed to run such commands as @code{top}. Thus, to run @code{top} on the remote side you need to open a remote pipe with "t" flag set. +@strong{Note} that when a PTY is used, a server merges stderr stream with +stdout. + Values of the aforementioned constants: @table @samp |
