| Summary: | [PATCH] Make the quiet options behave consistently | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Matthew Vernon <matthew> | ||||
| Component: | sshd | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | normal | ||||||
| Priority: | P2 | ||||||
| Version: | -current | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Attachments: |
|
||||||
|
Description
Matthew Vernon
2002-01-31 21:21:56 AEDT
Created attachment 13 [details]
quiet options patch
fine, but LogLevel updates are missing from the manpage dif. we could fix the documentation instead: Index: ssh.1 =================================================================== RCS file: /cvs/src/usr.bin/ssh/ssh.1,v retrieving revision 1.147 diff -u -r1.147 ssh.1 --- ssh.1 9 Feb 2002 17:37:34 -0000 1.147 +++ ssh.1 18 Feb 2002 17:27:53 -0000 @@ -521,7 +521,6 @@ .It Fl q Quiet mode. Causes all warning and diagnostic messages to be suppressed. -Only fatal errors are displayed. .It Fl s May be used to request invocation of a subsystem on the remote system. Subsystems are a feature of the SSH2 protocol which facilitate the use of SSH as a secure transport for other applications (eg. sftp). The "Only fatal errors are displayed." has been removed from ssh.1 Mass change of RESOLVED bugs to CLOSED |