From 5cae989264043dfc9b003c2ad882e6c812a1d85d 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 formatting when referring to stat(2)

Only the function name 'stat' should be set in bold, not the '(2)'.

* find/find.1 (Safer `...` approach): Fix formatting.
Fixes https://savannah.gnu.org/bugs/?59963

Copyright-paperwork-exempt: Yes
---
 find/find.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/find/find.1 b/find/find.1
index a536106f..0b6129df 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
-- 
2.30.0

