From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Wilk Subject: [PATCH 1/2] man-pages.7: tfix Date: Sun, 29 Jan 2017 16:21:12 +0100 Message-ID: <20170129152113.9770-1-jwilk@jwilk.net> Return-path: Sender: linux-man-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Michael Kerrisk Cc: linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-man@vger.kernel.org Escape hyphens when explaining how to escape hyphens. Signed-off-by: Jakub Wilk --- man7/man-pages.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/man-pages.7 b/man7/man-pages.7 index 87c9a5dc0..1fbc37547 100644 --- a/man7/man-pages.7 +++ b/man7/man-pages.7 @@ -833,7 +833,7 @@ or when writing options that have a leading dash, such as in .IR "ls\ \-l"), use the following form in the man page source: - \\- + \\\- This guideline applies also to code examples. .SS Character constants -- 2.11.0 -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html