[PATCH] Fix groff warning in hatari_profile.1 by adding a zero-width space |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- Subject: [PATCH] Fix groff warning in hatari_profile.1 by adding a zero-width space
- From: Teemu Hukkanen <tjhukkan@xxxxxx>
- Date: Fri, 16 Sep 2022 21:34:19 +0300
A period at the beginning of a line starts a command for groff, add a
zero-width space before to mitigate this.
To see the warning, run:
LC_ALL=C.UTF-8 MANROFFSEQ='' MANWIDTH=80 man --warnings -E UTF-8 -l \
-Tutf8 -Z ./tools/debugger/hatari_profile.1 >/dev/null
---
tools/debugger/hatari_profile.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/debugger/hatari_profile.1 b/tools/debugger/hatari_profile.1
index 0a8fff79..d875eabe 100644
--- a/tools/debugger/hatari_profile.1
+++ b/tools/debugger/hatari_profile.1
@@ -53,7 +53,7 @@ WARNING: replacing '_instruction_cache_kludge' at 0xe00660 with '_invalidate_ins
Parsing profile information from etos-boot.txt...
18900 lines processed with 531 functions.
-...
+\&...
Of all 38474 switches, ignored 3731 for type(s) ['r', 'u', 'x'].
CPU profile information from 'etos-boot.txt':
--
2.37.2
--=-=-=--