diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-04-06 11:19:57 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-04-06 11:19:57 +0000 |
commit | 6d0ad067809e00ebce310fb6eb53a72a9874a704 (patch) | |
tree | 4d19acd7bc5ad79a917877f8154e3d3f8876532f /mdoc.7 | |
parent | c1fc26cea90ddef77e9961215dcae4b7ea52f643 (diff) | |
download | mandoc-6d0ad067809e00ebce310fb6eb53a72a9874a704.tar.gz |
Note on `Fl' documented in mdoc.7.
Diffstat (limited to 'mdoc.7')
-rw-r--r-- | mdoc.7 | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |