diff options
Diffstat (limited to 'debian/patches/0001-man-share-description-of-SYSTEMD_COLORS-in-other-too.patch')
-rw-r--r-- | debian/patches/0001-man-share-description-of-SYSTEMD_COLORS-in-other-too.patch | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/debian/patches/0001-man-share-description-of-SYSTEMD_COLORS-in-other-too.patch b/debian/patches/0001-man-share-description-of-SYSTEMD_COLORS-in-other-too.patch new file mode 100644 index 0000000..63c24c9 --- /dev/null +++ b/debian/patches/0001-man-share-description-of-SYSTEMD_COLORS-in-other-too.patch @@ -0,0 +1,79 @@ +From 5489d98aa994019e06abd7aa66173a9868a5b1b4 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek@in.waw.pl> +Date: Fri, 15 Nov 2019 11:59:34 +0100 +Subject: man: share description of $SYSTEMD_COLORS in other tools + +It was only described in systemd(1), making it hard to discover. +Fixes #13561. + +The same for $SYSTEMD_URLIFY. + +I think all the tools whose man pages include less-variables.xml support +those variables. +--- + man/less-variables.xml | 20 +++++++++++++++++++- + man/systemd.xml | 19 ++----------------- + 2 files changed, 21 insertions(+), 18 deletions(-) + +diff --git a/man/less-variables.xml b/man/less-variables.xml +index eb332b56b0..334eb19871 100644 +--- a/man/less-variables.xml ++++ b/man/less-variables.xml +@@ -42,5 +42,23 @@ + the invoking terminal is determined to be UTF-8 compatible).</para></listitem> + </varlistentry> + +- </variablelist> ++ <varlistentry id='colors'> ++ <term><varname>$SYSTEMD_COLORS</varname></term> ++ ++ <listitem><para>The value must be a boolean. Controls whether colorized output should be ++ generated. This can be specified to override the decision that <command>systemd</command> makes based ++ on <varname>$TERM</varname> and what the console is connected to.</para> ++ </listitem> ++ </varlistentry> ++ ++ <varlistentry id='urlify'> ++ <term><varname>$SYSTEMD_URLIFY</varname></term> ++ ++ <listitem><para>The value must be a boolean. Controls whether clickable links should be generated in ++ the output for terminal emulators supporting this. This can be specified to override the decision that ++ <command>systemd</command> makes based on <varname>$TERM</varname> and other conditions.</para> ++ </listitem> ++ </varlistentry> ++ ++ </variablelist> + </refsect1> +diff --git a/man/systemd.xml b/man/systemd.xml +index 5287bdaba8..1ff1f34dbe 100644 +--- a/man/systemd.xml ++++ b/man/systemd.xml +@@ -873,23 +873,8 @@ + script runlevel link farms.</para></listitem> + </varlistentry> + +- <varlistentry> +- <term><varname>$SYSTEMD_COLORS</varname></term> +- +- <listitem><para>The value must be a boolean. Controls whether colorized output should be +- generated. This can be specified to override the decision that <command>systemd</command> +- makes based on <varname>$TERM</varname> and what the console is connected to.</para> +- </listitem> +- </varlistentry> +- +- <varlistentry> +- <term><varname>$SYSTEMD_URLIFY</varname></term> +- +- <listitem><para>The value must be a boolean. Controls whether clickable links should be generated in the output +- for terminal emulators supporting this. This can be specified to override the decision that +- <command>systemd</command> makes based on <varname>$TERM</varname> and other conditions.</para> +- </listitem> +- </varlistentry> ++ <xi:include href="less-variables.xml" xpointer="colors" /> ++ <xi:include href="less-variables.xml" xpointer="urlify" /> + + <varlistentry> + <term><varname>$LISTEN_PID</varname></term> +-- +2.30.2 + |