=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/pkg-config/pkg-config.1,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/pkg-config/pkg-config.1 2006/11/28 01:36:17 1.3 +++ src/usr.bin/pkg-config/pkg-config.1 2006/11/28 01:40:21 1.4 @@ -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 .\" @@ -74,9 +74,9 @@ .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 @@ .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 @@ .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,