add "config" command entry in amadmin.8 man page
Nathan Stratton Treadway <[email protected]>
| Newsgroups | gmane.comp.archivers.amanda.devel |
|---|---|
| Message-ID | <[email protected]> |
I noticed that although it is mentioned in passing under the --no-default and --print-source options, the amadmin.8 man page does not actually mention the "config" command anywhere in the COMMANDS section.... So, here's a quick patch to add that -- and also add a couple related manpage cross-references. (I've tried to simply copy existing XML chunks, but unfortunately I don't currently have an environment where I can build the man pages from source, and I'm not too familiar with DocBook, so it's certainly possible that a little tweaking of this patch will be necessary.) Nathan ---------------------------------------------------------------------------- Nathan Stratton Treadway - [email protected] - Mid-Atlantic region Ray Ontko & Co. - Software consulting services - http://www.ontko.com/ GPG Key: http://www.ontko.com/~nathanst/gpg_key.txt ID: 1023D/ECFB6239 Key fingerprint = 6AD8 485E 20B9 5C71 231C 0C32 15F3 ADCD ECFB 6239
mention_amadmin-config_in_man_pages.patch
(text/x-diff, 1.6 KB)
diff --git a/man/xml-source/amadmin.8.xml b/man/xml-source/amadmin.8.xml index 4ff142d..e077858 100644 --- a/man/xml-source/amadmin.8.xml +++ b/man/xml-source/amadmin.8.xml @@ -330,6 +330,13 @@ and insert them into the database on this machine.</para> </listitem> </varlistentry> <varlistentry> + <term><emphasis remap='B'>config</emphasis></term> + <listitem> +<para>Dump the full internal representation of this config, in text format. +</para> + </listitem> + </varlistentry> + <varlistentry> <term><emphasis remap='B'>disklist</emphasis> [ <emphasis remap='I'>hostname</emphasis> [ <emphasis remap='I'>disks</emphasis> ]* ]*</term> <listitem> <para>Display the &disklist; diff --git a/man/xml-source/amanda.conf.5.xml b/man/xml-source/amanda.conf.5.xml index 5387e38..d0f6272 100644 --- a/man/xml-source/amanda.conf.5.xml +++ b/man/xml-source/amanda.conf.5.xml @@ -3735,6 +3735,8 @@ You can have multiple vault entry.</para> <manref name="amanda-interactivity" vol="7"/>, <manref name="amanda-scripts" vol="7"/> <manref name="amanda-taperscan" vol="7"/> +<manref name="amgetconf" vol="8"/> +<manref name="amadmin" vol="8"/> (<emphasis remap="I">config</emphasis> command) </seealso> diff --git a/man/xml-source/amgetconf.8.xml b/man/xml-source/amgetconf.8.xml index cab7944..0b70c20 100644 --- a/man/xml-source/amgetconf.8.xml +++ b/man/xml-source/amgetconf.8.xml @@ -308,6 +308,7 @@ Fedora <seealso> <manref name="amanda.conf" vol="5"/>, <manref name="amanda-client.conf" vol="5"/> +<manref name="amadmin" vol="8"/> (<emphasis remap="I">config</emphasis> command) </seealso> </refentry>