summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--sshd.88
2 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 56cc86ae7..703ed6dd1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
120100202
2 - (djm) OpenBSD CVS Sync
3 - djm@cvs.openbsd.org 2010/01/30 21:08:33
4 [sshd.8]
5 debug output goes to stderr, not "the system log"; ok markus dtucker
6
120100130 720100130
2 - (djm) OpenBSD CVS Sync 8 - (djm) OpenBSD CVS Sync
3 - djm@cvs.openbsd.org 2010/01/28 00:21:18 9 - djm@cvs.openbsd.org 2010/01/28 00:21:18
diff --git a/sshd.8 b/sshd.8
index 7878d9f06..76b7e2987 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,8 +34,8 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd.8,v 1.249 2009/10/08 20:42:13 jmc Exp $ 37.\" $OpenBSD: sshd.8,v 1.250 2010/01/30 21:08:33 djm Exp $
38.Dd $Mdocdate: October 8 2009 $ 38.Dd $Mdocdate: January 30 2010 $
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -127,8 +127,8 @@ This allows easy monitoring of
127.Nm sshd . 127.Nm sshd .
128.It Fl d 128.It Fl d
129Debug mode. 129Debug mode.
130The server sends verbose debug output to the system 130The server sends verbose debug output to standard error,
131log, and does not put itself in the background. 131and does not put itself in the background.
132The server also will not fork and will only process one connection. 132The server also will not fork and will only process one connection.
133This option is only intended for debugging for the server. 133This option is only intended for debugging for the server.
134Multiple 134Multiple