summaryrefslogtreecommitdiffstats
path: root/ssh.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-09-10 03:19:33 +0200
committerDamien Miller <djm@mindrot.org>2010-09-10 03:19:33 +0200
commitdaa7b2254f6391bfddde2c6b4acb1957843feaa1 (patch)
treec3825b8f2636040b65c33fb9b9c47f2024269d01 /ssh.1
parent - jmc@cvs.openbsd.org 2010/09/03 11:09:29 (diff)
downloadopenssh-daa7b2254f6391bfddde2c6b4acb1957843feaa1.tar.xz
openssh-daa7b2254f6391bfddde2c6b4acb1957843feaa1.zip
- jmc@cvs.openbsd.org 2010/09/04 09:38:34
[ssh-add.1 ssh.1] two more EXIT STATUS sections;
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.112
1 files changed, 6 insertions, 6 deletions
diff --git a/ssh.1 b/ssh.1
index be4a334f3..95ee85689 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,8 +34,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: ssh.1,v 1.311 2010/08/31 21:14:58 jmc Exp $
-.Dd $Mdocdate: August 31 2010 $
+.\" $OpenBSD: ssh.1,v 1.312 2010/09/04 09:38:34 jmc Exp $
+.Dd $Mdocdate: September 4 2010 $
.Dt SSH 1
.Os
.Sh NAME
@@ -647,10 +647,6 @@ may additionally obtain configuration data from
a per-user configuration file and a system-wide configuration file.
The file format and configuration options are described in
.Xr ssh_config 5 .
-.Pp
-.Nm
-exits with the exit status of the remote command or with 255
-if an error occurred.
.Sh AUTHENTICATION
The OpenSSH SSH client supports SSH protocols 1 and 2.
The default is to use protocol 2 only,
@@ -1394,6 +1390,10 @@ See the
.Xr sshd 8
manual page for more information.
.El
+.Sh EXIT STATUS
+.Nm
+exits with the exit status of the remote command or with 255
+if an error occurred.
.Sh SEE ALSO
.Xr scp 1 ,
.Xr sftp 1 ,