]> git.cameronkatri.com Git - mandoc.git/commitdiff
Note on `Fl' documented in mdoc.7.
authorKristaps Dzonsons <kristaps@bsd.lv>
Tue, 6 Apr 2010 11:19:57 +0000 (11:19 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Tue, 6 Apr 2010 11:19:57 +0000 (11:19 +0000)
mdoc.7

diff --git a/mdoc.7 b/mdoc.7
index 541aafd81e6851001894b4688278b89d437f55bd..e324530084bd5d41491c2607879e1f1f6799e233 100644 (file)
--- 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