Imported Upstream version 2.6.0

This commit is contained in:
arnaud.quette@free.fr 2011-01-26 10:35:08 +01:00
parent 26fb71b504
commit 459aaf9392
510 changed files with 40508 additions and 18859 deletions

View file

@ -0,0 +1,46 @@
LIBUPSCLIENT-CONFIG(1)
======================
NAME
----
libupsclient-config - script to get information about the installed version of libupsclient
SYNOPSIS
--------
*libupsclient-config* [--version] [--libs] [--cflags]
DESCRIPTION
-----------
*libupsclient-config* is a tool that is used to determine the compiler and
linker flags that should be used to compile and link programs that use
*libupsclient* from the Network UPS Tools project.
OPTIONS
-------
*libupsclient-config* accepts the following options:
*--version*::
Print the currently installed version of *libupsclient* on the standard output.
*--libs*::
Print the linker flags that are necessary to link a *libupsclient* program.
*--cflags*::
Print the compiler flags that are necessary to compile a *libupsclient* program.
AUTHORS
-------
This manual page was written by Arnaud Quette <aquette.dev@gmail.com>.
SEE ALSO
--------
linkman:upsclient[3]
Internet resources:
~~~~~~~~~~~~~~~~~~~
The NUT (Network UPS Tools) home page: http://www.networkupstools.org/