summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc@openbsd.org <jmc@openbsd.org>2020-06-22 06:36:40 +0000
committerDamien Miller <djm@mindrot.org>2020-06-26 15:18:07 +1000
commit02a9222cbce7131d639984c2f6c71d1551fc3333 (patch)
treea10c4fce11860ed621be412d447302968c2a62f0
parent5098b3b6230852a80ac6cef5d53a785c789a5a56 (diff)
upstream: supply word missing in previous;
OpenBSD-Commit-ID: 16a38b049f216108f66c8b699aa046063381bd23
-rw-r--r--sftp-server.84
1 files changed, 2 insertions, 2 deletions
diff --git a/sftp-server.8 b/sftp-server.8
index 823a99f28..f057da3b8 100644
--- a/sftp-server.8
+++ b/sftp-server.8
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp-server.8,v 1.29 2020/06/22 05:53:26 djm Exp $ 1.\" $OpenBSD: sftp-server.8,v 1.30 2020/06/22 06:36:40 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 2000 Markus Friedl. All rights reserved. 3.\" Copyright (c) 2000 Markus Friedl. All rights reserved.
4.\" 4.\"
@@ -112,7 +112,7 @@ applied before the allowed list.
112.It Fl p Ar allowed_requests 112.It Fl p Ar allowed_requests
113Specify a comma-separated list of SFTP protocol requests that are permitted 113Specify a comma-separated list of SFTP protocol requests that are permitted
114by the server. 114by the server.
115All request types that are not on the allowed will be logged and replied 115All request types that are not on the allowed list will be logged and replied
116to with a failure message. 116to with a failure message.
117.Pp 117.Pp
118Care must be taken when using this feature to ensure that requests made 118Care must be taken when using this feature to ensure that requests made