summaryrefslogtreecommitdiffstats
path: root/sshd_config.5
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2024-07-05 00:53:59 +0200
committerDamien Miller <djm@mindrot.org>2024-07-08 05:05:25 +0200
commita395d37a813c0177cb5bfc4bebf5a52badb73cf0 (patch)
tree64ea3ffe8e4959a0f74dcb5a6ae7874e96727d7a /sshd_config.5
parentCast to sockaddr * in systemd interface. (diff)
downloadopenssh-a395d37a813c0177cb5bfc4bebf5a52badb73cf0.tar.xz
openssh-a395d37a813c0177cb5bfc4bebf5a52badb73cf0.zip
upstream: fix grammar: "a pattern lists" -> "one or more pattern
lists" OpenBSD-Commit-ID: f3c844763398faa9800687e8ff6621225498202a
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.58
1 files changed, 4 insertions, 4 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 1ab0f41d9..16d1ac5c8 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -33,8 +33,8 @@
.\" (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.365 2024/06/24 06:59:39 jmc Exp $
-.Dd $Mdocdate: June 24 2024 $
+.\" $OpenBSD: sshd_config.5,v 1.366 2024/07/04 22:53:59 djm Exp $
+.Dd $Mdocdate: July 4 2024 $
.Dt SSHD_CONFIG 5
.Os
.Sh NAME
@@ -1133,8 +1133,8 @@ Logging with a DEBUG level violates the privacy of users and is not recommended.
.It Cm LogVerbose
Specify one or more overrides to
.Cm LogLevel .
-An override consists of a pattern lists that matches the source file, function
-and line number to force detailed logging for.
+An override consists of one or more pattern lists that matches the
+source file, function and line number to force detailed logging for.
For example, an override pattern of:
.Bd -literal -offset indent
kex.c:*:1000,*:kex_exchange_identification():*,packet.c:*