From c5ae552a1082cae2e8d99a52ee968d48b869ea41 Mon Sep 17 00:00:00 2001 From: matthewaaronthacker Date: Mon, 3 Oct 2022 15:43:36 -0400 Subject: [PATCH] Update config.rst An escape backslash was missing from the Windows location for the glances conf, making it appear as glancesglances.conf. --- docs/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\\Application Data``.