1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
|
.\" -*- nroff -*-
.\" ----------------------------------------------------------------------
.\" Copyright 2001 by Ardo van Rangelrooij.
.\"
.\" This is free software; see the GNU General Public Licence version 2
.\" or later for copying conditions. There is NO warranty.
.\" ----------------------------------------------------------------------
.\"
.\" ----------------------------------------------------------------------
.TH UPDATE-PERL-SAX-PARSERS 8 "Dec 2001" "0.1" "Debian"
.\"
.\" ----------------------------------------------------------------------
.SH NAME
update-perl-sax-parsers \- update Perl SAX parser module info files
.\"
.\" ----------------------------------------------------------------------
.SH SYNOPSIS
.B update-perl-sax-parsers
.RI [ options ]
.B --add
.I parser_module
.PP
.B update-perl-sax-parsers
.RI [ options ]
.B --remove
.I parser_module
.PP
.B update-perl-sax-parsers
.RI [ options ]
.B --update
.\"
.\" ----------------------------------------------------------------------
.SH DESCRIPTION
.B update-perl-sax-parsers
inserts, updates and removes individual Perl SAX parser module info
files in the directory
.I /etc/XML/SAX/ParserDetails.d
and the overall Perl SAX parser modules info file
.IR /etc/XML/SAX/ParserDetails.ini .
.\"
.\" ----------------------------------------------------------------------
.SH OPTIONS
.TP
.B --add
Adds a Perl SAX parser module info file to the directory
.IR /etc/XML/SAX/ParserDetails.d .
.TP
.B --remove
Removes a Perl SAX parser module info file
from the directory
.IR /etc/XML/SAX/ParserDetails.d .
.TP
.B --update
updates the overall Perl SAX parser modules info file
.IR /etc/XML/SAX/ParserDetails.ini .
.TP
.B --quiet
Prevents the usual diagnostic output.
.TP
.B --test
Prevents the update of the individual Perl SAX parser module info file and
the overall Perl SAX parser modules info file.
.TP
.B --version
Displays the version information and exits.
.TP
.B --help
Display the usage information and exits.
.\"
.\" ----------------------------------------------------------------------
.SH COPYRIGHT
Copyright 2001, Ardo van Rangelrooij.
.PP
This is free software; see the GNU General Public Licence version 2 or
later for copying conditions. There is
.I no
warranty.
.\"
.\" ----------------------------------------------------------------------
|