=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/pkg-config/pkg-config.1,v retrieving revision 1.28 retrieving revision 1.29 diff -c -r1.28 -r1.29 *** src/usr.bin/pkg-config/pkg-config.1 2012/07/08 17:32:58 1.28 --- src/usr.bin/pkg-config/pkg-config.1 2012/12/10 10:12:12 1.29 *************** *** 1,4 **** ! .\" $OpenBSD: pkg-config.1,v 1.28 2012/07/08 17:32:58 espie Exp $ .\" .\" Copyright (c) 2006 Chris Kuethe .\" --- 1,4 ---- ! .\" $OpenBSD: pkg-config.1,v 1.29 2012/12/10 10:12:12 jasper Exp $ .\" .\" Copyright (c) 2006 Chris Kuethe .\" *************** *** 14,20 **** .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: July 8 2012 $ .Dt PKG-CONFIG 1 .Os .Sh NAME --- 14,20 ---- .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: December 10 2012 $ .Dt PKG-CONFIG 1 .Os .Sh NAME *************** *** 84,89 **** --- 84,92 ---- Enable internal development and debugging messages. .It Cm --errors-to-stdout Direct error messages to stdout rather than stderr. + .It Cm --exact-version Ar version + Exit with error if the specified packages's version does not equal the + specified version. .It Cm --exists Return true if all the specified packages are installed. This is the default operation. *************** *** 102,107 **** --- 105,113 ---- compile against the package. .It Cm --list-all List all installed packages and exit. + .It Cm --max-version Ar version + Exit with error if the specified package's version is greater than + the specified version. .It Cm --modversion Fetch package version. If no package is given,