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 -->
<screen role="root"><userinput>./b2 install threading=multi link=shared <!-- &amp;&amp;
ln -svf detail/sha1.hpp /usr/include/boost/uuid/sha1.hpp--></userinput></screen>
<screen role="root"><userinput>./b2 install threading=multi link=shared</userinput></screen>
</sect2>

View File

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

View File

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

View File

@ -75,7 +75,7 @@
<listitem>
<para>
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>
</listitem>
</itemizedlist>

View File

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

View File

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

View File

@ -68,7 +68,7 @@
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
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
patch, you can run 'make test' in the normal way.
If you are using the cpan method of installation, use the -T

View File

@ -112,7 +112,7 @@
<xref linkend="bluez"/>,
<xref linkend="gdb"/> (required for some tests),
<xref linkend="valgrind"/>, and
<ulink url="https://www.bytereef.org/mpdecimal/">libmpdec</ulink>
<ulink url="https://www.bytereef.org/mpdecimal/">libmpdec</ulink>
</para>
<bridgehead renderas="sect4">Optional (For Additional Modules)</bridgehead>
@ -208,7 +208,7 @@ make</userinput></screen>
<para>
<option>--with-lto</option>: This optional switch enables thick Link
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
<application>Python</application>. Run-time results do not appear to show
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'
to measure it, or du -sm to look at the size of the build tree before and
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-time "20 SBU (including download time; add 13 SBU for tests, both on a 4-core machine)">
]>

View File

@ -87,7 +87,7 @@
<listitem>
<para>
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>
</listitem>
</itemizedlist>

View File

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

View File

@ -198,7 +198,7 @@ EOF</userinput></screen>
-->
<para>
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
<systemitem class="username">root</systemitem> user:
</para>

View File

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

View File

@ -75,7 +75,7 @@
<listitem>
<para>
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>
</listitem>
</itemizedlist>

View File

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

View File

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

View File

@ -150,7 +150,7 @@
<!--<ulink url="http://xavs.sourceforge.net/">libxavs</ulink> (SVN checkout),-->
<ulink url="https://openal.org/">OpenAL</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="http://www.twolame.org/">TwoLAME</ulink>,
<ulink url="https://sourceforge.net/projects/opencore-amr/files/vo-aacenc/">vo-aaenc</ulink>,

View File

@ -94,7 +94,7 @@
<para role="required">
Since this package uses
<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.
</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
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
<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.
</para>

View File

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

View File

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

View File

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

View File

@ -122,7 +122,7 @@
<xref linkend="postgresql"/>,
<xref linkend="sqlite"/>,
<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>
</para>

View File

@ -181,7 +181,7 @@ chown -v postfix:postfix /var/mail</userinput></screen>
</para>
<!-- We reverted to Berkeley DB-5.3.28 and that is handled
<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
following sed:
</para>

View File

@ -465,7 +465,7 @@ EOF</userinput></screen>
<para>
<application>Fontconfig</application> installs user documentation that
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
might be anachronistic unless you have non-free Chinese fonts, because
in <filename>65-nonlatin.conf</filename> this font is already among the

View File

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

View File

@ -63,7 +63,7 @@
<keycap>Fx</keycap>
</keycombo>
(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>
</warning>

View File

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

View File

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