summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd_config.5
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2024-06-24 06:59:40 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2024-06-24 06:59:40 +0000
commit5762e3263e59a81405eed7b7af89e8f4f173e8bf (patch)
tree05cc2142b4a56a653514caeb960754174953f3d4 /usr.bin/ssh/sshd_config.5
parent60536f6acbb4938a5751669c10d917271ab5e5ce (diff)
- uppercase start of sentence
- correct sentence grammar ok djm
Diffstat (limited to 'usr.bin/ssh/sshd_config.5')
-rw-r--r--usr.bin/ssh/sshd_config.56
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5
index 41852ac1478..ef31e91b374 100644
--- a/usr.bin/ssh/sshd_config.5
+++ b/usr.bin/ssh/sshd_config.5
@@ -33,7 +33,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.
.\"
-.\" $OpenBSD: sshd_config.5,v 1.364 2024/06/24 04:05:11 djm Exp $
+.\" $OpenBSD: sshd_config.5,v 1.365 2024/06/24 06:59:39 jmc Exp $
.Dd $Mdocdate: June 24 2024 $
.Dt SSHD_CONFIG 5
.Os
@@ -1825,9 +1825,9 @@ via
or
.Cm PermitUserEnvironment .
.It Cm SshdSessionPath
-overrides the default path to the
+Overrides the default path to the
.Cm sshd-session
-binaries that invoked to handle each connection.
+binary that is invoked to handle each connection.
The default is
.Pa /usr/libexec/sshd-session .
This option is intended for use by tests.