diff options
author | Hans Nilsson <[email protected]> | 2018-04-18 20:17:49 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2018-04-25 18:25:24 +0200 |
commit | 06a782d7b5868237fa260b293f50646f9883cf33 (patch) | |
tree | ae833a196c08a4a91f1209c558986b7c60fb1eee /lib/ssh/doc/src/using_ssh.xml | |
parent | 30689e4e47351e235944350c88822b1e09b290e6 (diff) | |
download | otp-06a782d7b5868237fa260b293f50646f9883cf33.tar.gz otp-06a782d7b5868237fa260b293f50646f9883cf33.tar.bz2 otp-06a782d7b5868237fa260b293f50646f9883cf33.zip |
ssh: Use -spec and -type for documentation generation
Diffstat (limited to 'lib/ssh/doc/src/using_ssh.xml')
-rw-r--r-- | lib/ssh/doc/src/using_ssh.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/using_ssh.xml b/lib/ssh/doc/src/using_ssh.xml index ab307624e6..bde2aaaf99 100644 --- a/lib/ssh/doc/src/using_ssh.xml +++ b/lib/ssh/doc/src/using_ssh.xml @@ -298,6 +298,7 @@ ok = erl_tar:close(HandleRead), </section> <section> + <marker id="usersguide_creating_a_subsystem"/> <title>Creating a Subsystem</title> <p>A small <c>ssh</c> subsystem that echoes N bytes can be implemented as shown |