diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | sshd.8 | 6 |
2 files changed, 5 insertions, 4 deletions
@@ -43,6 +43,9 @@ | |||
43 | [log.c log.h ssh.1 ssh.c sshd.8 sshd.c] | 43 | [log.c log.h ssh.1 ssh.c sshd.8 sshd.c] |
44 | Add -E option to ssh and sshd to append debugging logs to a specified file | 44 | Add -E option to ssh and sshd to append debugging logs to a specified file |
45 | instead of stderr or syslog. ok markus@, man page help jmc@ | 45 | instead of stderr or syslog. ok markus@, man page help jmc@ |
46 | - dtucker@cvs.openbsd.org 2013/04/07 09:40:27 | ||
47 | [sshd.8] | ||
48 | clarify -e text. suggested by & ok jmc@ | ||
46 | 49 | ||
47 | 20130418 | 50 | 20130418 |
48 | - (djm) [config.guess config.sub] Update to last versions before they switch | 51 | - (djm) [config.guess config.sub] Update to last versions before they switch |
@@ -33,7 +33,7 @@ | |||
33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: sshd.8,v 1.268 2013/04/07 02:10:33 dtucker Exp $ | 36 | .\" $OpenBSD: sshd.8,v 1.269 2013/04/07 09:40:27 dtucker Exp $ |
37 | .Dd $Mdocdate: April 7 2013 $ | 37 | .Dd $Mdocdate: April 7 2013 $ |
38 | .Dt SSHD 8 | 38 | .Dt SSHD 8 |
39 | .Os | 39 | .Os |
@@ -152,9 +152,7 @@ Append debug logs to | |||
152 | .Ar log_file | 152 | .Ar log_file |
153 | instead of the system log. | 153 | instead of the system log. |
154 | .It Fl e | 154 | .It Fl e |
155 | When this option is specified, | 155 | Write debug logs to standard error instead of the system log. |
156 | .Nm | ||
157 | will send the output to the standard error instead of the system log. | ||
158 | .It Fl f Ar config_file | 156 | .It Fl f Ar config_file |
159 | Specifies the name of the configuration file. | 157 | Specifies the name of the configuration file. |
160 | The default is | 158 | The default is |