[pkgpath.7] fix dashes

2013-01-09 Thread Remco
I hope this makes sense:

Index: pkgpath.7
===
RCS file: /cvs/src/share/man/man7/pkgpath.7,v
retrieving revision 1.1
diff -u -r1.1 pkgpath.7
--- pkgpath.7   21 Nov 2011 12:00:57 -  1.1
+++ pkgpath.7   9 Jan 2013 11:30:14 -
@@ -65,7 +65,7 @@
 Note that
 .Ar -sub
 and
-.Ar -flavor
+.Ar flavor
 parts can be specified in any order, as all subpackages start with
 a dash.
 It is an error to ask for several subs at once, e.g.\
@@ -89,7 +89,7 @@
 (all of which are pseudo-flavors), so that only the main package will build.
 .It Ar net/avahi,no_mono,-qt3
 Build avahi with the no_mono pseudo-flavor, which will build the
--main, -qt3, qt4, -gui, -gtk, -gtk3, and -ui subpackages, and refer to the
+-main, -qt3, -qt4, -gui, -gtk, -gtk3, and -ui subpackages, and refer to the
 .Ar -qt3
 subpackage.
 .It Ar net/avahi,



Re: [pkgpath.7] fix dashes

2013-01-09 Thread Marc Espie
On Wed, Jan 09, 2013 at 12:36:29PM +0100, Remco wrote:
 I hope this makes sense:
 
 Index: pkgpath.7
 ===
 RCS file: /cvs/src/share/man/man7/pkgpath.7,v
 retrieving revision 1.1
 diff -u -r1.1 pkgpath.7
 --- pkgpath.7 21 Nov 2011 12:00:57 -  1.1
 +++ pkgpath.7 9 Jan 2013 11:30:14 -
 @@ -65,7 +65,7 @@
  Note that
  .Ar -sub
  and
 -.Ar -flavor
 +.Ar flavor
  parts can be specified in any order, as all subpackages start with
  a dash.
  It is an error to ask for several subs at once, e.g.\
 @@ -89,7 +89,7 @@
  (all of which are pseudo-flavors), so that only the main package will build.
  .It Ar net/avahi,no_mono,-qt3
  Build avahi with the no_mono pseudo-flavor, which will build the
 --main, -qt3, qt4, -gui, -gtk, -gtk3, and -ui subpackages, and refer to the
 +-main, -qt3, -qt4, -gui, -gtk, -gtk3, and -ui subpackages, and refer to the
  .Ar -qt3
  subpackage.
  .It Ar net/avahi,
Definitely! thanks