summaryrefslogtreecommitdiff
path: root/sftp-server.8
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2009-10-07 08:47:47 +1100
committerDarren Tucker <dtucker@zip.com.au>2009-10-07 08:47:47 +1100
commit7bee06ab3b84c9f141666cc47abb349067551ef6 (patch)
tree54a406d689ce6126c4041755848fb9ed7fcc061c /sftp-server.8
parent30359e19ecd93a494493501a8eacb4f7d36b2e3f (diff)
downloadopenssh-git-7bee06ab3b84c9f141666cc47abb349067551ef6.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 .