diff options
author | Chris Kuethe <ckuethe@cvs.openbsd.org> | 2006-11-28 01:40:22 +0000 |
---|---|---|
committer | Chris Kuethe <ckuethe@cvs.openbsd.org> | 2006-11-28 01:40:22 +0000 |
commit | ac4a0daf60e0f9fea5b8bfe2dbb878f6f30943ca (patch) | |
tree | 3662d9024eafcab6dae7d4efb47c018aa857df5f /usr.bin/pkg-config | |
parent | 6de44620796db542e00d3b0f762e2cd1f289c9e0 (diff) |
Nicer descriptions of --atleast*version and and --exists
Diffstat (limited to 'usr.bin/pkg-config')
-rw-r--r-- | usr.bin/pkg-config/pkg-config.1 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.bin/pkg-config/pkg-config.1 b/usr.bin/pkg-config/pkg-config.1 index f171acbe50a..fd1e2676977 100644 --- a/usr.bin/pkg-config/pkg-config.1 +++ b/usr.bin/pkg-config/pkg-config.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg-config.1,v 1.3 2006/11/28 01:36:17 ckuethe Exp $ +.\" $OpenBSD: pkg-config.1,v 1.4 2006/11/28 01:40:21 ckuethe Exp $ .\" .\" Copyright (c) 2006 Chris Kuethe <ckuethe@openbsd.org> .\" @@ -74,9 +74,9 @@ and exit. .It Fl -errors-to-stdout Direct error messages to stdout rather than stderr. .It Fl -atleast-pkgconfig-version Ar version -Exit with error if +Exit with error if the version of .Nm -is not new enough. +is greater than or equal to the specified version. .It Fl -cflags Return all compiler flags required to compile against the package. @@ -100,6 +100,7 @@ compile against the package. .It Fl -exists Return true if all the specified packages are installed. +This is the default if no other option is given. .It Fl -uninstalled Allow packages not controlled by .Nm @@ -107,7 +108,8 @@ to be used. .It Fl -static Return the compiler and/or linker flags required for static linking. .It Fl -atleast-version Ar version -Exit with error if the specified package is not new enough +Exit with error if the specified package's version is not greater than +or equal to the specified version. .It Fl -modversion Fetch package version. If no package is given, |