summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2020-06-22 06:36:40 +0000
committerjmc <jmc@openbsd.org>2020-06-22 06:36:40 +0000
commit81f80cbb3b12ed0758e878ac2b9d9c297d563b17 (patch)
tree589849ccb538bfb0b6d1ccd5d23638c39cc779b5
parentWhen the main process exits, it closes the pipe so a read 0 occurs. (diff)
downloadwireguard-openbsd-81f80cbb3b12ed0758e878ac2b9d9c297d563b17.tar.xz
wireguard-openbsd-81f80cbb3b12ed0758e878ac2b9d9c297d563b17.zip
supply word missing in previous;
-rw-r--r--usr.bin/ssh/sftp-server.84
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sftp-server.8 b/usr.bin/ssh/sftp-server.8
index 823a99f282e..f057da3b8b5 100644
--- a/usr.bin/ssh/sftp-server.8
+++ b/usr.bin/ssh/sftp-server.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sftp-server.8,v 1.29 2020/06/22 05:53:26 djm Exp $
+.\" $OpenBSD: sftp-server.8,v 1.30 2020/06/22 06:36:40 jmc Exp $
.\"
.\" Copyright (c) 2000 Markus Friedl. All rights reserved.
.\"
@@ -112,7 +112,7 @@ applied before the allowed list.
.It Fl p Ar allowed_requests
Specify a comma-separated list of SFTP protocol requests that are permitted
by the server.
-All request types that are not on the allowed will be logged and replied
+All request types that are not on the allowed list will be logged and replied
to with a failure message.
.Pp
Care must be taken when using this feature to ensure that requests made