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

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