diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2015-07-26 17:16:49 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2015-07-26 17:16:49 +0300 |
| commit | 3c4b0147b52ed1af7392114441d8b52c3cbd96ab (patch) | |
| tree | a85a1f8bc190774d71a32d03a20fd9dfd58dd166 /doc | |
| parent | doc/api-dist.texi: Update description of 'node-open-rrepl' (diff) | |
| download | guile-ssh-3c4b0147b52ed1af7392114441d8b52c3cbd96ab.tar.gz | |
doc/api-dist.texi: Add description of 'rrepl'
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/api-dist.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/api-dist.texi b/doc/api-dist.texi index 8c906c8..05535ed 100644 --- a/doc/api-dist.texi +++ b/doc/api-dist.texi @@ -33,6 +33,11 @@ non-recoverable (eg. when evaluation of @var{proc} on a node failed due to an unbound variable) then execution of a job stops immediately. @end deffn +@deffn {Scheme Procedure} rrepl node +Start a remote REPL (RREPL) session using @var{node}. Enter @code{,rq} to +disconnect from the RREPL. +@end deffn + @subsection Low-level API @subsubsection Nodes |
