diff options
author | Damien Miller <djm@mindrot.org> | 2010-09-10 11:19:33 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2010-09-10 11:19:33 +1000 |
commit | daa7b2254f6391bfddde2c6b4acb1957843feaa1 (patch) | |
tree | c3825b8f2636040b65c33fb9b9c47f2024269d01 | |
parent | 390f1532f2861f6dad19f34852d8088a8ef8bc73 (diff) |
- jmc@cvs.openbsd.org 2010/09/04 09:38:34
[ssh-add.1 ssh.1]
two more EXIT STATUS sections;
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | ssh-add.1 | 6 | ||||
-rw-r--r-- | ssh.1 | 12 |
3 files changed, 12 insertions, 9 deletions
@@ -32,6 +32,9 @@ | |||
32 | - jmc@cvs.openbsd.org 2010/09/03 11:09:29 | 32 | - jmc@cvs.openbsd.org 2010/09/03 11:09:29 |
33 | [scp.1] | 33 | [scp.1] |
34 | add an EXIT STATUS section for /usr/bin; | 34 | add an EXIT STATUS section for /usr/bin; |
35 | - jmc@cvs.openbsd.org 2010/09/04 09:38:34 | ||
36 | [ssh-add.1 ssh.1] | ||
37 | two more EXIT STATUS sections; | ||
35 | 38 | ||
36 | 20100831 | 39 | 20100831 |
37 | - OpenBSD CVS Sync | 40 | - OpenBSD CVS Sync |
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-add.1,v 1.53 2010/08/31 11:54:45 djm Exp $ | 1 | .\" $OpenBSD: ssh-add.1,v 1.54 2010/09/04 09:38:34 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" -*- nroff -*- | 3 | .\" -*- nroff -*- |
4 | .\" | 4 | .\" |
@@ -37,7 +37,7 @@ | |||
37 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 37 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
38 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 38 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
39 | .\" | 39 | .\" |
40 | .Dd $Mdocdate: August 31 2010 $ | 40 | .Dd $Mdocdate: September 4 2010 $ |
41 | .Dt SSH-ADD 1 | 41 | .Dt SSH-ADD 1 |
42 | .Os | 42 | .Os |
43 | .Sh NAME | 43 | .Sh NAME |
@@ -176,7 +176,7 @@ Identity files should not be readable by anyone but the user. | |||
176 | Note that | 176 | Note that |
177 | .Nm | 177 | .Nm |
178 | ignores identity files if they are accessible by others. | 178 | ignores identity files if they are accessible by others. |
179 | .Sh DIAGNOSTICS | 179 | .Sh EXIT STATUS |
180 | Exit status is 0 on success, 1 if the specified command fails, | 180 | Exit status is 0 on success, 1 if the specified command fails, |
181 | and 2 if | 181 | and 2 if |
182 | .Nm | 182 | .Nm |
@@ -34,8 +34,8 @@ | |||
34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | .\" | 36 | .\" |
37 | .\" $OpenBSD: ssh.1,v 1.311 2010/08/31 21:14:58 jmc Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.312 2010/09/04 09:38:34 jmc Exp $ |
38 | .Dd $Mdocdate: August 31 2010 $ | 38 | .Dd $Mdocdate: September 4 2010 $ |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -647,10 +647,6 @@ may additionally obtain configuration data from | |||
647 | a per-user configuration file and a system-wide configuration file. | 647 | a per-user configuration file and a system-wide configuration file. |
648 | The file format and configuration options are described in | 648 | The file format and configuration options are described in |
649 | .Xr ssh_config 5 . | 649 | .Xr ssh_config 5 . |
650 | .Pp | ||
651 | .Nm | ||
652 | exits with the exit status of the remote command or with 255 | ||
653 | if an error occurred. | ||
654 | .Sh AUTHENTICATION | 650 | .Sh AUTHENTICATION |
655 | The OpenSSH SSH client supports SSH protocols 1 and 2. | 651 | The OpenSSH SSH client supports SSH protocols 1 and 2. |
656 | The default is to use protocol 2 only, | 652 | The default is to use protocol 2 only, |
@@ -1394,6 +1390,10 @@ See the | |||
1394 | .Xr sshd 8 | 1390 | .Xr sshd 8 |
1395 | manual page for more information. | 1391 | manual page for more information. |
1396 | .El | 1392 | .El |
1393 | .Sh EXIT STATUS | ||
1394 | .Nm | ||
1395 | exits with the exit status of the remote command or with 255 | ||
1396 | if an error occurred. | ||
1397 | .Sh SEE ALSO | 1397 | .Sh SEE ALSO |
1398 | .Xr scp 1 , | 1398 | .Xr scp 1 , |
1399 | .Xr sftp 1 , | 1399 | .Xr sftp 1 , |