From 9a8f69bb569d3ffa44c6aee690f19e43567ac097 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 29 Dec 2004 16:06:16 +0000 Subject: [PATCH] Entities for false, full stops git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175906 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ssh2/functions/ssh2-auth-none.xml | 4 ++-- reference/ssh2/functions/ssh2-connect.xml | 4 ++-- reference/ssh2/functions/ssh2-exec.xml | 4 ++-- reference/ssh2/functions/ssh2-fingerprint.xml | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/reference/ssh2/functions/ssh2-auth-none.xml b/reference/ssh2/functions/ssh2-auth-none.xml index d5362ebc0d..01febbe666 100644 --- a/reference/ssh2/functions/ssh2-auth-none.xml +++ b/reference/ssh2/functions/ssh2-auth-none.xml @@ -1,5 +1,5 @@ - + @@ -21,7 +21,7 @@ As part of this failure, servers will return a list of accepted authentication methods. If the server does accept "none" as an authentication method for username, this function - will simply return &true; + will simply return &true;. diff --git a/reference/ssh2/functions/ssh2-connect.xml b/reference/ssh2/functions/ssh2-connect.xml index 7e78c03dfc..8ff218fb40 100644 --- a/reference/ssh2/functions/ssh2-connect.xml +++ b/reference/ssh2/functions/ssh2-connect.xml @@ -1,5 +1,5 @@ - + @@ -19,7 +19,7 @@ - Establish a connection to a remote SSH server and return a resource on success, false on error + Establish a connection to a remote SSH server and return a resource on success, &false; on error. diff --git a/reference/ssh2/functions/ssh2-exec.xml b/reference/ssh2/functions/ssh2-exec.xml index 3590b3d3d8..a3d85fb86c 100644 --- a/reference/ssh2/functions/ssh2-exec.xml +++ b/reference/ssh2/functions/ssh2-exec.xml @@ -1,5 +1,5 @@ - + @@ -19,7 +19,7 @@ Execute a command at the remote end and allocate a channel for it. - Returns a stream on success or false on failure. + Returns a stream on success or &false; on failure. diff --git a/reference/ssh2/functions/ssh2-fingerprint.xml b/reference/ssh2/functions/ssh2-fingerprint.xml index 2fe6d6c735..6bb73ef448 100644 --- a/reference/ssh2/functions/ssh2-fingerprint.xml +++ b/reference/ssh2/functions/ssh2-fingerprint.xml @@ -1,5 +1,5 @@ - + @@ -17,8 +17,8 @@ - Returns a server hostkey hash from an active session - Defaults to MD5 fingerprint encoded as ASCII hex values + Returns a server hostkey hash from an active session. + Defaults to MD5 fingerprint encoded as ASCII hex values.