diff options
author | 2021-01-23 16:34:25 +1100 | |
---|---|---|
committer | 2021-01-23 16:34:25 +1100 | |
commit | 6ba369b3fc1b5404128eec85f294933db131772d (patch) | |
tree | f94a907c6a63109cbbbbeb3691524e0baf5e9ff4 /docs/source/commandline/commandline-all.rst | |
parent | e713adea33867517126e254ec4c681b426d693b1 (diff) |
-docs update:
* Added note explaining that view options saved in machine CFG take
precedence over INI/command line.
* Added prerequisites for building HTML documentation under MSYS2 and
Fedora Linux.
* Explicitly mentioned that Ubuntu modifies GCC to enable "fortify
source" by default in the relevant section.
* Removed obsolete reference to glibstdc++6.
* Re-formated compiling guide source (hard wrap at 80 columns,
typographical quotes, code blocks for sample command lines).
-genie.lua: Show GCC ignored attribute warnings, but don't fail for
them.
Diffstat (limited to 'docs/source/commandline/commandline-all.rst')
-rw-r--r-- | docs/source/commandline/commandline-all.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/source/commandline/commandline-all.rst b/docs/source/commandline/commandline-all.rst index f83716f5866..d24b7760750 100644 --- a/docs/source/commandline/commandline-all.rst +++ b/docs/source/commandline/commandline-all.rst @@ -2424,6 +2424,12 @@ Core Per-Window Options specific window. The **-view** parameter applies to all windows. The window-specific options override values from the all windows option. + Note that view settings saved in the configuration file for the machine take + precedence over the initial view settings. If you change the selected views + in the Video Options menu, this will be saved in the configuration file for + the machine and take precedence over any initial views specified in INI + files or on the command line. + Example: .. code-block:: bash |