diff options
author | Niclas Eklund <[email protected]> | 2011-06-10 13:35:47 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2012-12-13 12:08:43 +0100 |
commit | c6d03c10d7cd9a4d2d56a6acd471ba623b5a73a4 (patch) | |
tree | e12f304bf9e208c75c4a04e576458b8e037f3b83 /lib/ssh/doc/src/part.xml | |
parent | 6bc9c65ae207ebc2fba03521c2ca3b84264a1dcf (diff) | |
download | otp-c6d03c10d7cd9a4d2d56a6acd471ba623b5a73a4.tar.gz otp-c6d03c10d7cd9a4d2d56a6acd471ba623b5a73a4.tar.bz2 otp-c6d03c10d7cd9a4d2d56a6acd471ba623b5a73a4.zip |
ssh: Added User's Guide framework and minor enhancements
Diffstat (limited to 'lib/ssh/doc/src/part.xml')
-rw-r--r-- | lib/ssh/doc/src/part.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/part.xml b/lib/ssh/doc/src/part.xml new file mode 100644 index 0000000000..cca30182a1 --- /dev/null +++ b/lib/ssh/doc/src/part.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="latin1" ?> +<!DOCTYPE part SYSTEM "part.dtd"> + +<part xmlns:xi="http://www.w3.org/2001/XInclude"> + <header> + <copyright> + <year>2011</year> + <holder>Ericsson AB. All Rights Reserved.</holder> + </copyright> + <legalnotice> + The contents of this file are subject to the Erlang Public License, + Version 1.1, (the "License"); you may not use this file except in + compliance with the License. You should have received a copy of the + Erlang Public License along with this software. If not, it can be + retrieved online at http://www.erlang.org/. + + Software distributed under the License is distributed on an "AS IS" + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See + the License for the specific language governing rights and limitations + under the License. + + </legalnotice> + + <title>SSH User's Guide</title> + <prepared></prepared> + <docno></docno> + <date></date> + <rev></rev> + </header> + <description> + <p>The <em>SSH</em> application is an Erlang implementation of the + SSH protocol.</p> + </description> + <xi:include href="ssh_ug.xml"/> +</part> |