=================================================================== RCS file: /cvs/mandoc/mdoc.7,v retrieving revision 1.87 retrieving revision 1.89 diff -u -p -r1.87 -r1.89 --- mandoc/mdoc.7 2010/03/31 07:13:53 1.87 +++ mandoc/mdoc.7 2010/04/06 11:19:57 1.89 @@ -1,4 +1,4 @@ -.\" $Id: mdoc.7,v 1.87 2010/03/31 07:13:53 kristaps Exp $ +.\" $Id: mdoc.7,v 1.89 2010/04/06 11:19:57 kristaps Exp $ .\" .\" Copyright (c) 2009 Kristaps Dzonsons .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 31 2010 $ +.Dd $Mdocdate: April 6 2010 $ .Dt MDOC 7 .Os . @@ -860,7 +860,7 @@ then the macro accepts an arbitrary number of argument .It Sx \&Ot Ta \&No Ta \&No Ta n .It Sx \&Ox Ta Yes Ta Yes Ta n .It Sx \&Pa Ta Yes Ta Yes Ta n -.It Sx \&Pf Ta \&No Ta Yes Ta 1 +.It Sx \&Pf Ta Yes Ta Yes Ta 1 .It Sx \&Pp Ta \&No Ta \&No Ta 0 .It Sx \&Rv Ta \&No Ta \&No Ta n .It Sx \&Sm Ta \&No Ta \&No Ta 1 @@ -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