]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: fix grammar: "a pattern lists" -> "one or more pattern
authordjm@openbsd.org <djm@openbsd.org>
Thu, 4 Jul 2024 22:53:59 +0000 (22:53 +0000)
committerDamien Miller <djm@mindrot.org>
Mon, 8 Jul 2024 03:05:25 +0000 (13:05 +1000)
lists"

OpenBSD-Commit-ID: f3c844763398faa9800687e8ff6621225498202a

ssh_config.5
sshd_config.5

index 2e1902283d79350728badaf875cdd456c37ea9df..50335d6223aee60b684c5516d323802503441189 100644 (file)
@@ -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: ssh_config.5,v 1.396 2024/06/17 08:30:29 djm Exp $
-.Dd $Mdocdate: June 17 2024 $
+.\" $OpenBSD: ssh_config.5,v 1.397 2024/07/04 22:53:59 djm Exp $
+.Dd $Mdocdate: July 4 2024 $
 .Dt SSH_CONFIG 5
 .Os
 .Sh NAME
@@ -1382,8 +1382,8 @@ DEBUG and DEBUG1 are equivalent.
 DEBUG2 and DEBUG3 each specify higher levels of verbose output.
 .It Cm LogVerbose
 Specify one or more overrides to 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:*
index 1ab0f41d91d6d45e231fcfe482cc49b8c41c6a01..16d1ac5c8d3019ccbebd57dde84596aa46537999 100644 (file)
@@ -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:*