diff options
| author | Helge Kreutzmann <debian@helgefjell.de> | 2021-01-31 11:57:42 +0100 |
|---|---|---|
| committer | Bernhard Voelker <mail@bernhard-voelker.de> | 2021-01-31 19:18:01 +0100 |
| commit | 7ed26e17312b5afd955a7206f9c3ca71e0541f7c (patch) | |
| tree | 89bafa3a546a2450a0c7e76ec3985545ba8b2e88 | |
| parent | b6783f8470a3df52cd9b166a98d16428e586a3af (diff) | |
| download | findutils-7ed26e1731.tar.gz | |
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
| -rw-r--r-- | find/find.1 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/find/find.1 b/find/find.1 index a536106..fddd2a5 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 |
