[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.8 and 1.9

version 1.8, 2006/11/29 16:27:49 version 1.9, 2006/11/29 19:31:17
Line 80 
Line 80 
 Direct error messages to stdout rather than stderr.  Direct error messages to stdout rather than stderr.
 .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 if no other option is given.  This is the default operation.
 .It Cm --help  .It Cm --help \*(Ba --usage
 Print a help message and exit.  Print a help message and exit.
 .It Cm --libs  .It Cm --libs
 Return all linker flags required to link against the package.  Return all linker flags required to link against the package.
Line 103 
Line 103 
 returns its own version.  returns its own version.
 .It Cm --print-errors  .It Cm --print-errors
 Print error messages and exit with an error when errors occur.  Print error messages and exit with an error when errors occur.
 This is the default.  This is the default operation.
 .It Cm --silence-errors  .It Cm --silence-errors
 Do not print error messages, just exit with an error.  Do not print error messages, just exit with an error.
 .It Cm --static  .It Cm --static
Line 112 
Line 112 
 Allow packages not controlled by  Allow packages not controlled by
 .Nm  .Nm
 to be used.  to be used.
 .It Cm --usage  
 Print a help message and exit.  
 .It Cm --variable Ar name  .It Cm --variable Ar name
 Fetch the value of the named variable.  Fetch the value of the named variable.
 .It Cm --version  .It Cm --version
Line 121 
Line 119 
 .Nm  .Nm
 and exit.  and exit.
 .El  .El
   .Pp
   .Ex -std pkg-config
 .Sh ENVIRONMENT  .Sh ENVIRONMENT
 .Bl -tag -width PKG_CONFIG_PATH  .Bl -tag -width PKG_CONFIG_PATH
 .It Ev PKG_CONFIG_PATH  .It Ev PKG_CONFIG_PATH

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9