summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2014-12-11 04:16:14 +0000
committerDamien Miller <djm@mindrot.org>2014-12-11 19:17:24 +1100
commitda0277e3717eadf5b15e03379fc29db133487e94 (patch)
tree11fa9d60293cec657b41b9a5f88c3801b94ef6d0
parent4cf87f4b81fa9380bce5fcff7b0f8382ae3ad996 (diff)
upstream commit
Make manual reflect reality: sftp-server's -d option accepts a "%d" option, not a "%h" one. bz#2316; reported by Kirk Wolf
-rw-r--r--sftp-server.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sftp-server.8 b/sftp-server.8
index 75d8d8d53..c117398e8 100644
--- a/sftp-server.8
+++ b/sftp-server.8
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp-server.8,v 1.26 2014/07/28 15:40:08 schwarze Exp $ 1.\" $OpenBSD: sftp-server.8,v 1.27 2014/12/11 04:16:14 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: July 28 2014 $ 25.Dd $Mdocdate: December 11 2014 $
26.Dt SFTP-SERVER 8 26.Dt SFTP-SERVER 8
27.Os 27.Os
28.Sh NAME 28.Sh NAME
@@ -67,7 +67,7 @@ Valid options are:
67specifies an alternate starting directory for users. 67specifies an alternate starting directory for users.
68The pathname may contain the following tokens that are expanded at runtime: 68The pathname may contain the following tokens that are expanded at runtime:
69%% is replaced by a literal '%', 69%% is replaced by a literal '%',
70%h is replaced by the home directory of the user being authenticated, 70%d is replaced by the home directory of the user being authenticated,
71and %u is replaced by the username of that user. 71and %u is replaced by the username of that user.
72The default is to use the user's home directory. 72The default is to use the user's home directory.
73This option is useful in conjunction with the 73This option is useful in conjunction with the