diff options
author | 2000-03-04 07:07:05 +0000 | |
---|---|---|
committer | 2000-03-04 07:07:05 +0000 | |
commit | e32e045d9ec72ee98e13522903be61e271b14f68 (patch) | |
tree | 5a3c2d759a4439c888655dc789d1d019293a4825 | |
parent | to be Posix.1g compliant, fix ancillary message alignment. it will now be (diff) | |
download | wireguard-openbsd-e32e045d9ec72ee98e13522903be61e271b14f68.tar.xz wireguard-openbsd-e32e045d9ec72ee98e13522903be61e271b14f68.zip |
Change invalid 'CHAT' loglevel to 'VERBOSE'
-rw-r--r-- | usr.bin/ssh/ssh.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index dea19bb7c3f..1751b66110c 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -9,7 +9,7 @@ .\" .\" Created: Sat Apr 22 21:55:14 1995 ylo .\" -.\" $Id: ssh.1,v 1.38 2000/02/28 19:51:58 markus Exp $ +.\" $Id: ssh.1,v 1.39 2000/03/04 07:07:05 djm Exp $ .\" .Dd September 25, 1999 .Dt SSH 1 @@ -628,7 +628,7 @@ forward privileged ports. Gives the verbosity level that is used when logging messages from .Nm ssh . The possible values are: -QUIET, FATAL, ERROR, INFO, CHAT and DEBUG. +QUIET, FATAL, ERROR, INFO, VERBOSE and DEBUG. The default is INFO. .It Cm NumberOfPasswordPrompts Specifies the number of password prompts before giving up. The |