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/timedatectl.xml | |
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/timedatectl.xml')
-rw-r--r-- | man/timedatectl.xml | 23 |
1 files changed, 3 insertions, 20 deletions
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> |