[hatari-devel] [PATCH] Fix groff warning in hatari_profile.1 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: [hatari-devel] [PATCH] Fix groff warning in hatari_profile.1
- From: Teemu Hukkanen <tjhukkan@xxxxxx>
- Date: Fri, 16 Sep 2022 22:37:42 +0200
- Arc-authentication-results: i=1; ORIGINATING; auth=pass smtp.auth=tjhukkan smtp.mailfrom=tjhukkan@xxxxxx
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=iki.fi; s=meesny; t=1663360664; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=y8k86vz1tF78sxXT9g4YI+3LwykX6VRYrZtY7EZyj84=; b=j5XdqC2O73pKOIdssuX2t+U1t9CbKrOyEWxbYvdItAm92M8iWjpZa1qslAe7Q4GmnZ+jfR cWzkv9fGDtBBD9Xs3TiBdNG4VbyEFe0acRqFtYKwPME491ava2pxicj9zbaRxYbuQhVegC /pp/J7PkDmBZjWPDpYfdU6vVoWCUNF4=
- Arc-seal: i=1; s=meesny; d=iki.fi; t=1663360665; a=rsa-sha256; cv=none; b=koHcDrxX34pvrHRmm/j4Nf4Ik/oB8Q8bkJlz5zc1xf8LRFwnl7DME0nbTfSMDZsBLhT89i R/sA3I59YvKlII4avznEuVWYlrvXyA5yKy3NMc5IoF3ObBE6sr6m1EsqUxAsqBJEeP0t0q Yl4myNGZRZ1oIbpuKx1/Umeu8S1uz/A=
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iki.fi; s=meesny; t=1663360665; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=y8k86vz1tF78sxXT9g4YI+3LwykX6VRYrZtY7EZyj84=; b=IEykpRZTMj1ekY+TclY8ZZEti9hASm6SzzjKH89c0wk7IXB+1Es4QFJvErPrv7fl3LGfxX qyF2O67TN584/qxLC+kVWvqcoWHqtVXpZvjnD/WVmxWspbxpN7z+iBV6L7XNITM18Ru666 VVH2KhzYPoEczOlrAY1NJJygqKRJtHA=
Hi,
While preparing the Debian packaging for Hatari 2.4.1, I came across a
warning from groff in hatari_profile.1.
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
Patch attached, also available at:
<https://git.sr.ht/~tjhukkan/hatari/commit/bb42e887841e41bf102913ae56cd1a7d2fd24c4c>