=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh.1,v retrieving revision 1.311 retrieving revision 1.312 diff -u -r1.311 -r1.312 --- src/usr.bin/ssh/ssh.1 2010/08/31 21:14:58 1.311 +++ src/usr.bin/ssh/ssh.1 2010/09/04 09:38:34 1.312 @@ -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 @@ 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 @@ .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 ,