summaryrefslogtreecommitdiffstats
path: root/mdoc.7
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-04-06 11:19:57 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-04-06 11:19:57 +0000
commit6d0ad067809e00ebce310fb6eb53a72a9874a704 (patch)
tree4d19acd7bc5ad79a917877f8154e3d3f8876532f /mdoc.7
parentc1fc26cea90ddef77e9961215dcae4b7ea52f643 (diff)
downloadmandoc-6d0ad067809e00ebce310fb6eb53a72a9874a704.tar.gz
Note on `Fl' documented in mdoc.7.
Diffstat (limited to 'mdoc.7')
-rw-r--r--mdoc.76
1 files changed, 4 insertions, 2 deletions
diff --git a/mdoc.7 b/mdoc.7
index d5a26b29..4ca8c05b 100644
--- a/mdoc.7
+++ b/mdoc.7
@@ -1676,12 +1676,14 @@ is provided.
Command-line flag. Used when listing arguments to command-line
utilities. Prints a fixed-width hyphen
.Sq \-
-before each delimited argument. If no arguments are provided, a hyphen
-is still printed.
+directly followed by each argument. If no arguments are provided, a hyphen is
+printed followed by a space. If the argument is a macro, a hyphen is
+prefixed to the subsequent macro output.
.Pp
Examples:
.Bd -literal -offset indent
\&.Fl a b c
+\&.Fl Pf a b
\&.Fl
\&.Op Fl o Ns Ar file
.Ed