From c46ba3a1e4ea67e827a678e695d609dfdd3d6932 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Wed, 13 Jan 2016 14:45:54 +0000 Subject: [PATCH] Fix errors in UG platform dependent file locations git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6394 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- doc/user_guide/en/platform-dependencies.adoc | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/doc/user_guide/en/platform-dependencies.adoc b/doc/user_guide/en/platform-dependencies.adoc index 2d79ac8d2..37140e841 100644 --- a/doc/user_guide/en/platform-dependencies.adoc +++ b/doc/user_guide/en/platform-dependencies.adoc @@ -14,9 +14,11 @@ Default save:: * *Windows, when using "--rig-name=xxx"* Settings:: - +%LOCALAPPDATA%\WSJT-X - xxx+ -Log files:: +%LOCALAPPDATA%\WSJT-X - xxx\WSJT-X - xxx.ini+ +Log files:: + +%LOCALAPPDATA%\WSJT-X - xxx\+ +Default save:: + +%LOCALAPPDATA%\WSJT-X - xxx\save\+ * *Linux* Settings:: @@ -27,10 +29,12 @@ Default save:: +~/.local/share/WSJT-X/save/+ * *Linux, when using "--rig-name=xxx"* +Settings:: + +~/.config/WSJT-X - xxx.ini+ Log files:: +~/.local/share/WSJT-X - xxx/+ Default save:: - +~/.config/WSJT-x - xxx.ini+ + +~/.local/share/WSJT-X - xxx/save/+ * *Macintosh* Settings:: @@ -41,8 +45,10 @@ Default save:: +~/Library/Application Support/WSJT-X/save/+ * *Macintosh, when using "--rig-name=xxx"* +Settings:: + +~/Library/Preferences/WSJT-X - xxx.ini+ Log files:: +~/Library/Application Support/WSJT-X - xxx/+ Default save:: - +~/Library/Preferences/WSJT-X - xxx.ini+ + +~/Library/Application Support/WSJT-X - xxx/save/+