diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2015-11-01 09:13:11 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2015-11-01 09:13:11 +0300 |
| commit | eed3bba0828efc900ed6515868e24aecef8b4a7c (patch) | |
| tree | 25e0c788fe14a8e52a242e6d3dbff409ba49be50 /doc | |
| parent | Merge branch 'master' into wip-sftp (diff) | |
| parent | doc/api-channels.texi: Update (diff) | |
| download | guile-ssh-eed3bba0828efc900ed6515868e24aecef8b4a7c.tar.gz | |
Merge branch 'master' into wip-sftp
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/api-channels.texi | 4 | ||||
| -rw-r--r-- | doc/version.texi | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/api-channels.texi b/doc/api-channels.texi index 537e6b8..71278d2 100644 --- a/doc/api-channels.texi +++ b/doc/api-channels.texi @@ -208,8 +208,8 @@ all addresses on all protocol families supported by the server. When 0 is passed as a @var{port} then server allocates the next unprivileged port. The procedure returns two values: the first value is the result of the -operation, and the second value is the bound port number (if @var{port} was -set to 0). +operation, and the second value is the bound port number; if @var{port} was +set to 0 then the procedure returns the chosen port number. The result of the operation can be one of the following symbols: @table @samp diff --git a/doc/version.texi b/doc/version.texi index f678028..d4b2383 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 28 October 2015 +@set UPDATED 29 October 2015 @set UPDATED-MONTH October 2015 @set EDITION 0.8.0 @set VERSION 0.8.0 |
