From 7ed26e17312b5afd955a7206f9c3ca71e0541f7c Mon Sep 17 00:00:00 2001
From: Helge Kreutzmann <debian@helgefjell.de>
Date: Sun, 31 Jan 2021 11:57:42 +0100
Subject: [PATCH] find.1: fix some formatting issues

* find/find.1 (Safer `...` approach): When referring to stat(2), change
the formatting so that only the function name 'stat' is set in bold,
not the '(2)'.
(Pruning ...): Change formatting of the tilde backup suffix in the example
to use simple quoting without additional markup.

Fixes https://savannah.gnu.org/bugs/?59963

Copyright-paperwork-exempt: Yes
---
 find/find.1 | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/find/find.1 b/find/find.1
index a536106f..fddd2a5f 100644
--- a/find/find.1
+++ b/find/find.1
@@ -2120,7 +2120,7 @@ The
 test comes before the
 .B \-type
 test in order to avoid having to call
-.B stat(2)
+.BR stat (2)
 on every file.
 .PP
 Note that there is still a race between the time
@@ -2311,10 +2311,8 @@ to
 .IR /dest-dir ,
 but omit files and directories named
 .I .snapshot
-(and anything in them).  It also omits files or directories whose name
-ends in
-.IR '\(ti' ,
-but not their contents.
+(and anything in them).  It also omits files or directories whose name ends in
+`\(ti', but not their contents.
 .nf
 \&
 .in +4m
-- 
2.30.0

