summaryrefslogtreecommitdiffstats
path: root/mdoc.7
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-07-29 08:58:11 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-07-29 08:58:11 +0000
commit5276499ee929328cefca10a21cb87795842b89fd (patch)
tree07d54eb8ec0307e49405e4930e8e914fb21447f9 /mdoc.7
parent314cb83697cccba66984aa05a8ccf9ba7137a98c (diff)
downloadmandoc-5276499ee929328cefca10a21cb87795842b89fd.tar.gz
Documented behaviour of interpreting parsable/callable macros.
Diffstat (limited to 'mdoc.7')
-rw-r--r--mdoc.715
1 files changed, 13 insertions, 2 deletions
diff --git a/mdoc.7 b/mdoc.7
index f535ef03..ed77f450 100644
--- a/mdoc.7
+++ b/mdoc.7
@@ -242,10 +242,21 @@ closes it out.
The
.Em Callable
column indicates that the macro may be called subsequent to the initial
-line-macro. The
+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
+produces
+.Sq Fl Sh .
+.\" PARAGRAPH------------
+.Pp
+The
.Em Parsable
column indicates whether the macro may be followed by further
-(ostensibly callable) macros. The
+(ostensibly callable) macros. If a macro is not parsable, subsequent
+macro invocations on the line will be interpreted as opaque text.
+.\" PARAGRAPH------------
+.Pp
+The
.Em Scope
column, if applicable, describes closure rules.
.\" SUB-SECTION----------------------