ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/docs/statgrab/statgrab-make-mrtg-index.xml
Revision: 1.1
Committed: Mon Apr 25 12:37:22 2005 UTC (19 years ago) by tdb
Content type: text/xml
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_17, LIBSTATGRAB_0_16, LIBSTATGRAB_0_15, LIBSTATGRAB_0_14, LIBSTATGRAB_0_13, LIBSTATGRAB_0_12, HEAD
Log Message:
Add manpages for the various tools.

File Contents

# Content
1 <?xml version="1.0"?>
2
3 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
4 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
5
6 <refentry id="statgrab-make-mrtg-index">
7
8 <refentryinfo>
9 <date>$Date$</date>
10 <releaseinfo>$Id$</releaseinfo>
11 </refentryinfo>
12
13 <refmeta>
14 <refentrytitle>statgrab-make-mrtg-index</refentrytitle>
15 <manvolnum>1</manvolnum>
16 <refmiscinfo>i-scream</refmiscinfo>
17 </refmeta>
18
19 <refnamediv>
20 <refname>statgrab-make-mrtg-index</refname>
21 <refpurpose>generates MRTG configuration</refpurpose>
22 </refnamediv>
23
24 <refsynopsisdiv>
25 <cmdsynopsis>
26 <command>statgrab-make-mrtg-index</command>
27 <arg rep='repeat' choice='opt'>OPTION</arg>
28 <arg rep='repeat'>CONFIGFILE</arg>
29 </cmdsynopsis>
30 </refsynopsisdiv>
31
32 <refsect1>
33 <title>Description</title>
34 <para>
35 <command>statgrab-make-mrtg-index</command> generates an XHTML
36 index page from MRTG configuration files specified on the
37 command line or read from stdin.
38 </para>
39 </refsect1>
40
41 <refsect1>
42 <title>Options</title>
43 <para>
44 The following options are supported.
45 </para>
46 <variablelist>
47 <varlistentry>
48 <term><option>--title</option> <replaceable>TITLE</replaceable></term>
49 <listitem>
50 <para>
51 Use TITLE as the title of the generated page
52 </para>
53 </listitem>
54 </varlistentry>
55 <varlistentry>
56 <term><option>--help</option></term>
57 <listitem>
58 <para>
59 Display help and exit
60 </para>
61 </listitem>
62 </varlistentry>
63 </variablelist>
64 </refsect1>
65
66 <refsect1>
67 <title>See Also</title>
68
69 <simplelist type="inline">
70 <member>
71 <citerefentry>
72 <refentrytitle>statgrab</refentrytitle>
73 <manvolnum>1</manvolnum>
74 </citerefentry>
75 <citerefentry>
76 <refentrytitle>statgrab-make-mrtg-config</refentrytitle>
77 <manvolnum>1</manvolnum>
78 </citerefentry>
79 </member>
80 </simplelist>
81 </refsect1>
82
83 <refsect1>
84 <title>Authors</title>
85 <para>
86 This man page was derived from the man page written by Bartosz
87 Fenski for the Debian GNU/Linux distribution.
88 </para>
89 </refsect1>
90
91 <refsect1>
92 <title>Website</title>
93
94 <simplelist type="vert">
95 <member>
96 <ulink url="http://www.i-scream.org/libstatgrab/">
97 http://www.i-scream.org/libstatgrab/
98 </ulink>
99 </member>
100 </simplelist>
101 </refsect1>
102
103 </refentry>