upstream: - uppercase start of sentence - correct sentence grammar

ok djm

OpenBSD-Commit-ID: 1ec4b0fdb633a43667f2c8fff1d600bd647dde25
This commit is contained in:
jmc@openbsd.org 2024-06-24 06:59:39 +00:00 committed by Damien Miller
parent 1839e3eb71
commit f23e9332c4
No known key found for this signature in database

View File

@ -33,7 +33,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" 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 $ .Dd $Mdocdate: June 24 2024 $
.Dt SSHD_CONFIG 5 .Dt SSHD_CONFIG 5
.Os .Os
@ -1832,9 +1832,9 @@ via
or or
.Cm PermitUserEnvironment . .Cm PermitUserEnvironment .
.It Cm SshdSessionPath .It Cm SshdSessionPath
overrides the default path to the Overrides the default path to the
.Cm sshd-session .Cm sshd-session
binaries that invoked to handle each connection. binary that is invoked to handle each connection.
The default is The default is
.Pa /usr/libexec/sshd-session . .Pa /usr/libexec/sshd-session .
This option is intended for use by tests. This option is intended for use by tests.