Regen docs after more path modularizing; --nosysconfig correction

This commit is contained in:
Bill Kendrick 2024-04-27 11:07:45 -07:00
parent 5f8e2b51bd
commit 9c2a75455d
28 changed files with 197 additions and 243 deletions

View file

@ -746,7 +746,7 @@
<blockquote>
<p>
<code>~/.tuxpaintrc</code>
<code>/home/emër përdoruesi/.tuxpaintrc</code>
</p>
</blockquote>
@ -774,7 +774,7 @@
This means that if anything is set in a configuration file that you don't want set, you'll need to either change the config. file (if you can), or override the option on the command-line. </p>
<p>
For example, on Linux and Unix, if "/etc/tuxpaint/tuxpaint.conf" includes this option to disable sound... </p>
For example, on Linux and Unix, if "<code>/etc/tuxpaint/tuxpaint.conf</code>" includes this option to disable sound... </p>
<blockquote>
<p>
@ -783,7 +783,7 @@
</blockquote>
<p>
...then you can reenable sound by either adding this option to your own ".tuxpaintrc" file: </p>
...then you can reenable sound by either adding this option to your own "<code>/home/emër përdoruesi/.tuxpaintrc</code>" file: </p>
<blockquote>
<p>
@ -801,16 +801,13 @@
</blockquote>
<p>
Linux and Unix users can also disable the system-wide configuration file by including the following command-line argument: </p>
On platforms where Tux Paint offers a system-wide configuration file, the settings in that file may be skipped (so only the user configuration file and other command-line arguments will be used) by including the following command-line argument: </p>
<blockquote>
<p>
<code>--nosysconfig</code>
</p>
</blockquote>
<p>
Tux Paint will then only look at "~/.tuxpaintrc" and command-line arguments to determine what options should be set. </p>
</dd>
</dl>