diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2016-12-11 11:15:51 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2016-12-11 11:15:51 +0300 |
| commit | 396325dd19705e7942f45cdcdcca867851569fae (patch) | |
| tree | 3c22496b3a219179f4586ae5a871f0c056b1074f /doc/api-dist.texi | |
| parent | NEWS: Bump version to 0.10.2 (diff) | |
| download | guile-ssh-396325dd19705e7942f45cdcdcca867851569fae.tar.gz | |
api-dist.texi: Document procps dependency for 'make-node'
* doc/api-dist.texi: Document procps dependency for 'make-node'.
Diffstat (limited to 'doc/api-dist.texi')
| -rw-r--r-- | doc/api-dist.texi | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/api-dist.texi b/doc/api-dist.texi index 6561c26..04e7b25 100644 --- a/doc/api-dist.texi +++ b/doc/api-dist.texi @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This file is part of Guile-SSH Reference Manual. -@c Copyright (C) 2015 Artyom V. Poptsov +@c Copyright (C) 2015, 2016 Artyom V. Poptsov @c See the file guile-ssh.texi for copying conditions. @node Distributed Forms @@ -36,6 +36,10 @@ soon as an evaluation is done. Alternatively you could use @code{node-stop-server} procedure from @code{(ssh dist node)} to stop the server when it is not needed anymore. +@strong{Note} that for @var{start-repl-server?} and @var{stop-repl-server?} to +work properly you need @url{https://gitlab.com/procps-ng/procps, procps} +version 3.3.12 or later on the server side. + @end deffn @deffn {Scheme Procedure} node? x @@ -157,6 +161,12 @@ evaluation result, a number of the evaluation, a module name and a language name. Throw @code{node-repl-error} if a non-recoverable error occured, or @code{node-error} if the evaluation potentially could be succesfully evaluated on another node. + +@strong{Note} that @url{https://gitlab.com/procps-ng/procps, procps} version +3.3.12 or later is needed on the server side in case of either +@code{start-repl-server?} or @code{stop-repl-server?} was set to @code{#t} for +a @var{NODE} (see the documentation for @code{make-node}.) + @end deffn @deffn {Scheme Procedure} node-open-rrepl node |
