From e32e045d9ec72ee98e13522903be61e271b14f68 Mon Sep 17 00:00:00 2001 From: djm Date: Sat, 4 Mar 2000 07:07:05 +0000 Subject: [PATCH] Change invalid 'CHAT' loglevel to 'VERBOSE' --- usr.bin/ssh/ssh.1 | 4 ++-- 1 file 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 -- 2.20.1