summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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