diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-02-12 00:55:38 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-02-12 01:10:31 -0500 |
commit | 21ac6ff143cc8bebfbd1818af28e8c6f82cd5265 (patch) | |
tree | a61fe8976bb0253d567db8621f3cb7de6d378aa2 /man | |
parent | f366d58dc1fe51b300167446597750d29687c3c5 (diff) |
man: use xinclude to de-deduplicate common text
I only tested with python-lxml. I'm not sure if xml.etree should be
deprecated.
Diffstat (limited to 'man')
-rw-r--r-- | man/journalctl.xml | 23 | ||||
-rw-r--r-- | man/less-variables.xml | 29 | ||||
-rw-r--r-- | man/localectl.xml | 23 | ||||
-rw-r--r-- | man/loginctl.xml | 23 | ||||
-rw-r--r-- | man/machinectl.xml | 23 | ||||
-rw-r--r-- | man/systemctl.xml | 25 | ||||
-rw-r--r-- | man/systemd-analyze.xml | 25 | ||||
-rw-r--r-- | man/timedatectl.xml | 23 |
8 files changed, 50 insertions, 144 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml index 18a1b9ef2d..8890c64a41 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -21,7 +21,8 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. --> -<refentry id="journalctl"> +<refentry id="journalctl" + xmlns:xi="http://www.w3.org/2001/XInclude"> <refentryinfo> <title>journalctl</title> @@ -875,25 +876,7 @@ failure code is returned.</para> </refsect1> - <refsect1> - <title>Environment</title> - - <variablelist class='environment-variables'> - <varlistentry> - <term><varname>$SYSTEMD_PAGER</varname></term> - <listitem><para>Pager to use when - <option>--no-pager</option> is not given; - overrides <varname>$PAGER</varname>. Setting - this to an empty string or the value - <literal>cat</literal> is equivalent to passing - <option>--no-pager</option>.</para></listitem> - <term><varname>$SYSTEMD_LESS</varname></term> - <listitem><para><varname>$SYSTEMD_LESS</varname> overrides the - default options passed to <literal>less</literal> - (<literal>FRSXMK</literal>).</para></listitem> - </varlistentry> - </variablelist> - </refsect1> + <xi:include href="less-variables.xml" /> <refsect1> <title>Examples</title> diff --git a/man/less-variables.xml b/man/less-variables.xml new file mode 100644 index 0000000000..09cbd42c2f --- /dev/null +++ b/man/less-variables.xml @@ -0,0 +1,29 @@ +<?xml version="1.0"?> +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" + "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"> + +<refsect1> + <title>Environment</title> + + <variablelist class='environment-variables'> + <varlistentry> + <term><varname>$SYSTEMD_PAGER</varname></term> + + <listitem><para>Pager to use when + <option>--no-pager</option> is not given; + overrides <varname>$PAGER</varname>. Setting + this to an empty string or the value + <literal>cat</literal> is equivalent to passing + <option>--no-pager</option>.</para></listitem> + </varlistentry> + + <varlistentry> + <term><varname>$SYSTEMD_LESS</varname></term> + + <listitem><para>Override the default + options passed to + <command>less</command> + (<literal>FRSXMK</literal>).</para></listitem> + </varlistentry> + </variablelist> +</refsect1> diff --git a/man/localectl.xml b/man/localectl.xml index 238757c2e5..09e8d41e7d 100644 --- a/man/localectl.xml +++ b/man/localectl.xml @@ -21,7 +21,8 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. --> -<refentry id="localectl" conditional='ENABLE_LOCALED'> +<refentry id="localectl" conditional='ENABLE_LOCALED' + xmlns:xi="http://www.w3.org/2001/XInclude"> <refentryinfo> <title>localectl</title> @@ -253,25 +254,7 @@ code otherwise.</para> </refsect1> - <refsect1> - <title>Environment</title> - - <variablelist class='environment-variables'> - <varlistentry> - <term><varname>$SYSTEMD_PAGER</varname></term> - <listitem><para>Pager to use when - <option>--no-pager</option> is not given; - overrides <varname>$PAGER</varname>. Setting - this to an empty string or the value - <literal>cat</literal> is equivalent to passing - <option>--no-pager</option>.</para></listitem> - <term><varname>$SYSTEMD_LESS</varname></term> - <listitem><para><varname>$SYSTEMD_LESS</varname> overrides the - default options passed to <literal>less</literal> - (<literal>FRSXMK</literal>).</para></listitem> - </varlistentry> - </variablelist> - </refsect1> + <xi:include href="less-variables.xml" /> <refsect1> <title>See Also</title> diff --git a/man/loginctl.xml b/man/loginctl.xml index ede869f394..38f099edcc 100644 --- a/man/loginctl.xml +++ b/man/loginctl.xml @@ -21,7 +21,8 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. --> -<refentry id="loginctl" conditional='ENABLE_LOGIND'> +<refentry id="loginctl" conditional='ENABLE_LOGIND' + xmlns:xi="http://www.w3.org/2001/XInclude"> <refentryinfo> <title>loginctl</title> @@ -474,25 +475,7 @@ code otherwise.</para> </refsect1> - <refsect1> - <title>Environment</title> - - <variablelist class='environment-variables'> - <varlistentry> - <term><varname>$SYSTEMD_PAGER</varname></term> - <listitem><para>Pager to use when - <option>--no-pager</option> is not given; - overrides <varname>$PAGER</varname>. Setting - this to an empty string or the value - <literal>cat</literal> is equivalent to passing - <option>--no-pager</option>.</para></listitem> - <term><varname>$SYSTEMD_LESS</varname></term> - <listitem><para><varname>$SYSTEMD_LESS</varname> overrides the - default options passed to <literal>less</literal> - (<literal>FRSXMK</literal>).</para></listitem> - </varlistentry> - </variablelist> - </refsect1> + <xi:include href="less-variables.xml" /> <refsect1> <title>See Also</title> diff --git a/man/machinectl.xml b/man/machinectl.xml index 2e7fa3bf8d..5c30c449da 100644 --- a/man/machinectl.xml +++ b/man/machinectl.xml @@ -21,7 +21,8 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. --> -<refentry id="machinectl" conditional='ENABLE_MACHINED'> +<refentry id="machinectl" conditional='ENABLE_MACHINED' + xmlns:xi="http://www.w3.org/2001/XInclude"> <refentryinfo> <title>machinectl</title> @@ -299,25 +300,7 @@ code otherwise.</para> </refsect1> - <refsect1> - <title>Environment</title> - - <variablelist class='environment-variables'> - <varlistentry> - <term><varname>$SYSTEMD_PAGER</varname></term> - <listitem><para>Pager to use when - <option>--no-pager</option> is not given; - overrides <varname>$PAGER</varname>. Setting - this to an empty string or the value - <literal>cat</literal> is equivalent to passing - <option>--no-pager</option>.</para></listitem> - <term><varname>$SYSTEMD_LESS</varname></term> - <listitem><para><varname>$SYSTEMD_LESS</varname> overrides the - default options passed to <literal>less</literal> - (<literal>FRSXMK</literal>).</para></listitem> - </varlistentry> - </variablelist> - </refsect1> + <xi:include href="less-variables.xml" /> <refsect1> <title>See Also</title> diff --git a/man/systemctl.xml b/man/systemctl.xml index 1b0f8e5e2d..906399c3bd 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -21,7 +21,8 @@ You should have received a copy of the GNU Lesser General Public License along with systemd; If not, see <http://www.gnu.org/licenses/>. --> -<refentry id="systemctl"> +<refentry id="systemctl" + xmlns:xi="http://www.w3.org/2001/XInclude"> <refentryinfo> <title>systemctl</title> @@ -1465,27 +1466,7 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service code otherwise.</para> </refsect1> - <refsect1> - <title>Environment</title> - - <variablelist class='environment-variables'> - <varlistentry> - <term><varname>$SYSTEMD_PAGER</varname></term> - - <listitem> - <para>Pager to use when <option>--no-pager</option> is not - given; overrides <varname>$PAGER</varname>. Setting this to - an empty string or the value <literal>cat</literal> is - equivalent to passing - <option>--no-pager</option>.</para> - </listitem> - <term><varname>$SYSTEMD_LESS</varname></term> - <listitem><para><varname>$SYSTEMD_LESS</varname> overrides the - default options passed to <literal>less</literal> - (<literal>FRSXMK</literal>).</para></listitem> - </varlistentry> - </variablelist> - </refsect1> + <xi:include href="less-variables.xml" /> <refsect1> <title>See Also</title> diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml index 54479e4876..de6c2bee2f 100644 --- a/man/systemd-analyze.xml +++ b/man/systemd-analyze.xml @@ -21,7 +21,8 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. --> -<refentry id="systemd-analyze"> +<refentry id="systemd-analyze" + xmlns:xi="http://www.w3.org/2001/XInclude"> <refentryinfo> <title>systemd-analyze</title> @@ -321,27 +322,7 @@ $ eog targets.svg</programlisting> </refsect1> - <refsect1> - <title>Environment</title> - - <variablelist class='environment-variables'> - <varlistentry> - <term><varname>$SYSTEMD_PAGER</varname></term> - - <listitem> - <para>Pager to use when <option>--no-pager</option> is not - given; overrides <varname>$PAGER</varname>. Setting this to - an empty string or the value <literal>cat</literal> is - equivalent to passing - <option>--no-pager</option>.</para> - </listitem> - <term><varname>$SYSTEMD_LESS</varname></term> - <listitem><para><varname>$SYSTEMD_LESS</varname> overrides the - default options passed to <literal>less</literal> - (<literal>FRSXMK</literal>).</para></listitem> - </varlistentry> - </variablelist> - </refsect1> + <xi:include href="less-variables.xml" /> <refsect1> <title>See Also</title> diff --git a/man/timedatectl.xml b/man/timedatectl.xml index be66993e15..6bf277d69a 100644 --- a/man/timedatectl.xml +++ b/man/timedatectl.xml @@ -21,7 +21,8 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. --> -<refentry id="timedatectl" conditional='ENABLE_TIMEDATED'> +<refentry id="timedatectl" conditional='ENABLE_TIMEDATED' + xmlns:xi="http://www.w3.org/2001/XInclude"> <refentryinfo> <title>timedatectl</title> @@ -227,25 +228,7 @@ code otherwise.</para> </refsect1> - <refsect1> - <title>Environment</title> - - <variablelist class='environment-variables'> - <varlistentry> - <term><varname>$SYSTEMD_PAGER</varname></term> - <listitem><para>Pager to use when - <option>--no-pager</option> is not given; - overrides <varname>$PAGER</varname>. Setting - this to an empty string or the value - <literal>cat</literal> is equivalent to passing - <option>--no-pager</option>.</para></listitem> - <term><varname>$SYSTEMD_LESS</varname></term> - <listitem><para><varname>$SYSTEMD_LESS</varname> overrides the - default options passed to <literal>less</literal> - (<literal>FRSXMK</literal>).</para></listitem> - </varlistentry> - </variablelist> - </refsect1> + <xi:include href="less-variables.xml" /> <refsect1> <title>Examples</title> |