Date: Mon, 29 Apr 2019 05:00:15 +0000 From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 237635] [PATCH] grep(1) manpage uses `patches` instead of `matches` in several places Message-ID: <bug-237635-9@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237635 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@FreeBSD.org Reporter: raf@durin42.com CC: doc@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@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. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237635-9>