diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2016-12-28 22:52:17 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2016-12-28 22:52:17 +0000 |
commit | 6c0044cfc3789d9cb1b1fe50533033a86280ad1c (patch) | |
tree | 44afaab44a5d404257560f1266ee20cabdd514b3 | |
parent | aa0ad46dd375def869a9729cb0a49312c2333515 (diff) | |
download | mandoc-6c0044cfc3789d9cb1b1fe50533033a86280ad1c.tar.gz |
escape a macro name that is not intended to be called
-rw-r--r-- | man.conf.5 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |