[BACK]Return to pkg-config.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / pkg-config

Diff for /src/usr.bin/pkg-config/pkg-config.1 between version 1.28 and 1.29

version 1.28, 2012/07/08 17:32:58 version 1.29, 2012/12/10 10:12:12
Line 84 
Line 84 
 Enable internal development and debugging messages.  Enable internal development and debugging messages.
 .It Cm --errors-to-stdout  .It Cm --errors-to-stdout
 Direct error messages to stdout rather than stderr.  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  .It Cm --exists
 Return true if all the specified packages are installed.  Return true if all the specified packages are installed.
 This is the default operation.  This is the default operation.
Line 102 
Line 105 
 compile against the package.  compile against the package.
 .It Cm --list-all  .It Cm --list-all
 List all installed packages and exit.  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  .It Cm --modversion
 Fetch package version.  Fetch package version.
 If no package is given,  If no package is given,

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29