summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2007-06-13 00:14:00 +0000
committerColin Watson <cjwatson@debian.org>2007-06-13 00:14:00 +0000
commita31dd2449bd885d5763c2857eb4cac2794cf7ba9 (patch)
tree6533975f0672b36760192c3983876c78ea564ed1
parent183245891acd7d4d558088c41ff356cc5ca0e007 (diff)
* Clarify that 'ssh -q -q' still prints errors caused by bad arguments
(i.e. before the logging system is initialised).
-rw-r--r--debian/changelog2
-rw-r--r--ssh.13
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 70cd08d63..39ecb447c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
1openssh (1:4.6p1-2) UNRELEASED; urgency=low 1openssh (1:4.6p1-2) UNRELEASED; urgency=low
2 2
3 * Fix ordering of SYSLOG_LEVEL_QUIET and SYSLOG_LEVEL_FATAL. 3 * Fix ordering of SYSLOG_LEVEL_QUIET and SYSLOG_LEVEL_FATAL.
4 * Clarify that 'ssh -q -q' still prints errors caused by bad arguments
5 (i.e. before the logging system is initialised).
4 6
5 -- Colin Watson <cjwatson@debian.org> Wed, 13 Jun 2007 00:56:45 +0100 7 -- Colin Watson <cjwatson@debian.org> Wed, 13 Jun 2007 00:56:45 +0100
6 8
diff --git a/ssh.1 b/ssh.1
index 04326e654..b0d23fea1 100644
--- a/ssh.1
+++ b/ssh.1
@@ -509,7 +509,8 @@ Causes all warning and diagnostic messages to be suppressed.
509Only fatal errors are displayed. 509Only fatal errors are displayed.
510If a second 510If a second
511.Fl q 511.Fl q
512is given then even fatal errors are suppressed. 512is given then even fatal errors are suppressed, except for those produced
513due solely to bad arguments.
513.It Fl R Xo 514.It Fl R Xo
514.Sm off 515.Sm off
515.Oo Ar bind_address : Oc 516.Oo Ar bind_address : Oc