From 9d42924ea12169166da2363bb218d2ee48f573bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20Goupil?= Date: Sun, 24 Jul 2005 05:44:27 +0000 Subject: [PATCH] fix to new doc style git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@191324 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../ssh2/functions/ssh2-publickey-add.xml | 17 ++-- .../ssh2/functions/ssh2-publickey-init.xml | 95 ++++++++++--------- .../ssh2/functions/ssh2-publickey-list.xml | 8 +- .../ssh2/functions/ssh2-publickey-remove.xml | 13 +-- 4 files changed, 69 insertions(+), 64 deletions(-) diff --git a/reference/ssh2/functions/ssh2-publickey-add.xml b/reference/ssh2/functions/ssh2-publickey-add.xml index a9c0932510..c7fa223587 100644 --- a/reference/ssh2/functions/ssh2-publickey-add.xml +++ b/reference/ssh2/functions/ssh2-publickey-add.xml @@ -1,5 +1,5 @@ - + @@ -8,6 +8,7 @@ Add an authorized publickey + &reftitle.description; @@ -22,6 +23,7 @@ ¬e.ssh2.subsystem.publickey; + &reftitle.parameters; @@ -38,7 +40,7 @@ algoname - Publickey algorithm (e.g): ssh-dss, ssh-rsa + Publickey algorithm (e.g.): ssh-dss, ssh-rsa @@ -46,7 +48,7 @@ blob - Publickey blob as raw binary + Publickey blob as raw binary data @@ -73,11 +75,12 @@ + &reftitle.returnvalues; - - &return.success; - + + &return.success; + @@ -116,8 +119,6 @@ ssh2_publickey_add($ssh2, 'ssh-rsa', $keyblob, false, array('comment'=>"Jhon's K - - - - - ssh2_publickey_init - - Initialize Publickey subsystem - - - - Description - - resourcessh2_publickey_init - resourcesession - + + + + ssh2_publickey_init + + Initialize Publickey subsystem + + + + + &reftitle.description; + + resourcessh2_publickey_init + resourcesession + + + Request the Publickey subsystem from an already connected SSH2 server. + + + The publickey subsystem allows an already connected and authenticated + client to manage the list of authorized public keys stored on the + target server in an implementation agnostic manner. + If the remote server does not support the publickey subsystem, + the ssh2_publickey_init function will return &false;. + + + ¬e.ssh2.subsystem.publickey; + + + + + &reftitle.returnvalues; + + Returns an SSH2 Publickey Subsystem + resource for use with all other ssh2_publickey_*() methods. + + - - Request the Publickey subsystem from an already connected SSH2 server. - - - ¬e.ssh2.subsystem.publickey; - - - This method returns an SSH2 Publickey Subsystem - resource for use with all other ssh2_publickey_*() methods. - - - - The publickey subsystem allows an already connected and authenticated - client to manage the list of authorized public keys stored on the - target server in an implementation agnostic manner. - If the remote server does not support the publickey subsystem, - the ssh2_publickey_init function will return &false;. - - - - - - &reftitle.seealso; - - - ssh2_publickey_add - ssh2_publickey_remove - ssh2_publickey_list - - - - - + + &reftitle.seealso; + + + ssh2_publickey_add + ssh2_publickey_remove + ssh2_publickey_list + + + + + @@ -8,6 +8,7 @@ List currently authorized publickeys + &reftitle.description; @@ -18,6 +19,7 @@ ¬e.ssh2.subsystem.publickey; + &reftitle.parameters; @@ -33,6 +35,7 @@ + &reftitle.returnvalues; @@ -43,7 +46,7 @@ Publickey elements - + Array Key @@ -130,7 +133,6 @@ Comment: Alice's Key - + @@ -8,6 +8,7 @@ Remove an authorized publickey + &reftitle.description; @@ -20,6 +21,7 @@ ¬e.ssh2.subsystem.publickey; + &reftitle.parameters; @@ -51,11 +53,12 @@ + &reftitle.returnvalues; - - &return.success; - + + &return.success; + @@ -68,8 +71,6 @@ - -