summaryrefslogtreecommitdiff
path: root/sftp-server.8
diff options
context:
space:
mode:
authordtucker <dtucker>2009-10-06 21:47:47 +0000
committerdtucker <dtucker>2009-10-06 21:47:47 +0000
commit6c766407c4a947cc67c9cef7058c1f9e2c8e69ca (patch)
treeccf6748f48318ac96afc239f6e27d8c023863846 /sftp-server.8
parent7c6bf9ba01aa66561c2f1403b6dc9911a9fa4326 (diff)
downloadopenssh-6c766407c4a947cc67c9cef7058c1f9e2c8e69ca.tar.gz
- djm@cvs.openbsd.org 2009/08/31 21:01:29
[sftp-server.8] document -e and -h; prodded by jmc@
Diffstat (limited to 'sftp-server.8')
-rw-r--r--sftp-server.813
1 files changed, 11 insertions, 2 deletions
diff --git a/sftp-server.8 b/sftp-server.8
index 0f7963e2..ee73c345 100644
--- a/sftp-server.8
+++ b/sftp-server.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sftp-server.8,v 1.16 2009/08/27 17:43:00 djm Exp $
+.\" $OpenBSD: sftp-server.8,v 1.17 2009/08/31 21:01:29 djm Exp $
.\"
.\" Copyright (c) 2000 Markus Friedl. All rights reserved.
.\"
@@ -22,7 +22,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.
.\"
-.Dd $Mdocdate: August 27 2009 $
+.Dd $Mdocdate: August 31 2009 $
.Dt SFTP-SERVER 8
.Os
.Sh NAME
@@ -30,6 +30,7 @@
.Nd SFTP server subsystem
.Sh SYNOPSIS
.Nm sftp-server
+.Op Fl eh
.Op Fl f Ar log_facility
.Op Fl l Ar log_level
.Op Fl u Ar umask
@@ -55,12 +56,20 @@ for more information.
.Pp
Valid options are:
.Bl -tag -width Ds
+.It Fl e
+Causes
+.Nm
+to print logging information to stderr instead of syslog for debugging.
.It Fl f Ar log_facility
Specifies the facility code that is used when logging messages from
.Nm .
The possible values are: DAEMON, USER, AUTH, LOCAL0, LOCAL1, LOCAL2,
LOCAL3, LOCAL4, LOCAL5, LOCAL6, LOCAL7.
The default is AUTH.
+.It Fl h
+Displays
+.Nm
+usage information.
.It Fl l Ar log_level
Specifies which messages will be logged by
.Nm .