diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2017-05-08 17:49:14 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2017-05-08 17:49:14 +0300 |
| commit | 5b29429bb1bec4eae19cea113d132f7e15718fe1 (patch) | |
| tree | 769899395c412aa24c5c10acf29a9cf7f27b629c /doc | |
| parent | README (Installation): Add a link to the Docker image (diff) | |
| download | guile-ssh-5b29429bb1bec4eae19cea113d132f7e15718fe1.tar.gz | |
doc/api-shell.texi: Fix grammar a bit
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/api-shell.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api-shell.texi b/doc/api-shell.texi index e16c075..779a1ae 100644 --- a/doc/api-shell.texi +++ b/doc/api-shell.texi @@ -62,7 +62,8 @@ result and a return code. Guile-SSH implementation of @command{pgrep} that uses pure Bash and @file{/proc} filesystem. Check if a process with a @var{pattern} cmdline is available on a machine represented by a @var{session}. Note that @var{full?} -option is not used at the time (the procedure always perform full search.) +option is not used at the time (the procedure is always performing full +search.) Return two values: a check result and a return code. @end deffn |
