diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-01-24 02:41:49 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-01-24 02:41:49 +0000 |
commit | 46720e11f3c6e90c1850aaeb920a5a9b9b6eb659 (patch) | |
tree | 766adc3a89b9e019a0358906bfd706a7fbe2163c /man.7 | |
parent | 9c71b16d77c19d5b2623befffcb1f7a489960bcc (diff) | |
download | mandoc-46720e11f3c6e90c1850aaeb920a5a9b9b6eb659.tar.gz |
Strangely, ignoring the roff(7) .na request was implemented in the man(7)
parser. Simplify the code by moving it into the roff(7) parser, also
making it work for mdoc(7).
Diffstat (limited to 'man.7')
-rw-r--r-- | man.7 | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -727,8 +727,6 @@ If is signed, the new offset is relative. Otherwise, it is absolute. This value is reset upon the next paragraph, section, or sub-section. -.Ss \&na -Don't align to the right margin. .Ss \&nf Begin literal mode: all subsequent free-form lines have their end of line boundaries preserved. @@ -780,10 +778,9 @@ is equivalent to If next-line macros are invoked consecutively, only the last is used. If a next-line macro is followed by a non-next-line macro, an error is raised, except for -.Sx \&br , -.Sx \&sp , +.Sx \&br and -.Sx \&na . +.Sx \&sp . .Pp The syntax is as follows: .Bd -literal -offset indent @@ -814,7 +811,6 @@ The syntax is as follows: .It Sx \&br Ta 0 Ta current Ta compat .It Sx \&fi Ta 0 Ta current Ta compat .It Sx \&in Ta 1 Ta current Ta compat -.It Sx \&na Ta 0 Ta current Ta compat .It Sx \&nf Ta 0 Ta current Ta compat .It Sx \&sp Ta 1 Ta current Ta compat .El |