Replace tabs with spaces (except in Makefile :)

This commit is contained in:
Pierre Labastie 2022-09-11 18:22:05 +02:00
parent 484f776714
commit 4e207bb418
29 changed files with 100 additions and 101 deletions

View File

@ -150,8 +150,7 @@
<!-- dev note: ./b2 - -prefix=<DESTDIR>/usr install threading=multi link=shared --> <!-- dev note: ./b2 - -prefix=<DESTDIR>/usr install threading=multi link=shared -->
<screen role="root"><userinput>./b2 install threading=multi link=shared <!-- &amp;&amp; <screen role="root"><userinput>./b2 install threading=multi link=shared</userinput></screen>
ln -svf detail/sha1.hpp /usr/include/boost/uuid/sha1.hpp--></userinput></screen>
</sect2> </sect2>

View File

@ -226,9 +226,9 @@ cp -r ../docs/reference/{gio,glib,gobject} /usr/share/doc/glib-&glib2-version;</
<warning> <warning>
<para> <para>
Do not run the test suite as &root; or some tests will fail Do not run the test suite as &root; or some tests will fail
unexpectedly and leave some non-FHS-compliant directories in the unexpectedly and leave some non-FHS-compliant directories in the
<filename class='directory'>/usr</filename> hierarchy. <filename class='directory'>/usr</filename> hierarchy.
</para> </para>
</warning> </warning>

View File

@ -155,7 +155,7 @@
parameter is also needed for <command>make gui</command>, because parameter is also needed for <command>make gui</command>, because
its value would be hardcoded into the gui executable. Note that the its value would be hardcoded into the gui executable. Note that the
trailing <quote>/</quote> is necessary. trailing <quote>/</quote> is necessary.
</para> </para>
</sect2> </sect2>
<sect2 role="content"> <sect2 role="content">

View File

@ -75,7 +75,7 @@
<listitem> <listitem>
<para> <para>
Required patch: Required patch:
<ulink url="&patch-root;/exiv2-&exiv2-version;-security_fixes-1.patch"/> <ulink url="&patch-root;/exiv2-&exiv2-version;-security_fixes-1.patch"/>
</para> </para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>

View File

@ -159,8 +159,8 @@ chown -R git:git .</userinput></screen>
<screen role="nodump"><userinput>cat &gt; ~/.gitconfig &lt;&lt;EOF <screen role="nodump"><userinput>cat &gt; ~/.gitconfig &lt;&lt;EOF
[user] [user]
name = &lt;users-name&gt; name = &lt;users-name&gt;
email = &lt;users-email-address&gt; email = &lt;users-email-address&gt;
EOF</userinput></screen> EOF</userinput></screen>
<para> <para>

View File

@ -22,7 +22,7 @@
<title>Introduction to Test::Exception</title> <title>Introduction to Test::Exception</title>
<para> <para>
Test::Exception provides convenience methods for testing exception Test::Exception provides convenience methods for testing exception
based code. based code.
</para> </para>

View File

@ -68,7 +68,7 @@
The tests hang if you are using openssl-1.1.1. They similarly The tests hang if you are using openssl-1.1.1. They similarly
hang if you are using openssl-1.1.0 and Net::SSLeay has had the hang if you are using openssl-1.1.0 and Net::SSLeay has had the
patch for 1.1.1 applied. patch for 1.1.1 applied.
Therefore, running them is at the moment not recommended. Therefore, running them is at the moment not recommended.
If you are on the old version of openssl and did not apply the If you are on the old version of openssl and did not apply the
patch, you can run 'make test' in the normal way. patch, you can run 'make test' in the normal way.
If you are using the cpan method of installation, use the -T If you are using the cpan method of installation, use the -T

View File

@ -112,7 +112,7 @@
<xref linkend="bluez"/>, <xref linkend="bluez"/>,
<xref linkend="gdb"/> (required for some tests), <xref linkend="gdb"/> (required for some tests),
<xref linkend="valgrind"/>, and <xref linkend="valgrind"/>, and
<ulink url="https://www.bytereef.org/mpdecimal/">libmpdec</ulink> <ulink url="https://www.bytereef.org/mpdecimal/">libmpdec</ulink>
</para> </para>
<bridgehead renderas="sect4">Optional (For Additional Modules)</bridgehead> <bridgehead renderas="sect4">Optional (For Additional Modules)</bridgehead>
@ -208,7 +208,7 @@ make</userinput></screen>
<para> <para>
<option>--with-lto</option>: This optional switch enables thick Link <option>--with-lto</option>: This optional switch enables thick Link
Time Optimization. Unusually, it creates a much larger <filename Time Optimization. Unusually, it creates a much larger <filename
class="libraryfile">/usr/lib/python&python3-majorver;/config-&python3-majorver;-&lt;arch&gt;-linux-gnu/libpython&python3-majorver;.a</filename> class="libraryfile">/usr/lib/python&python3-majorver;/config-&python3-majorver;-&lt;arch&gt;-linux-gnu/libpython&python3-majorver;.a</filename>
with a small increase in the time to compile with a small increase in the time to compile
<application>Python</application>. Run-time results do not appear to show <application>Python</application>. Run-time results do not appear to show
any benefit from doing this. any benefit from doing this.

