diff options
author | 2008-01-19 19:13:28 +0000 | |
---|---|---|
committer | 2008-01-19 19:13:28 +0000 | |
commit | d94fa929814492bc4256600540973c4af6dd443c (patch) | |
tree | b0ef871c3a0d43a5d32a1636c5f16534e0b95e13 | |
parent | Fix add_net_randomness() not being called because the wrong (diff) | |
download | wireguard-openbsd-d94fa929814492bc4256600540973c4af6dd443c.tar.xz wireguard-openbsd-d94fa929814492bc4256600540973c4af6dd443c.zip |
satisfy the pedants: -q does not suppress all diagnostic messages (e.g.
some commandline parsing warnings go unconditionally to stdout).
-rw-r--r-- | usr.bin/ssh/ssh.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 1bf6b5e1c7a..81d40470206 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.270 2007/06/12 13:43:55 jmc Exp $ -.Dd $Mdocdate: June 12 2007 $ +.\" $OpenBSD: ssh.1,v 1.271 2008/01/19 19:13:28 djm Exp $ +.Dd $Mdocdate: January 19 2008 $ .Dt SSH 1 .Os .Sh NAME @@ -506,7 +506,7 @@ This can be specified on a per-host basis in the configuration file. .It Fl q Quiet mode. -Causes all warning and diagnostic messages to be suppressed. +Causes most warning and diagnostic messages to be suppressed. .It Fl R Xo .Sm off .Oo Ar bind_address : Oc |