From 0705b9139aec0267a799a1859bd231bb83170374 Mon Sep 17 00:00:00 2001
From: Helge Kreutzmann <debian@helgefjell.de>
Date: Wed, 23 Dec 2020 08:41:22 -0800
Subject: [PATCH] doc: adjust man page syntax

* doc/grep.in.1: Mark some manual names with B<...>.
Drop final period in SEE ALSO.
This resolves https://bugs.gnu.org/45353
---
 doc/grep.in.1 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/grep.in.1 b/doc/grep.in.1
index c56c404..d5e3534 100644
--- a/doc/grep.in.1
+++ b/doc/grep.in.1
@@ -695,7 +695,7 @@ options match, a file is included unless the first such option is
 .BR \-r ", " \-\^\-recursive
 Read all files under each directory, recursively,
 following symbolic links only if they are on the command line.
-Note that if no file operand is given, grep searches the working directory.
+Note that if no file operand is given, B<grep> searches the working directory.
 This is equivalent to the
 .B "\-d recurse"
 option.
@@ -761,8 +761,8 @@ In other implementations, basic regular expressions are less powerful.
 The following description applies to extended regular expressions;
 differences for basic regular expressions are summarized afterwards.
 Perl-compatible regular expressions give additional functionality, and are
-documented in pcresyntax(3) and pcrepattern(3), but work only if
-PCRE is available in the system.
+documented in B<pcresyntax>(3) and B<pcrepattern>(3), but work only if
+PCRE support is enabled.
 .PP
 The fundamental building blocks are the regular expressions
 that match a single character.
@@ -1370,7 +1370,7 @@ from the globbing syntax that the shell uses to match file names.
 .BR pcrepattern (3),
 .BR terminfo (5),
 .BR glob (7),
-.BR regex (7).
+.BR regex (7)
 .SS "Full Documentation"
 A
 .UR https://www.gnu.org/software/grep/manual/
-- 
2.30.0.rc1

