[PATCH 2/4] Document --list-all option in man page
Dan Nicholson
dbn.lists at gmail.com
Fri Feb 26 16:15:28 PST 2010
Present in the --help output, but not the manual...
---
pkg-config.1 | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/pkg-config.1 b/pkg-config.1
index 7c029b9..4900371 100644
--- a/pkg-config.1
+++ b/pkg-config.1
@@ -35,7 +35,7 @@ pkg-config \- Return metainformation about installed libraries
[\-\-define-variable=VARIABLENAME=VARIABLEVALUE]
[\-\-uninstalled]
[\-\-exists] [\-\-atleast-version=VERSION] [\-\-exact-version=VERSION]
-[\-\-max-version=VERSION] [LIBRARIES...]
+[\-\-max-version=VERSION] [\-\-list\-all] [LIBRARIES...]
.SH DESCRIPTION
The \fIpkg-config\fP program is used to retrieve information about
@@ -207,6 +207,9 @@ Output libraries suitable for static linking. That means including
any private libraries in the output. This relies on proper tagging in
the .pc files, else a too large number of libraries will ordinarily be
output.
+.TP
+.I "--list-all"
+List all modules found in the \fIpkg-config\fP path.
.\"
.SH ENVIRONMENT VARIABLES
.TP
--
1.6.6.1
More information about the pkg-config
mailing list