View File

@ -13,7 +13,7 @@
can 'mkdir /tmp/RUST ; cp -a install/* /tmp/RUST' and then run 'du -sch' can 'mkdir /tmp/RUST ; cp -a install/* /tmp/RUST' and then run 'du -sch'
to measure it, or du -sm to look at the size of the build tree before and to measure it, or du -sm to look at the size of the build tree before and
after the tests. --> after the tests. -->
<!ENTITY rust-buildsize "8.8 GB (472 MB installed) including 266 MB of ~/.cargo files for the user building this. Add 6.9 GB including extra 243 MB of ~/.cargo files if running the tests"> <!ENTITY rust-buildsize "8.8 GB (472 MB installed) including 266 MB of ~/.cargo files for the user building this. Add 6.9 GB including extra 243 MB of ~/.cargo files if running the tests">
<!ENTITY rust-time "20 SBU (including download time; add 13 SBU for tests, both on a 4-core machine)"> <!ENTITY rust-time "20 SBU (including download time; add 13 SBU for tests, both on a 4-core machine)">
]> ]>

View File

@ -87,7 +87,7 @@
<listitem> <listitem>
<para> <para>
Required patch for building with <xref linkend="apr"/>: Required patch for building with <xref linkend="apr"/>:
<ulink url="&patch-root;/subversion-&subversion-version;-apr_1.7.0_fix-1.patch"/> <ulink url="&patch-root;/subversion-&subversion-version;-apr_1.7.0_fix-1.patch"/>
</para> </para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>

View File

