summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2016-02-23 21:48:51 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2016-02-23 21:48:51 +0300
commit57ad72765a0dd24e0f7f9bbe4f3ba3d3ec225706 (patch)
tree1bf0b10c477f957af7bbbc9ffc5c465656bceba2 /doc
parentdoc/guile-ssh.texi, README: Update requirements (diff)
parentdoc/api-popen.texi: Add note about PTY and sterr/stdout (diff)
downloadguile-ssh-57ad72765a0dd24e0f7f9bbe4f3ba3d3ec225706.tar.gz
Merge branch 'master' into wip-libssh-0-7
Diffstat (limited to 'doc')
-rw-r--r--doc/api-popen.texi3
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