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.