diff options
author | Marcus Arendt <[email protected]> | 2015-01-14 12:10:10 +0100 |
---|---|---|
committer | Marcus Arendt <[email protected]> | 2015-01-14 12:10:10 +0100 |
commit | 729e970a44e1b7dca7f5fd11b286b9778ad51c60 (patch) | |
tree | 86f25158177fcb1879dc6549e2dc646fb5a1ed33 | |
parent | 1a0d1e94e2ac2d86a1bea9a5baa7326dd5f49ea4 (diff) | |
parent | 43454b36efafe336f24190a84039edb1643e53ea (diff) | |
download | otp-729e970a44e1b7dca7f5fd11b286b9778ad51c60.tar.gz otp-729e970a44e1b7dca7f5fd11b286b9778ad51c60.tar.bz2 otp-729e970a44e1b7dca7f5fd11b286b9778ad51c60.zip |
Merge branch 'maint'
-rw-r--r-- | lib/ssh/doc/src/ssh.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml index 9f5d1c003d..d481a75c9a 100644 --- a/lib/ssh/doc/src/ssh.xml +++ b/lib/ssh/doc/src/ssh.xml @@ -234,11 +234,11 @@ <taglist> <tag><c><![CDATA[{inet, inet | inet6}]]></c></tag> <item> IP version to use when the host address is specified as <c>any</c>. </item> - <tag><c><![CDATA[{subsystems, [subsystem_spec()]]]></c></tag> + <tag><c><![CDATA[{subsystems, [subsystem_spec()]}]]></c></tag> <item> Provides specifications for handling of subsystems. The "sftp" subsystem spec can be retrieved by calling - ssh_sftpd:subsystem_spec/1. If the subsystems option in + ssh_sftpd:subsystem_spec/1. If the subsystems option is not present the value of <c>[ssh_sftpd:subsystem_spec([])]</c> will be used. It is of course possible to set the option to the empty list if |