[Bug 237635] [PATCH] grep(1) manpage uses `patches` instead of `matches` in several places

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Apr 29 05:00:20 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237635

            Bug ID: 237635
           Summary: [PATCH] grep(1) manpage uses `patches` instead of
                    `matches` in several places
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Manual Pages
          Assignee: bugs at FreeBSD.org
          Reporter: raf at durin42.com
                CC: doc at FreeBSD.org

I noticed that the grep(1) manpage uses `patches` instead of `matches` in a few
places. Patch included:

# HG changeset patch
# User Augie Fackler <raf at durin42.com>
# Date 1556513519 14400
#      Mon Apr 29 00:51:59 2019 -0400
# Node ID c9277104cbfddcd5c951279b397d99462b1a7ea2
# Parent  a2357d0e59090c8ff32b3e91e749a474c315f8d6
bsdgrep(1): fix some typos that read `patches` instead of `matches`.

diff --git a/grep.1 b/grep.1
--- a/grep.1
+++ b/grep.1
@@ -209,7 +209,7 @@ Note that
 and
 .Fl Fl include
 patterns are processed in the order given.
-If a name patches multiple patterns, the latest matching rule wins.
+If a name matches multiple patterns, the latest matching rule wins.
 If no
 .Fl Fl include
 pattern is specified, all files are searched that are
@@ -228,7 +228,7 @@ Note that
 and
 .Fl Fl include-dir
 patterns are processed in the order given.
-If a name patches multiple patterns, the latest matching rule wins.
+If a name matches multiple patterns, the latest matching rule wins.
 If no
 .Fl Fl include-dir
 pattern is specified, all directories are searched that are
@@ -284,7 +284,7 @@ Note that
 and
 .Fl Fl exclude
 patterns are processed in the order given.
-If a name patches multiple patterns, the latest matching rule wins.
+If a name matches multiple patterns, the latest matching rule wins.
 Patterns are matched to the full path specified,
 not only to the filename component.
 .It Fl Fl include-dir Ar pattern
@@ -298,7 +298,7 @@ Note that
 and
 .Fl Fl exclude-dir
 patterns are processed in the order given.
-If a name patches multiple patterns, the latest matching rule wins.
+If a name matches multiple patterns, the latest matching rule wins.
 .It Fl L , Fl Fl files-without-match
 Only the names of files not containing selected lines are written to
 standard output.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-doc mailing list