summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2010-01-30 21:08:33 +0000
committerdjm <djm@openbsd.org>2010-01-30 21:08:33 +0000
commit08ad0ccd252e1acd62b66c2925f0e055d4c454b9 (patch)
treed67216d034ef264b12aa476a4232848a56869fcd
parentMore loongson directories for manpages. (diff)
downloadwireguard-openbsd-08ad0ccd252e1acd62b66c2925f0e055d4c454b9.tar.xz
wireguard-openbsd-08ad0ccd252e1acd62b66c2925f0e055d4c454b9.zip
debug output goes to stderr, not "the system log"; ok markus dtucker
-rw-r--r--usr.bin/ssh/sshd.88
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8
index 6e3ca2f9e0c..cd2d5f263c1 100644
--- a/usr.bin/ssh/sshd.8
+++ b/usr.bin/ssh/sshd.8
@@ -34,8 +34,8 @@
.\" (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: sshd.8,v 1.249 2009/10/08 20:42:13 jmc Exp $
-.Dd $Mdocdate: October 8 2009 $
+.\" $OpenBSD: sshd.8,v 1.250 2010/01/30 21:08:33 djm Exp $
+.Dd $Mdocdate: January 30 2010 $
.Dt SSHD 8
.Os
.Sh NAME
@@ -127,8 +127,8 @@ This allows easy monitoring of
.Nm sshd .
.It Fl d
Debug mode.
-The server sends verbose debug output to the system
-log, and does not put itself in the background.
+The server sends verbose debug output to standard error,
+and does not put itself in the background.
The server also will not fork and will only process one connection.
This option is only intended for debugging for the server.
Multiple