summaryrefslogtreecommitdiff
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
parent30359e19ecd93a494493501a8eacb4f7d36b2e3f (diff)
- djm@cvs.openbsd.org 2009/08/31 21:01:29
[sftp-server.8] document -e and -h; prodded by jmc@
-rw-r--r--ChangeLog3
-rw-r--r--sftp-server.813
2 files changed, 14 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a57890ebd..5fbca0934 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -70,6 +70,9 @@
70 - djm@cvs.openbsd.org 2009/08/31 20:56:02 70 - djm@cvs.openbsd.org 2009/08/31 20:56:02
71 [sftp-server.c] 71 [sftp-server.c]
72 check correct variable for error message, spotted by martynas@ 72 check correct variable for error message, spotted by martynas@
73 - djm@cvs.openbsd.org 2009/08/31 21:01:29
74 [sftp-server.8]
75 document -e and -h; prodded by jmc@
73 76
7420091002 7720091002
75 - (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps. 78 - (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps.
diff --git a/sftp-server.8 b/sftp-server.8
index 0f7963e27..ee73c345b 100644
--- a/sftp-server.8
+++ b/sftp-server.8
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp-server.8,v 1.16 2009/08/27 17:43:00 djm Exp $ 1.\" $OpenBSD: sftp-server.8,v 1.17 2009/08/31 21:01:29 djm Exp $
2.\" 2.\"
3.\" Copyright (c) 2000 Markus Friedl. All rights reserved. 3.\" Copyright (c) 2000 Markus Friedl. All rights reserved.
4.\" 4.\"
@@ -22,7 +22,7 @@
22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24.\" 24.\"
25.Dd $Mdocdate: August 27 2009 $ 25.Dd $Mdocdate: August 31 2009 $
26.Dt SFTP-SERVER 8 26.Dt SFTP-SERVER 8
27.Os 27.Os
28.Sh NAME 28.Sh NAME
@@ -30,6 +30,7 @@
30.Nd SFTP server subsystem 30.Nd SFTP server subsystem
31.Sh SYNOPSIS 31.Sh SYNOPSIS
32.Nm sftp-server 32.Nm sftp-server
33.Op Fl eh
33.Op Fl f Ar log_facility 34.Op Fl f Ar log_facility
34.Op Fl l Ar log_level 35.Op Fl l Ar log_level
35.Op Fl u Ar umask 36.Op Fl u Ar umask
@@ -55,12 +56,20 @@ for more information.
55.Pp 56.Pp
56Valid options are: 57Valid options are:
57.Bl -tag -width Ds 58.Bl -tag -width Ds
59.It Fl e
60Causes
61.Nm
62to print logging information to stderr instead of syslog for debugging.
58.It Fl f Ar log_facility 63.It Fl f Ar log_facility
59Specifies the facility code that is used when logging messages from 64Specifies the facility code that is used when logging messages from
60.Nm . 65.Nm .
61The possible values are: DAEMON, USER, AUTH, LOCAL0, LOCAL1, LOCAL2, 66The possible values are: DAEMON, USER, AUTH, LOCAL0, LOCAL1, LOCAL2,
62LOCAL3, LOCAL4, LOCAL5, LOCAL6, LOCAL7. 67LOCAL3, LOCAL4, LOCAL5, LOCAL6, LOCAL7.
63The default is AUTH. 68The default is AUTH.
69.It Fl h
70Displays
71.Nm
72usage information.
64.It Fl l Ar log_level 73.It Fl l Ar log_level
65Specifies which messages will be logged by 74Specifies which messages will be logged by
66.Nm . 75.Nm .