@ -185,7 +185,7 @@ cp -v -R Doc/* /usr/share/doc/swig-&swig-version;</userinput></screen>
<seg> <seg>
None None
</seg> </seg>
<seg> <seg>
/usr/share/doc/swig-&swig-version; and /usr/share/doc/swig-&swig-version; and
/usr/share/swig /usr/share/swig
</seg> </seg>

View File

@ -198,7 +198,7 @@ EOF</userinput></screen>
--> -->
<para> <para>
To start the <command>accounts-daemon</command> daemon at boot, To start the <command>accounts-daemon</command> daemon at boot,
enable the previously installed systemd unit enable the previously installed systemd unit
by running the following command as the by running the following command as the
<systemitem class="username">root</systemitem> user: <systemitem class="username">root</systemitem> user:
</para> </para>

View File

@ -1,27 +1,27 @@
#!/bin/sh #!/bin/sh
if [ "$1" = sysv ]; then if [ "$1" = sysv ]; then
SYSV="INCLUDE" SYSV="INCLUDE"
SYSTEMD="IGNORE " SYSTEMD="IGNORE "
elif [ "$1" = systemd ]; then elif [ "$1" = systemd ]; then
SYSV="IGNORE " SYSV="IGNORE "
SYSTEMD="INCLUDE" SYSTEMD="INCLUDE"
else else
echo You must provide either \"sysv\" or \"systemd\" as argument echo You must provide either \"sysv\" or \"systemd\" as argument
exit 1 exit 1
fi fi
echo "<!ENTITY % sysv \"$SYSV\">" > conditional.ent echo "<!ENTITY % sysv \"$SYSV\">" > conditional.ent
echo "<!ENTITY % systemd \"$SYSTEMD\">" >> conditional.ent echo "<!ENTITY % systemd \"$SYSTEMD\">" >> conditional.ent
if ! git status > /dev/null; then if ! git status > /dev/null; then
# Either it's not a git repository, or git is unavaliable. # Either it's not a git repository, or git is unavaliable.
# Just workaround. # Just workaround.
echo "<!ENTITY year \"????\">" > version.ent echo "<!ENTITY year \"????\">" > version.ent
echo "<!ENTITY version \"unknown\">" >> version.ent echo "<!ENTITY version \"unknown\">" >> version.ent
echo "<!ENTITY releasedate \"unknown\">" >> version.ent echo "<!ENTITY releasedate \"unknown\">" >> version.ent
echo "<!ENTITY pubdate \"unknown\">" >> version.ent echo "<!ENTITY pubdate \"unknown\">" >> version.ent
exit 0 exit 0
fi fi
export LC_ALL=en_US.utf8 export LC_ALL=en_US.utf8
@ -36,10 +36,10 @@ day_digit=$(date --date "$commit_date" "+%d")
day=$(echo $day_digit | sed 's/^0//') day=$(echo $day_digit | sed 's/^0//')
case $day in case $day in
"1" | "21" | "31" ) suffix="st";; "1" | "21" | "31" ) suffix="st";;
"2" | "22" ) suffix="nd";; "2" | "22" ) suffix="nd";;
"3" | "23" ) suffix="rd";; "3" | "23" ) suffix="rd";;
* ) suffix="th";; * ) suffix="th";;
esac esac
full_date="$month $day$suffix, $year" full_date="$month $day$suffix, $year"
@ -48,7 +48,7 @@ sha="$(git describe --abbrev=1)"
version=$(echo "$sha" | sed 's/-g[^-]*$//') version=$(echo "$sha" | sed 's/-g[^-]*$//')
if [ "$(git diff HEAD | wc -l)" != "0" ]; then if [ "$(git diff HEAD | wc -l)" != "0" ]; then
version="$version+" version="$version+"
fi fi
echo "<!ENTITY year \"$year\">" > version.ent echo "<!ENTITY year \"$year\">" > version.ent

View File

@ -75,7 +75,7 @@
<listitem> <listitem>
<para> <para>
Required patch: Required patch:
<ulink url="&patch-root;/cheese-&cheese-version;-upstream_fixes-1.patch"/> <ulink url="&patch-root;/cheese-&cheese-version;-upstream_fixes-1.patch"/>
</para> </para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>

View File

@ -144,7 +144,7 @@ ninja</userinput></screen>
<screen role="root"><userinput>ninja install</userinput></screen> <screen role="root"><userinput>ninja install</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gsettings-destdir.xml"/> href="../../xincludes/gsettings-destdir.xml"/>
</sect2> </sect2>

View File

@ -111,8 +111,8 @@
<xref linkend="libxkbcommon"/>, <xref linkend="libxkbcommon"/>,
<xref linkend="neon"/>, <xref linkend="neon"/>,
<xref linkend="nettle"/> or <xref linkend="libgcrypt"/> <xref linkend="nettle"/> or <xref linkend="libgcrypt"/>
(for SSL support in hls plugin, if both are not installed OpenSSL will (for SSL support in hls plugin, if both are not installed OpenSSL will
be used instead), be used instead),
<xref linkend="opencv"/> (with additional modules), <xref linkend="opencv"/> (with additional modules),
<xref linkend="openjpeg2"/>, <xref linkend="openjpeg2"/>,
<xref linkend="opus"/>, <xref linkend="opus"/>,

View File

@ -150,7 +150,7 @@
<!--<ulink url="http://xavs.sourceforge.net/">libxavs</ulink> (SVN checkout),--> <!--<ulink url="http://xavs.sourceforge.net/">libxavs</ulink> (SVN checkout),-->
<ulink url="https://openal.org/">OpenAL</ulink>, <ulink url="https://openal.org/">OpenAL</ulink>,
<ulink url="https://sourceforge.net/projects/opencore-amr">OpenCore AMR</ulink>, <ulink url="https://sourceforge.net/projects/opencore-amr">OpenCore AMR</ulink>,
<ulink url="https://github.com/Haivision/srt">Srt</ulink>, <ulink url="https://github.com/Haivision/srt">Srt</ulink>,
<ulink url="https://sourceforge.net/projects/schrodinger/">Schroedinger</ulink>, <ulink url="https://sourceforge.net/projects/schrodinger/">Schroedinger</ulink>,
<ulink url="http://www.twolame.org/">TwoLAME</ulink>, <ulink url="http://www.twolame.org/">TwoLAME</ulink>,
<ulink url="https://sourceforge.net/projects/opencore-amr/files/vo-aacenc/">vo-aaenc</ulink>, <ulink url="https://sourceforge.net/projects/opencore-amr/files/vo-aacenc/">vo-aaenc</ulink>,

View File

@ -94,7 +94,7 @@
<para role="required"> <para role="required">
Since this package uses Since this package uses
<xref role="nodep" linkend="polkit"/> for authorization, <xref role="nodep" linkend="polkit"/> for authorization,
one <xref role="runtime" linkend="polkit-agent"/> should be one <xref role="runtime" linkend="polkit-agent"/> should be
running when the functionality of this package is used. running when the functionality of this package is used.
</para> </para>

View File

@ -541,7 +541,7 @@ cp -v &lt;YOUR_BLOBS&gt; /lib/firmware/radeon</userinput></screen>
Advanced Micro Devices, Inc. [AMD/ATI] Baffin [Radeon RX 550 640SP / RX Advanced Micro Devices, Inc. [AMD/ATI] Baffin [Radeon RX 550 640SP / RX
560/560X] needs Polaris11 firmware. There is a table of "Family, Chipset 560/560X] needs Polaris11 firmware. There is a table of "Family, Chipset
name, Product name and Firmware" at the end of the Kernel sections in name, Product name and Firmware" at the end of the Kernel sections in
<ulink url="https://wiki.gentoo.org/wiki/AMDGPU#Known_firmware_blobs"> <ulink url="https://wiki.gentoo.org/wiki/AMDGPU#Known_firmware_blobs">
AMDGPU</ulink> page of the Gentoo wiki. AMDGPU</ulink> page of the Gentoo wiki.
</para> </para>

View File

@ -132,8 +132,8 @@ make</userinput></screen>
hierarchy. You can improve system performance and memory usage by hierarchy. You can improve system performance and memory usage by
updating <filename>/usr/share/icons/hicolor/icon-theme.cache</filename> updating <filename>/usr/share/icons/hicolor/icon-theme.cache</filename>
and <filename>/usr/share/applications/mimeinfo.cache</filename>. To and <filename>/usr/share/applications/mimeinfo.cache</filename>. To
perform the update you must have <xref linkend="desktop-file-utils"/> perform the update you must have <xref linkend="desktop-file-utils"/>
(for the desktop cache) and issue the following commands as the (for the desktop cache) and issue the following commands as the
<systemitem class="username">root</systemitem> user: <systemitem class="username">root</systemitem> user:
</para> </para>

View File

@ -142,7 +142,7 @@ cp -v policy/*.txt /usr/share/doc/tripwire-&tripwire-version;</userinput></scree
<para> <para>
Of course, you should do this with dummy passwords and change them Of course, you should do this with dummy passwords and change them
later. later.
</para> </para>
<para> <para>
@ -347,7 +347,7 @@ tripwire --init</userinput></screen>
<seglistitem> <seglistitem>
<seg>siggen, tripwire, twadmin, and twprint</seg> <seg>siggen, tripwire, twadmin, and twprint</seg>
<seg>None</seg> <seg>None</seg>
<seg>/etc/tripwire, /var/lib/tripwire, <seg>/etc/tripwire, /var/lib/tripwire,
and /usr/share/doc/tripwire-&tripwire-version;</seg> and /usr/share/doc/tripwire-&tripwire-version;</seg>
</seglistitem> </seglistitem>
</segmentedlist> </segmentedlist>

View File

@ -131,7 +131,7 @@ Oct 26 17:11:53 SRVNAME systemd[1]: Failed to start PostgreSQL database server.<
</para> </para>
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para>Create a full database backup using the old tools.</para> <para>Create a full database backup using the old tools.</para>
<para>This step creates an offline copy of the database files ready <para>This step creates an offline copy of the database files ready

View File

@ -122,7 +122,7 @@
<xref linkend="postgresql"/>, <xref linkend="postgresql"/>,
<xref linkend="sqlite"/>, <xref linkend="sqlite"/>,
<xref linkend="x-window-system"/>, <xref linkend="x-window-system"/>,
<ulink url="https://github.com/heimdal/heimdal">Heimdal GSSAPI</ulink>, and <ulink url="https://github.com/heimdal/heimdal">Heimdal GSSAPI</ulink>, and
<ulink url="http://www.trusteddomain.org/opendmarc/">OpenDMARC</ulink> <ulink url="http://www.trusteddomain.org/opendmarc/">OpenDMARC</ulink>
</para> </para>

View File

@ -181,7 +181,7 @@ chown -v postfix:postfix /var/mail</userinput></screen>
</para> </para>
<!-- We reverted to Berkeley DB-5.3.28 and that is handled <!-- We reverted to Berkeley DB-5.3.28 and that is handled
<para> <para>
The current version of <xref linkend="db"/> is not recognised by a The current version of <xref linkend="db"/> is not recognised by a
hard-coded test for known versions. To build with this version use the hard-coded test for known versions. To build with this version use the
following sed: following sed:
</para> </para>

View File

@ -465,7 +465,7 @@ EOF</userinput></screen>
<para> <para>
<application>Fontconfig</application> installs user documentation that <application>Fontconfig</application> installs user documentation that
includes an example 'User configuration file' which among other things includes an example 'User configuration file' which among other things
prefers <xref linkend="wenquanyi-zenhei"/> (a Sans font) if a prefers <xref linkend="wenquanyi-zenhei"/> (a Sans font) if a
<emphasis>Serif</emphasis> font is requested for Chinese (this part <emphasis>Serif</emphasis> font is requested for Chinese (this part
might be anachronistic unless you have non-free Chinese fonts, because might be anachronistic unless you have non-free Chinese fonts, because
in <filename>65-nonlatin.conf</filename> this font is already among the in <filename>65-nonlatin.conf</filename> this font is already among the

View File

@ -153,27 +153,27 @@
<itemizedlist spacing="compact"> <itemizedlist spacing="compact">
<listitem> <listitem>
<para> <para>
Download (HTTP): <ulink url="&x7apps-download-http;"/> Download (HTTP): <ulink url="&x7apps-download-http;"/>
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Download (FTP): <ulink url="&x7apps-download-ftp;"/> Download (FTP): <ulink url="&x7apps-download-ftp;"/>
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Download size: &x7apps-size; Download size: &x7apps-size;
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Estimated disk space required: &x7apps-buildsize; Estimated disk space required: &x7apps-buildsize;
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Estimated build time: &x7apps-time; Estimated build time: &x7apps-time;
</para> </para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
@ -358,7 +358,7 @@ done</userinput></screen>
<term><command>iceauth</command></term> <term><command>iceauth</command></term>
<listitem> <listitem>
<para> <para>
is the ICE authority file utility is the ICE authority file utility
</para> </para>
<indexterm zone="xorg7-app iceauth-x7"> <indexterm zone="xorg7-app iceauth-x7">
<primary sortas="b-iceauth">iceauth</primary> <primary sortas="b-iceauth">iceauth</primary>
@ -370,7 +370,7 @@ done</userinput></screen>
<term><command>luit</command></term> <term><command>luit</command></term>
<listitem> <listitem>
<para> <para>
provides locale and ISO 2022 support for Unicode terminals provides locale and ISO 2022 support for Unicode terminals
</para> </para>
<indexterm zone="xorg7-app luit-x7"> <indexterm zone="xorg7-app luit-x7">
<primary sortas="b-luit">luit</primary> <primary sortas="b-luit">luit</primary>
@ -382,7 +382,7 @@ done</userinput></screen>
<term><command>mkfontdir</command></term> <term><command>mkfontdir</command></term>
<listitem> <listitem>
<para> <para>
creates an index of X font files in a directory creates an index of X font files in a directory
</para> </para>
<indexterm zone="xorg7-app mkfontdir-x7"> <indexterm zone="xorg7-app mkfontdir-x7">
<primary sortas="b-mkfontdir">mkfontdir</primary> <primary sortas="b-mkfontdir">mkfontdir</primary>
@ -394,7 +394,7 @@ done</userinput></screen>
<term><command>mkfontscale</command></term> <term><command>mkfontscale</command></term>
<listitem> <listitem>
<para> <para>
creates an index of scalable font files for X creates an index of scalable font files for X
</para> </para>
<indexterm zone="xorg7-app mkfontscale-x7"> <indexterm zone="xorg7-app mkfontscale-x7">
<primary sortas="b-mkfontscale">mkfontscale</primary> <primary sortas="b-mkfontscale">mkfontscale</primary>
@ -406,7 +406,7 @@ done</userinput></screen>
<term><command>sessreg</command></term> <term><command>sessreg</command></term>
<listitem> <listitem>
<para> <para>
manages utmp/wtmp entries for non-init clients manages utmp/wtmp entries for non-init clients
</para> </para>
<indexterm zone="xorg7-app sessreg-x7"> <indexterm zone="xorg7-app sessreg-x7">
<primary sortas="b-sessreg">sessreg</primary> <primary sortas="b-sessreg">sessreg</primary>
@ -418,7 +418,7 @@ done</userinput></screen>
<term><command>setxkbmap</command></term> <term><command>setxkbmap</command></term>
<listitem> <listitem>
<para> <para>
sets the keyboard using the X Keyboard Extension sets the keyboard using the X Keyboard Extension
</para> </para>
<indexterm zone="xorg7-app setxkbmap-x7"> <indexterm zone="xorg7-app setxkbmap-x7">
<primary sortas="b-setxkbmap">setxkbmap</primary> <primary sortas="b-setxkbmap">setxkbmap</primary>
@ -430,7 +430,7 @@ done</userinput></screen>
<term><command>smproxy</command></term> <term><command>smproxy</command></term>
<listitem> <listitem>
<para> <para>
is the Session Manager Proxy is the Session Manager Proxy
</para> </para>
<indexterm zone="xorg7-app smproxy-x7"> <indexterm zone="xorg7-app smproxy-x7">
<primary sortas="b-smproxy">smproxy</primary> <primary sortas="b-smproxy">smproxy</primary>
@ -442,7 +442,7 @@ done</userinput></screen>
<term><command>x11perf</command></term> <term><command>x11perf</command></term>
<listitem> <listitem>
<para> <para>
is an X11 server performance test program is an X11 server performance test program
</para> </para>
<indexterm zone="xorg7-app x11perf-x7"> <indexterm zone="xorg7-app x11perf-x7">
<primary sortas="b-x11perf">x11perf</primary> <primary sortas="b-x11perf">x11perf</primary>
@ -454,7 +454,7 @@ done</userinput></screen>
<term><command>x11perfcomp</command></term> <term><command>x11perfcomp</command></term>
<listitem> <listitem>
<para> <para>
is an X11 server performance comparison program is an X11 server performance comparison program
</para> </para>
<indexterm zone="xorg7-app x11perfcomp-x7"> <indexterm zone="xorg7-app x11perfcomp-x7">
<primary sortas="b-x11perfcomp">x11perfcomp</primary> <primary sortas="b-x11perfcomp">x11perfcomp</primary>
@ -466,7 +466,7 @@ done</userinput></screen>
<term><command>xauth</command></term> <term><command>xauth</command></term>
<listitem> <listitem>
<para> <para>
is the X authority file utility is the X authority file utility
</para> </para>
<indexterm zone="xorg7-app xauth-x7"> <indexterm zone="xorg7-app xauth-x7">
<primary sortas="b-xauth">xauth</primary> <primary sortas="b-xauth">xauth</primary>
@ -478,7 +478,7 @@ done</userinput></screen>
<term><command>xbacklight</command></term> <term><command>xbacklight</command></term>
<listitem> <listitem>
<para> <para>
adjusts backlight brightness using RandR extension adjusts backlight brightness using RandR extension
</para> </para>
<indexterm zone="xorg7-app xbacklight-x7"> <indexterm zone="xorg7-app xbacklight-x7">
<primary sortas="b-xbacklight">xbacklight</primary> <primary sortas="b-xbacklight">xbacklight</primary>
@ -490,7 +490,7 @@ done</userinput></screen>
<term><command>xcmsdb</command></term> <term><command>xcmsdb</command></term>
<listitem> <listitem>
<para> <para>
is the Device Color Characterization utility for the X is the Device Color Characterization utility for the X
Color Management System Color Management System
</para> </para>
<indexterm zone="xorg7-app xcmsdb-x7"> <indexterm zone="xorg7-app xcmsdb-x7">
@ -503,7 +503,7 @@ done</userinput></screen>
<term><command>xcursorgen</command></term> <term><command>xcursorgen</command></term>
<listitem> <listitem>
<para> <para>
creates an X cursor file from a collection of PNG images creates an X cursor file from a collection of PNG images
</para> </para>
<indexterm zone="xorg7-app xcursorgen-x7"> <indexterm zone="xorg7-app xcursorgen-x7">
<primary sortas="b-xcursorgen">xcursorgen</primary> <primary sortas="b-xcursorgen">xcursorgen</primary>
@ -515,7 +515,7 @@ done</userinput></screen>
<term><command>xdpr</command></term> <term><command>xdpr</command></term>
<listitem> <listitem>
<para> <para>
dumps an X window directly to a printer dumps an X window directly to a printer
</para> </para>
<indexterm zone="xorg7-app xdpr-x7"> <indexterm zone="xorg7-app xdpr-x7">
<primary sortas="b-xdpr">xdpr</primary> <primary sortas="b-xdpr">xdpr</primary>
@ -527,7 +527,7 @@ done</userinput></screen>
<term><command>xdpyinfo</command></term> <term><command>xdpyinfo</command></term>
<listitem> <listitem>
<para> <para>
is a display information utility for X is a display information utility for X
</para> </para>
<indexterm zone="xorg7-app xdpyinfo-x7"> <indexterm zone="xorg7-app xdpyinfo-x7">
<primary sortas="b-xdpyinfo">xdpyinfo</primary> <primary sortas="b-xdpyinfo">xdpyinfo</primary>
@ -539,7 +539,7 @@ done</userinput></screen>
<term><command>xdriinfo</command></term> <term><command>xdriinfo</command></term>
<listitem> <listitem>
<para> <para>
queries configuration information of DRI drivers queries configuration information of DRI drivers
</para> </para>
<indexterm zone="xorg7-app xdriinfo-x7"> <indexterm zone="xorg7-app xdriinfo-x7">
<primary sortas="b-xdriinfo">xdriinfo</primary> <primary sortas="b-xdriinfo">xdriinfo</primary>
@ -551,7 +551,7 @@ done</userinput></screen>
<term><command>xev</command></term> <term><command>xev</command></term>
<listitem> <listitem>
<para> <para>
prints contents of X events prints contents of X events
</para> </para>
<indexterm zone="xorg7-app xev-x7"> <indexterm zone="xorg7-app xev-x7">
<primary sortas="b-xev">xev</primary> <primary sortas="b-xev">xev</primary>
@ -563,7 +563,7 @@ done</userinput></screen>
<term><command>xgamma</command></term> <term><command>xgamma</command></term>
<listitem> <listitem>
<para> <para>
alters a monitor's gamma correction through the X server alters a monitor's gamma correction through the X server
</para> </para>
<indexterm zone="xorg7-app xgamma-x7"> <indexterm zone="xorg7-app xgamma-x7">
<primary sortas="b-xgamma">xgamma</primary> <primary sortas="b-xgamma">xgamma</primary>
@ -575,7 +575,7 @@ done</userinput></screen>
<term><command>xhost</command></term> <term><command>xhost</command></term>
<listitem> <listitem>
<para> <para>
is a server access control program for X is a server access control program for X
</para> </para>
<indexterm zone="xorg7-app xhost-x7"> <indexterm zone="xorg7-app xhost-x7">
<primary sortas="b-xhost">xhost</primary> <primary sortas="b-xhost">xhost</primary>
@ -587,7 +587,7 @@ done</userinput></screen>
<term><command>xinput</command></term> <term><command>xinput</command></term>
<listitem> <listitem>
<para> <para>
is a utility to configure and test X input devices is a utility to configure and test X input devices
</para> </para>
<indexterm zone="xorg7-app xinput-x7"> <indexterm zone="xorg7-app xinput-x7">
<primary sortas="b-xinput">xinput</primary> <primary sortas="b-xinput">xinput</primary>
@ -599,7 +599,7 @@ done</userinput></screen>
<term><command>xkbbell</command></term> <term><command>xkbbell</command></term>
<listitem> <listitem>
<para> <para>
is an XKB utility program that raises a bell event is an XKB utility program that raises a bell event
</para> </para>
<indexterm zone="xorg7-app xkbbell-x7"> <indexterm zone="xorg7-app xkbbell-x7">
<primary sortas="b-xkbbell">xkbbell</primary> <primary sortas="b-xkbbell">xkbbell</primary>
@ -611,7 +611,7 @@ done</userinput></screen>
<term><command>xkbcomp</command></term> <term><command>xkbcomp</command></term>
<listitem> <listitem>
<para> <para>
compiles an XKB keyboard description compiles an XKB keyboard description
</para> </para>
<indexterm zone="xorg7-app xkbcomp-x7"> <indexterm zone="xorg7-app xkbcomp-x7">
<primary sortas="b-xkbcomp">xkbcomp</primary> <primary sortas="b-xkbcomp">xkbcomp</primary>
@ -623,7 +623,7 @@ done</userinput></screen>
<term><command>xkbevd</command></term> <term><command>xkbevd</command></term>
<listitem> <listitem>
<para> <para>
is the XKB event daemon is the XKB event daemon
</para> </para>
<indexterm zone="xorg7-app xkbevd-x7"> <indexterm zone="xorg7-app xkbevd-x7">
<primary sortas="b-xkbevd">xkbevd</primary> <primary sortas="b-xkbevd">xkbevd</primary>
@ -635,7 +635,7 @@ done</userinput></screen>
<term><command>xkbvleds</command></term> <term><command>xkbvleds</command></term>
<listitem> <listitem>
<para> <para>
shows the XKB status of keyboard LEDs shows the XKB status of keyboard LEDs
</para> </para>
<indexterm zone="xorg7-app xkbvleds-x7"> <indexterm zone="xorg7-app xkbvleds-x7">
<primary sortas="b-xkbvleds">xkbvleds</primary> <primary sortas="b-xkbvleds">xkbvleds</primary>
@ -647,7 +647,7 @@ done</userinput></screen>
<term><command>xkbwatch</command></term> <term><command>xkbwatch</command></term>
<listitem> <listitem>
<para> <para>
monitors modifier keys and LEDs monitors modifier keys and LEDs
</para> </para>
<indexterm zone="xorg7-app xkbwatch-x7"> <indexterm zone="xorg7-app xkbwatch-x7">
<primary sortas="b-xkbwatch">xkbwatch</primary> <primary sortas="b-xkbwatch">xkbwatch</primary>
@ -659,7 +659,7 @@ done</userinput></screen>
<term><command>xkill</command></term> <term><command>xkill</command></term>
<listitem> <listitem>
<para> <para>
kills a client by its X resource kills a client by its X resource
</para> </para>
<indexterm zone="xorg7-app xkill-x7"> <indexterm zone="xorg7-app xkill-x7">
<primary sortas="b-xkill">xkill</primary> <primary sortas="b-xkill">xkill</primary>
@ -671,7 +671,7 @@ done</userinput></screen>
<term><command>xlsatoms</command></term> <term><command>xlsatoms</command></term>
<listitem> <listitem>
<para> <para>
lists interned atoms defined on the server lists interned atoms defined on the server
</para> </para>
<indexterm zone="xorg7-app xlsatoms-x7"> <indexterm zone="xorg7-app xlsatoms-x7">
<primary sortas="b-xlsatoms">xlsatoms</primary> <primary sortas="b-xlsatoms">xlsatoms</primary>
@ -683,7 +683,7 @@ done</userinput></screen>
<term><command>xlsclients</command></term> <term><command>xlsclients</command></term>
<listitem> <listitem>
<para> <para>
lists client applications running on a display lists client applications running on a display
</para> </para>
<indexterm zone="xorg7-app xlsclients-x7"> <indexterm zone="xorg7-app xlsclients-x7">
<primary sortas="b-xlsclients">xlsclients</primary> <primary sortas="b-xlsclients">xlsclients</primary>
@ -695,7 +695,7 @@ done</userinput></screen>
<term><command>xmessage</command></term> <term><command>xmessage</command></term>
<listitem> <listitem>
<para> <para>
displays a message or query in a window displays a message or query in a window
</para> </para>
<indexterm zone="xorg7-app xmessage-x7"> <indexterm zone="xorg7-app xmessage-x7">
<primary sortas="b-xmessage">xmessage</primary> <primary sortas="b-xmessage">xmessage</primary>
@ -707,7 +707,7 @@ done</userinput></screen>
<term><command>xmodmap</command></term> <term><command>xmodmap</command></term>
<listitem> <listitem>
<para> <para>
is a utility for modifying keymaps and pointer button is a utility for modifying keymaps and pointer button
mappings in X mappings in X
</para> </para>
<indexterm zone="xorg7-app xmodmap-x7"> <indexterm zone="xorg7-app xmodmap-x7">
@ -720,7 +720,7 @@ done</userinput></screen>
<term><command>xpr</command></term> <term><command>xpr</command></term>
<listitem> <listitem>
<para> <para>
prints an X window dump prints an X window dump
</para> </para>
<indexterm zone="xorg7-app xpr-x7"> <indexterm zone="xorg7-app xpr-x7">
<primary sortas="b-xpr">xpr</primary> <primary sortas="b-xpr">xpr</primary>
@ -732,7 +732,7 @@ done</userinput></screen>
<term><command>xprop</command></term> <term><command>xprop</command></term>
<listitem> <listitem>
<para> <para>
is a property displayer for X is a property displayer for X
</para> </para>
<indexterm zone="xorg7-app xprop-x7"> <indexterm zone="xorg7-app xprop-x7">
<primary sortas="b-xprop">xprop</primary> <primary sortas="b-xprop">xprop</primary>
@ -744,7 +744,7 @@ done</userinput></screen>
<term><command>xrandr</command></term> <term><command>xrandr</command></term>
<listitem> <listitem>
<para> <para>
is a primitive command line interface to RandR extension is a primitive command line interface to RandR extension
</para> </para>
<indexterm zone="xorg7-app xrandr-x7"> <indexterm zone="xorg7-app xrandr-x7">
<primary sortas="b-xrandr">xrandr</primary> <primary sortas="b-xrandr">xrandr</primary>
@ -756,7 +756,7 @@ done</userinput></screen>
<term><command>xrdb</command></term> <term><command>xrdb</command></term>
<listitem> <listitem>
<para> <para>
is the X server resource database utility is the X server resource database utility
</para> </para>
<indexterm zone="xorg7-app xrdb-x7"> <indexterm zone="xorg7-app xrdb-x7">
<primary sortas="b-xrdb">xrdb</primary> <primary sortas="b-xrdb">xrdb</primary>
@ -768,7 +768,7 @@ done</userinput></screen>
<term><command>xrefresh</command></term> <term><command>xrefresh</command></term>
<listitem> <listitem>
<para> <para>
refreshes all or part of an X screen refreshes all or part of an X screen
</para> </para>
<indexterm zone="xorg7-app xrefresh-x7"> <indexterm zone="xorg7-app xrefresh-x7">
<primary sortas="b-xrefresh">xrefresh</primary> <primary sortas="b-xrefresh">xrefresh</primary>
@ -780,7 +780,7 @@ done</userinput></screen>
<term><command>xset</command></term> <term><command>xset</command></term>
<listitem> <listitem>
<para> <para>
is the user preference utility for X is the user preference utility for X
</para> </para>
<indexterm zone="xorg7-app xset-x7"> <indexterm zone="xorg7-app xset-x7">
<primary sortas="b-xset">xset</primary> <primary sortas="b-xset">xset</primary>
@ -792,7 +792,7 @@ done</userinput></screen>
<term><command>xsetroot</command></term> <term><command>xsetroot</command></term>
<listitem> <listitem>
<para> <para>
is the root window parameter setting utility for X is the root window parameter setting utility for X
</para> </para>
<indexterm zone="xorg7-app xsetroot-x7"> <indexterm zone="xorg7-app xsetroot-x7">
<primary sortas="b-xsetroot">xsetroot</primary> <primary sortas="b-xsetroot">xsetroot</primary>
@ -804,7 +804,7 @@ done</userinput></screen>
<term><command>xvinfo</command></term> <term><command>xvinfo</command></term>
<listitem> <listitem>
<para> <para>
prints out X-Video extension adaptor information prints out X-Video extension adaptor information
</para> </para>
<indexterm zone="xorg7-app xvinfo-x7"> <indexterm zone="xorg7-app xvinfo-x7">
<primary sortas="b-xvinfo">xvinfo</primary> <primary sortas="b-xvinfo">xvinfo</primary>
@ -816,7 +816,7 @@ done</userinput></screen>
<term><command>xwd</command></term> <term><command>xwd</command></term>
<listitem> <listitem>
<para> <para>
dumps an image of an X window dumps an image of an X window
</para> </para>
<indexterm zone="xorg7-app xwd-x7"> <indexterm zone="xorg7-app xwd-x7">
<primary sortas="b-xwd">xwd</primary> <primary sortas="b-xwd">xwd</primary>
@ -828,7 +828,7 @@ done</userinput></screen>
<term><command>xwininfo</command></term> <term><command>xwininfo</command></term>
<listitem> <listitem>
<para> <para>
is a window information utility for X is a window information utility for X
</para> </para>
<indexterm zone="xorg7-app xwininfo-x7"> <indexterm zone="xorg7-app xwininfo-x7">
<primary sortas="b-xwininfo">xwininfo</primary> <primary sortas="b-xwininfo">xwininfo</primary>
@ -840,8 +840,8 @@ done</userinput></screen>
<term><command>xwud</command></term> <term><command>xwud</command></term>
<listitem> <listitem>
<para> <para>
is an image displayer for X is an image displayer for X
</para> </para>
<indexterm zone="xorg7-app xwud-x7"> <indexterm zone="xorg7-app xwud-x7">
<primary sortas="b-xwud">xwud</primary> <primary sortas="b-xwud">xwud</primary>
</indexterm> </indexterm>

View File

@ -63,7 +63,7 @@
<keycap>Fx</keycap> <keycap>Fx</keycap>
</keycombo> </keycombo>
(replace x with a VT number) to switch to another VT. (replace x with a VT number) to switch to another VT.
If it works, login and kill Xorg using command line in the new VT. If it works, login and kill Xorg using command line in the new VT.
</para> </para>
</warning> </warning>

View File

@ -610,8 +610,8 @@ ln -sfv /usr/lib/firefox/browser/chrome/icons/default/default128.png \
<term><command>firefox</command></term> <term><command>firefox</command></term>
<listitem> <listitem>
<para> <para>
is a <application>GTK+-3</application> internet browser that uses is a <application>GTK+-3</application> internet browser that uses
the Mozilla Gecko rendering engine the Mozilla Gecko rendering engine
</para> </para>
<indexterm zone="firefox firefox-prog"> <indexterm zone="firefox firefox-prog">
<primary sortas="b-firefox">firefox</primary> <primary sortas="b-firefox">firefox</primary>

View File

@ -100,7 +100,7 @@
<bridgehead renderas="sect3">Additional Downloads</bridgehead> <bridgehead renderas="sect3">Additional Downloads</bridgehead>
<!-- <!--
<note> <note>
<para> <para>
The creation of local html files with recent versions of the necessary The creation of local html files with recent versions of the necessary
packages is somewhat broken (some png images are not sourced by the packages is somewhat broken (some png images are not sourced by the
generated HTML, only their captions are visible). generated HTML, only their captions are visible).