summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2010-09-04 09:38:34 +0000
committerjmc <jmc@openbsd.org>2010-09-04 09:38:34 +0000
commit724292fa8ab4d8065bca294161b5506055c5c1f2 (patch)
treebd487b4581ed93769a093fc56946782db8080f51
parentsort generated keywords in order to replace linear probe with bsearch(3) (diff)
downloadwireguard-openbsd-724292fa8ab4d8065bca294161b5506055c5c1f2.tar.xz
wireguard-openbsd-724292fa8ab4d8065bca294161b5506055c5c1f2.zip
two more EXIT STATUS sections;
-rw-r--r--usr.bin/ssh/ssh-add.16
-rw-r--r--usr.bin/ssh/ssh.112
2 files changed, 9 insertions, 9 deletions
diff --git a/usr.bin/ssh/ssh-add.1 b/usr.bin/ssh/ssh-add.1
index 3699db5eb09..1862eed8d72 100644
--- a/usr.bin/ssh/ssh-add.1
+++ b/usr.bin/ssh/ssh-add.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ssh-add.1,v 1.53 2010/08/31 11:54:45 djm Exp $
+.\" $OpenBSD: ssh-add.1,v 1.54 2010/09/04 09:38:34 jmc Exp $
.\"
.\" -*- nroff -*-
.\"
@@ -37,7 +37,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 31 2010 $
+.Dd $Mdocdate: September 4 2010 $
.Dt SSH-ADD 1
.Os
.Sh NAME
@@ -176,7 +176,7 @@ Identity files should not be readable by anyone but the user.
Note that
.Nm
ignores identity files if they are accessible by others.
-.Sh DIAGNOSTICS
+.Sh EXIT STATUS
Exit status is 0 on success, 1 if the specified command fails,
and 2 if
.Nm
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1
index be4a334f384..95ee8568930 100644
--- a/usr.bin/ssh/ssh.1
+++ b/usr.bin/ssh/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 ,