diff options
author | Darren Tucker <dtucker@cvs.openbsd.org> | 2013-04-07 09:40:28 +0000 |
---|---|---|
committer | Darren Tucker <dtucker@cvs.openbsd.org> | 2013-04-07 09:40:28 +0000 |
commit | 31c0e518d6e5f361e4789dd4f1210444d3e08236 (patch) | |
tree | b95beff9a28add32173d9acf53b1561ff228917d | |
parent | a40995a22d95d3e4541f7f5256593fccb335ca7c (diff) |
clarify -e text. suggested by & ok jmc@
-rw-r--r-- | usr.bin/ssh/sshd.8 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8 index 260f05b7005..fa50352b525 100644 --- a/usr.bin/ssh/sshd.8 +++ b/usr.bin/ssh/sshd.8 @@ -33,7 +33,7 @@ .\" (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.268 2013/04/07 02:10:33 dtucker Exp $ +.\" $OpenBSD: sshd.8,v 1.269 2013/04/07 09:40:27 dtucker Exp $ .Dd $Mdocdate: April 7 2013 $ .Dt SSHD 8 .Os @@ -152,9 +152,7 @@ Append debug logs to .Ar log_file instead of the system log. .It Fl e -When this option is specified, -.Nm -will send the output to the standard error instead of the system log. +Write debug logs to standard error instead of the system log. .It Fl f Ar config_file Specifies the name of the configuration file. The default is |