aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMarcus Arendt <[email protected]>2015-01-14 12:09:44 +0100
committerMarcus Arendt <[email protected]>2015-01-14 12:09:44 +0100
commit43454b36efafe336f24190a84039edb1643e53ea (patch)
treed184e4a7085fe1577c244bcf4d352b857f06dab9 /lib
parent06b359e3c126804045b9b14852d14b46c2e1fee9 (diff)
parent2951ef1745730b1c1ca9af6fa0f3a0b70b13ec7e (diff)
downloadotp-43454b36efafe336f24190a84039edb1643e53ea.tar.gz
otp-43454b36efafe336f24190a84039edb1643e53ea.tar.bz2
otp-43454b36efafe336f24190a84039edb1643e53ea.zip
Merge branch 'marcus/rabbe-doc-typos/OTP-12399' into maint
* marcus/rabbe-doc-typos/OTP-12399: fix doc typos found by Rabbe Fogelholm
Diffstat (limited to 'lib')
-rw-r--r--lib/ssh/doc/src/ssh.xml4
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