]> git.pld-linux.org Git - packages/libxml.git/blob - libxml-man.patch
- added urlbound patch (fixes buffer overflows, CAN-2004-0110)
[packages/libxml.git] / libxml-man.patch
1 --- libxml-1.8.17.orig/debian/xml-config.1
2 +++ libxml-1.8.17/debian/xml-config.1
3 @@ -0,0 +1,32 @@
4 +.TH GNOME-XML 1 "3 July 1999" Version 1.1.0
5 +.SH NAME
6 +xml-config - script to get information about the installed version of GNOME-XML
7 +.SH SYNOPSIS
8 +.B xml-config
9 +[\-\-prefix\fI[=DIR]\fP] [\-\-libs] [\-\-cflags] [\-\-version] [\-\-help]
10 +.SH DESCRIPTION
11 +\fIxml-config\fP is a tool that is used to determine the compile and
12 +linker flags that should be used to compile and link programs that use
13 +\fIGNOME-XML\fP.
14 +.
15 +.SH OPTIONS
16 +.l
17 +\fIxml-config\fP accepts the following options:
18 +.TP 8
19 +.B  \-\-version
20 +Print the currently installed version of \fIGNOME-XML\fP on the standard output.
21 +.TP 8
22 +.B  \-\-libs
23 +Print the linker flags that are necessary to link a \fIGNOME-XML\fP program.
24 +.TP 8
25 +.B  \-\-cflags
26 +Print the compiler flags that are necessary to compile a \fIGNOME-XML\fP program.
27 +.TP 8
28 +.B  \-\-prefix=PREFIX
29 +If specified, use PREFIX instead of the installation prefix that
30 +\fIGNOME-XML\fP was built with when computing the output for the
31 +\-\-cflags and \-\-libs options. This option must be specified before
32 +any \-\-libs or \-\-cflags options.
33 +.SH AUTHOR
34 +This manual page was written by Fredrik Hallenberg <hallon@lysator.liu.se>,
35 +for the Debian GNU/linux system (but may be used by others).
This page took 0.095477 seconds and 3 git commands to generate.