summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.7
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-05-07 15:49:36 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-05-07 15:49:36 +0000
commit98c1a46e2586de979ce0fc696b15d91fb80166c5 (patch)
treeb7fe0f5ec40b95c5eb1a0d8fcf45f3dadc5cf3e8 /mdoc.7
parent20276f6161ced22d83924afefed6d39cb45df6f3 (diff)
downloadmandoc-98c1a46e2586de979ce0fc696b15d91fb80166c5.tar.gz
mandoc-98c1a46e2586de979ce0fc696b15d91fb80166c5.tar.zst
mandoc-98c1a46e2586de979ce0fc696b15d91fb80166c5.zip
De-chunking of text removed from parsers. This is a significant change (and I don't really like it), but it's what groff does.
Distinction of ARGS_PHRASE and ARGS_PPHRASE in backend (not yet used).
Diffstat (limited to 'mdoc.7')
-rw-r--r--mdoc.78
1 files changed, 2 insertions, 6 deletions
diff --git a/mdoc.7 b/mdoc.7
index 42969fb7..e2eaa5e2 100644
--- a/mdoc.7
+++ b/mdoc.7
@@ -1,4 +1,4 @@
-.\" $Id: mdoc.7,v 1.94 2010/04/13 05:26:49 kristaps Exp $
+.\" $Id: mdoc.7,v 1.95 2010/05/07 15:49:36 kristaps Exp $
.\"
.\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: April 13 2010 $
+.Dd $Mdocdate: May 7 2010 $
.Dt MDOC 7
.Os
.Sh NAME
@@ -1824,10 +1824,6 @@ are aliases, as are
and
.Fl unfilled .
.It
-In mandoc, blocks of whitespace are stripped from both macro and
-free-form text lines (except when in literal mode); groff would retain
-whitespace in free-form text lines.
-.It
Historic groff has many un-callable macros. Most of these (excluding
some block-level macros) are now callable.
.It