diff options
author | Ingela Anderton Andin <[email protected]> | 2015-05-12 11:21:20 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2015-05-12 11:21:20 +0200 |
commit | 66c06dc602594b263225b5481d2abba653a3b5e8 (patch) | |
tree | a37a38a3fb81ef0aa34453196b6b1b4a9f166ed1 /lib/ssh/doc/src/ssh_sftpd.xml | |
parent | cc5f313a886521dd72a7dc38ced6f45762705541 (diff) | |
download | otp-66c06dc602594b263225b5481d2abba653a3b5e8.tar.gz otp-66c06dc602594b263225b5481d2abba653a3b5e8.tar.bz2 otp-66c06dc602594b263225b5481d2abba653a3b5e8.zip |
ssh: Align "=" sign in type declarations to decided policy
Diffstat (limited to 'lib/ssh/doc/src/ssh_sftpd.xml')
-rw-r--r-- | lib/ssh/doc/src/ssh_sftpd.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/ssh/doc/src/ssh_sftpd.xml b/lib/ssh/doc/src/ssh_sftpd.xml index bc2660f595..8b2497e6a3 100644 --- a/lib/ssh/doc/src/ssh_sftpd.xml +++ b/lib/ssh/doc/src/ssh_sftpd.xml @@ -37,16 +37,16 @@ <section> <title>DATA TYPES</title> <taglist> - <tag><c>subsystem_spec()</c></tag> - <item><p>= <c>{subsystem_name(), {channel_callback(), channel_init_args()}}</c></p></item> - <tag><c>subsystem_name()</c></tag> - <item><p>= <c>"sftp"</c></p></item> - <tag><c>channel_callback()</c></tag> - <item><p>= <c>atom()</c> - Name of the Erlang module implementing the subsystem using the + <tag><c>subsystem_spec() =</c></tag> + <item><p><c>{subsystem_name(), {channel_callback(), channel_init_args()}}</c></p></item> + <tag><c>subsystem_name() =</c></tag> + <item><p><c>"sftp"</c></p></item> + <tag><c>channel_callback() =</c></tag> + <item><p><c>atom()</c> - Name of the Erlang module implementing the subsystem using the <c>ssh_channel</c> behavior, see the <seealso marker="ssh_channel">ssh_channel(3)</seealso> manual page.</p></item> - <tag><c>channel_init_args()</c></tag> - <item><p>= <c>list()</c> - The one given as argument to function <c>subsystem_spec/1</c>.</p></item> + <tag><c>channel_init_args() =</c></tag> + <item><p><c>list()</c> - The one given as argument to function <c>subsystem_spec/1</c>.</p></item> </taglist> </section> <funcs> |