summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--sshd.86
2 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 51077256d..84a6ae38a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
4720130418 5020130418
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
diff --git a/sshd.8 b/sshd.8
index 3ce0da6a3..03b77b04e 100644
--- a/sshd.8
+++ b/sshd.8
@@ -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
153instead of the system log. 153instead of the system log.
154.It Fl e 154.It Fl e
155When this option is specified, 155Write debug logs to standard error instead of the system log.
156.Nm
157will 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
159Specifies the name of the configuration file. 157Specifies the name of the configuration file.
160The default is 158The default is