aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man.7
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-01-24 02:41:49 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-01-24 02:41:49 +0000
commitaf2c97c7b003aede133aa66677d5d4c5bfc61c07 (patch)
treecc010657fc7909d9f9c7d6391ebf42a2019f012f /man.7
parentae1ae80a8fe8505dc167256dceb8e02e9c999e92 (diff)
downloadmandoc-af2c97c7b003aede133aa66677d5d4c5bfc61c07.tar.gz
mandoc-af2c97c7b003aede133aa66677d5d4c5bfc61c07.tar.zst
mandoc-af2c97c7b003aede133aa66677d5d4c5bfc61c07.zip
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.710
1 files changed, 3 insertions, 7 deletions
diff --git a/man.7 b/man.7
index fd1c33d9..1154e498 100644
--- a/man.7
+++ b/man.7
@@ -1,4 +1,4 @@
-.\" $Id: man.7,v 1.130 2015/01/24 02:14:46 schwarze Exp $
+.\" $Id: man.7,v 1.131 2015/01/24 02:41:49 schwarze Exp $
.\"
.\" Copyright (c) 2009, 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
.\" Copyright (c) 2011-2015 Ingo Schwarze <schwarze@openbsd.org>
@@ -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