summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2012-05-10 07:56:07 -0700
committerDan Nicholson <dbn.lists@gmail.com>2012-05-10 07:56:34 -0700
commitbde0ffb4446d75ac22bcb4c04d76d9da3fc3c33d (patch)
treeb2f73aa914d30ee48ed1a2d0cfb04d95d078b449
parente10eee3c00f6a78a943f56f16d0261b3624b1a5f (diff)
Document a couple more pkg-config options
-rw-r--r--pkg-config.113
1 files changed, 12 insertions, 1 deletions
diff --git a/pkg-config.1 b/pkg-config.1
index 58df6d0..aba3758 100644
--- a/pkg-config.1
+++ b/pkg-config.1
@@ -9,7 +9,8 @@ pkg-config \- Return metainformation about installed libraries
.SH SYNOPSIS
.PP
.B pkg-config
-[\-\-modversion] [\-\-help] [\-\-print-errors] [\-\-silence-errors]
+[\-\-modversion] [\-\-version] [\-\-help] [\-\-print-errors]
+[\-\-silence-errors] [\-\-errors-to-stdout] [\-\-debug]
[\-\-cflags] [\-\-libs] [\-\-libs-only-L]
[\-\-libs-only-l] [\-\-cflags-only-I]
[\-\-variable=VARIABLENAME]
@@ -65,6 +66,11 @@ exits successfully. If one or more libraries is unknown,
.I pkg-config
exits with a nonzero code, and the contents of stdout are undefined.
.TP
+.I "--version"
+Displays the version of
+.I pkg-config
+and terminates.
+.TP
.I "--help"
Displays a help message and terminates.
.TP
@@ -93,6 +99,11 @@ environment variable overrides this option.
.TP
.I "--errors-to-stdout"
If printing errors, print them to stdout rather than the default stderr
+.TP
+.I "--debug"
+Print debugging information. This is slightly different than the
+PKG_CONFIG_DEBUG_SPEW environment variable, which also enable
+"--print-errors".
.PP
The following options are used to compile and link programs: