Blame SOURCES/pkg-config-man-cleanup.patch

ee6946
diff -up pkg-config-0.27.1/pkg-config.1.man-cleanup pkg-config-0.27.1/pkg-config.1
ee6946
--- pkg-config-0.27.1/pkg-config.1.man-cleanup	2013-06-25 07:45:08.549339074 -0400
ee6946
+++ pkg-config-0.27.1/pkg-config.1	2013-06-25 07:48:58.976953346 -0400
ee6946
@@ -9,10 +9,13 @@ pkg-config \- Return metainformation abo
ee6946
 .SH SYNOPSIS
ee6946
 .PP
ee6946
 .B pkg-config
ee6946
-[\-\-modversion] [\-\-version] [\-\-help] [\-\-print-errors]
ee6946
+[\-\-modversion] [\-\-version] [\-\-help]
ee6946
+[\-\-atleast-pkgconfig-version=VERSION]
ee6946
+[\-\-print-errors] [\-\-short-errors]
ee6946
 [\-\-silence-errors] [\-\-errors-to-stdout] [\-\-debug]
ee6946
 [\-\-cflags] [\-\-libs] [\-\-libs-only-L]
ee6946
 [\-\-libs-only-l] [\-\-cflags-only-I]
ee6946
+[\-\-libs-only-other] [\-\-cflags-only-other]
ee6946
 [\-\-variable=VARIABLENAME]
ee6946
 [\-\-define-variable=VARIABLENAME=VARIABLEVALUE]
ee6946
 [\-\-print-variables]
ee6946
@@ -71,6 +74,9 @@ Displays the version of
ee6946
 .I pkg-config
ee6946
 and terminates.
ee6946
 .TP
ee6946
+.I "--atleast-pkgconfig-version=VERSION"
ee6946
+Requires at least the given version of pkg-config.
ee6946
+.TP
ee6946
 .I "--help"
ee6946
 Displays a help message and terminates.
ee6946
 .TP
ee6946
@@ -86,6 +92,9 @@ alone (to just print errors encountered
ee6946
 command line) or with other options. The PKG_CONFIG_DEBUG_SPEW
ee6946
 environment variable overrides this option.
ee6946
 .TP
ee6946
+.I "--short-errors"
ee6946
+Print short error messages.
ee6946
+.TP
ee6946
 .I "--silence-errors"
ee6946
 If one or more of the modules on the command line, or their
ee6946
 dependencies, are not found, or if an error occurs in parsing a
ee6946
@@ -119,7 +128,10 @@ line.
ee6946
 .I "--cflags-only-I"
ee6946
 This prints the -I part of "--cflags". That is, it defines the header
ee6946
 search path but doesn't specify anything else.
ee6946
-.TP 
ee6946
+.TP
ee6946
+.I "--cflags-only-other"
ee6946
+This prints parts of "--cflags" not covered by "--cflags-only-I".
ee6946
+.TP
ee6946
 .I "--libs"
ee6946
 This option is identical to "--cflags", only it prints the link
ee6946
 flags. As with "--cflags", duplicate flags are merged (maintaining
ee6946
@@ -136,6 +148,10 @@ the command line. Note that the union of
ee6946
 "--libs-only-L" may be smaller than "--libs", due to flags such as
ee6946
 -rdynamic.
ee6946
 .TP
ee6946
+.I "--libs-only-other"
ee6946
+This prints the parts of "--libs" not covered by "--libs-only-L" and
ee6946
+"--libs-only-l", such as "--pthread".
ee6946
+.TP
ee6946
 .I "--variable=VARIABLENAME"
ee6946
 This returns the value of a variable defined in a package's \fI.pc\fP
ee6946
 file. Most packages define the variable "prefix", for example, so you 
ee6946
@@ -223,7 +239,7 @@ output.
ee6946
 .I "--list-all"
ee6946
 List all modules found in the \fIpkg-config\fP path.
ee6946
 .TP
ee6946
--I "--print-provides"
ee6946
+.I "--print-provides"
ee6946
 List all modules the given packages provides.
ee6946
 .TP
ee6946
 .I "--print-requires"