diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-01-18 16:20:23 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-01-18 16:20:23 +0000 |
commit | a4691d42f749de19890823deb77459b3bd91c42a (patch) | |
tree | f44ecb5df406cdda7300bb4904feccd7a629211a /usr.bin/ssh/ssh.1 | |
parent | 53434c6ef5db5f64d77ee011becf8300095b66ec (diff) |
log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many systems
Diffstat (limited to 'usr.bin/ssh/ssh.1')
-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 59cc7f18049..5807ec187eb 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -34,7 +34,7 @@ .\" (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.76 2001/01/07 11:28:06 markus Exp $ +.\" $OpenBSD: ssh.1,v 1.77 2001/01/18 16:20:22 markus Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -814,8 +814,8 @@ Only the superuser can forward privileged ports. Gives the verbosity level that is used when logging messages from .Nm ssh . The possible values are: -QUIET, FATAL, ERROR, NOTICE, VERBOSE and DEBUG. -The default is NOTICE. +QUIET, FATAL, ERROR, INFO, VERBOSE and DEBUG. +The default is INFO. .It Cm NumberOfPasswordPrompts Specifies the number of password prompts before giving up. The argument to this keyword must be an integer. |