aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit5c1741ee5854b0a14d5daee8a6b5a0a8616c4692 (patch)
treef8465cded26adf0ce003eac1d3907bebcdbd873b /mdoc.7
parenta597f1a29b369c2c740c417626bfa20242c09d67 (diff)
downloadmandoc-5c1741ee5854b0a14d5daee8a6b5a0a8616c4692.tar.gz
mandoc-5c1741ee5854b0a14d5daee8a6b5a0a8616c4692.tar.zst
mandoc-5c1741ee5854b0a14d5daee8a6b5a0a8616c4692.zip
Note on `Fl' documented in mdoc.7.
Diffstat (limited to 'mdoc.7')
-rw-r--r--mdoc.78
1 files changed, 5 insertions, 3 deletions
diff --git a/mdoc.7 b/mdoc.7
index 541aafd8..e3245300 100644
--- a/mdoc.7
+++ b/mdoc.7
@@ -1,4 +1,4 @@
-.\" $Id: mdoc.7,v 1.88 2010/04/06 07:17:51 kristaps Exp $
+.\" $Id: mdoc.7,v 1.89 2010/04/06 11:19:57 kristaps Exp $
.\"
.\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
.\"
@@ -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