diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-28 22:09:08 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-28 22:09:08 +0000 |
commit | 30fcd4b7eb064dd0029d7fc6e60afc9b973015cb (patch) | |
tree | 9f17542ac9ce2bc8f72c9c7f037d9a14daec2959 /mdoc.7 | |
parent | a22a7aa6487d5fdf5bd05e69f5972aeb11530b85 (diff) | |
download | mandoc-30fcd4b7eb064dd0029d7fc6e60afc9b973015cb.tar.gz |
Compat fix in mdoc.7 (joerg@netbsd.org).
Diffstat (limited to 'mdoc.7')
-rw-r--r-- | mdoc.7 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -297,9 +297,9 @@ The column indicates that the macro may be called subsequent to the initial line-macro. If a macro is not callable, then its invocation after the initial line macro is interpreted as opaque text, such that -.Sq \&.Fl Sh +.Sq \&.Fl \&Sh produces -.Sq Fl Sh . +.Sq Fl \&Sh . . .Pp The |