summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2020-04-19 23:00:31 +0300
committerGitHub <noreply@github.com>2020-04-19 23:00:31 +0300
commit07ce6b96156d32ce0b49a577f68f83f8daf2b560 (patch)
treeb9877a0b3707a51b15823762c1d50c6a04b627a4 /man
parent2da1ddbd5679a84442176db3452111c0ef6cbf3a (diff)
parentccbd81f6ef10de385adaffe09258376c2af760f5 (diff)
Merge pull request #1646 from dschrempf/update-man
~/.mu -> ~/.cache/mu
Diffstat (limited to 'man')
-rw-r--r--man/mu-index.14
-rw-r--r--man/mu.12
2 files changed, 3 insertions, 3 deletions
diff --git a/man/mu-index.1 b/man/mu-index.1
index 2ed1c91..c5b6008 100644
--- a/man/mu-index.1
+++ b/man/mu-index.1
@@ -153,9 +153,9 @@ dominated by operations in the Xapian database now.
.SH FILES
\fBmu\fR stores logs of its operations and queries in \fI<muhome>/mu.log\fR
-(by default, this is \fI~/.mu/mu.log\fR). Upon startup, \fBmu\fR checks the
+(by default, this is \fI~/.cache/mu/mu.log\fR). Upon startup, \fBmu\fR checks the
size of this log file. If it exceeds 1 MB, it will be moved to
-\fI~/.mu/mu.log.old\fR, overwriting any existing file of that name, and start
+\fI~/.cache/mu/mu.log.old\fR, overwriting any existing file of that name, and start
with an empty log file. This scheme allows for continued use of \fBmu\fR
without the need for any manual maintenance of log files.
diff --git a/man/mu.1 b/man/mu.1
index ecb6122..e27e650 100644
--- a/man/mu.1
+++ b/man/mu.1
@@ -137,7 +137,7 @@ to \fI~/.mu\fR, which now requires \fI\-\-muhome=~/.mu\fR.
\fB\-d\fR, \fB\-\-debug\fR
makes \fBmu\fR generate extra debug information,
useful for debugging the program itself. By default, debug information goes to
-the log file, \fI~/.mu/log/mu.log\fR. It can safely be deleted when \fBmu\fR is
+the log file, \fI~/.cache/mu/mu.log\fR. It can safely be deleted when \fBmu\fR is
not running. When running with \fB--debug\fR option, the log file can grow
rather quickly. See the note on logging below.