summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-02-10 22:21:28 +1100
committerDamien Miller <djm@mindrot.org>2008-02-10 22:21:28 +1100
commiteb602474fcb42ff557abd2c2d5ec3e1700da9044 (patch)
tree605818c2334af0fb7e0e1100ae71d66c44d75f4d
parentcfe23d34e441114c59db43e672e57f9840475e32 (diff)
- djm@cvs.openbsd.org 2008/01/19 19:13:28
[ssh.1] satisfy the pedants: -q does not suppress all diagnostic messages (e.g. some commandline parsing warnings go unconditionally to stdout).
-rw-r--r--ChangeLog6
-rw-r--r--ssh.16
2 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 03db03ddd..e69d0ae72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,10 @@
6 initially from tobias@, but disabled them by placing them in 6 initially from tobias@, but disabled them by placing them in
7 "#ifdef notyet" which was asked by djm@ 7 "#ifdef notyet" which was asked by djm@
8 ok djm@ tobias@ 8 ok djm@ tobias@
9 - djm@cvs.openbsd.org 2008/01/19 19:13:28
10 [ssh.1]
11 satisfy the pedants: -q does not suppress all diagnostic messages (e.g.
12 some commandline parsing warnings go unconditionally to stdout).
9 13
1020080119 1420080119
11 - (djm) Silence noice from expr in ssh-copy-id; patch from 15 - (djm) Silence noice from expr in ssh-copy-id; patch from
@@ -3534,4 +3538,4 @@
3534 OpenServer 6 and add osr5bigcrypt support so when someone migrates 3538 OpenServer 6 and add osr5bigcrypt support so when someone migrates
3535 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 3539 passwords between UnixWare and OpenServer they will still work. OK dtucker@
3536 3540
3537$Id: ChangeLog,v 1.4820 2008/02/10 11:20:44 djm Exp $ 3541$Id: ChangeLog,v 1.4821 2008/02/10 11:21:28 djm Exp $
diff --git a/ssh.1 b/ssh.1
index 1bf6b5e1c..81d404702 100644
--- a/ssh.1
+++ b/ssh.1
@@ -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.270 2007/06/12 13:43:55 jmc Exp $ 37.\" $OpenBSD: ssh.1,v 1.271 2008/01/19 19:13:28 djm Exp $
38.Dd $Mdocdate: June 12 2007 $ 38.Dd $Mdocdate: January 19 2008 $
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -506,7 +506,7 @@ This can be specified on a
506per-host basis in the configuration file. 506per-host basis in the configuration file.
507.It Fl q 507.It Fl q
508Quiet mode. 508Quiet mode.
509Causes all warning and diagnostic messages to be suppressed. 509Causes most warning and diagnostic messages to be suppressed.
510.It Fl R Xo 510.It Fl R Xo
511.Sm off 511.Sm off
512.Oo Ar bind_address : Oc 512.Oo Ar bind_address : Oc