summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatthewaaronthacker <matthewaaronthacker@users.noreply.github.com>2022-10-03 15:43:36 -0400
committerGitHub <noreply@github.com>2022-10-03 15:43:36 -0400
commitc5ae552a1082cae2e8d99a52ee968d48b869ea41 (patch)
treedee51051a6b1dfe14a281c6228b418ded5b72d5f
parent8e443d342cc7b8445d4a60314c3f642e34ce6608 (diff)
Update config.rst
An escape backslash was missing from the Windows location for the glances conf, making it appear as glancesglances.conf.
-rw-r--r--docs/config.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config.rst b/docs/config.rst
index 85872843..38c0cd18 100644
--- a/docs/config.rst
+++ b/docs/config.rst
@@ -20,7 +20,7 @@ You can put your own ``glances.conf`` file in the following locations:
``Linux``, ``SunOS`` ~/.config/glances/, /etc/glances/, /usr/share/docs/glances/
``*BSD`` ~/.config/glances/, /usr/local/etc/glances/, /usr/share/docs/glances/
``macOS`` ~/Library/Application Support/glances/, /usr/local/etc/glances/, /usr/share/docs/glances/
-``Windows`` %APPDATA%\\glances\glances.conf
+``Windows`` %APPDATA%\\glances\\glances.conf
==================== =============================================================
- On Windows XP, ``%APPDATA%`` is: ``C:\Documents and Settings\<USERNAME>\Application Data``.