From 6c0044cfc3789d9cb1b1fe50533033a86280ad1c Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 28 Dec 2016 22:52:17 +0000 Subject: escape a macro name that is not intended to be called --- man.conf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man.conf.5 b/man.conf.5 index 8f52ed41..c6361682 100644 --- a/man.conf.5 +++ b/man.conf.5 @@ -91,7 +91,7 @@ manual. .It Ic fragment Ta none Ta Cm html Ta print only body .It Ic includes Ta string Ta Cm html Ta path to header files .It Ic indent Ta integer Ta Cm ascii , utf8 Ta left margin -.It Ic man Ta string Ta Cm html Ta path for Xr links +.It Ic man Ta string Ta Cm html Ta path for \&Xr links .It Ic paper Ta string Ta Cm ps , pdf Ta paper size .It Ic style Ta string Ta Cm html Ta CSS file .It Ic width Ta integer Ta Cm ascii , utf8 Ta right margin -- cgit