summary refs log tree commit diff
path: root/contrib
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-08-27 17:24:39 -0400
committerJune McEnroe <june@causal.agency>2020-08-27 17:24:39 -0400
commitb93f3f96845fc1fa1f1b80829f3573a11b13b907 (patch)
treeddddcd5bedea4bfe3fbc524c6d29b99ce9be0150 /contrib
parentcontrib/palaver: Remove rc script (diff)
downloadpounce-b93f3f96845fc1fa1f1b80829f3573a11b13b907.tar.gz
pounce-b93f3f96845fc1fa1f1b80829f3573a11b13b907.zip
contrib/palaver: Fix documented database path
Diffstat (limited to 'contrib')
-rw-r--r--contrib/palaver/pounce-palaver.14
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/palaver/pounce-palaver.1 b/contrib/palaver/pounce-palaver.1
index c97f530..f88420e 100644
--- a/contrib/palaver/pounce-palaver.1
+++ b/contrib/palaver/pounce-palaver.1
@@ -73,7 +73,7 @@ Connect to
 .
 .Sh FILES
 .Bl -tag -width Ds
-.It Pa $XDG_DATA_DIRS/pounce-palaver/preferences.sqlite
+.It Pa $XDG_DATA_DIRS/pounce/palaver.sqlite
 The database file is searched for first in
 .Ev $XDG_DATA_HOME ,
 usually
@@ -82,7 +82,7 @@ followed by the colon-separated list of paths
 .Ev $XDG_DATA_DIRS ,
 usually
 .Pa /usr/local/share:/usr/share .
-.It Pa ~/.local/share/pounce-palaver/preferences.sqlite
+.It Pa ~/.local/share/pounce/palaver.sqlite
 The most likely default path to the database file.
 .El
 .
'>Match only the basename in hiJune McEnroe 2019-02-07Add mdoc syntax to hiJune McEnroe 2019-02-07Support multi-line C macros in hiJune McEnroe 2019-02-07Detect .mk files as makeJune McEnroe 2019-02-07Add make syntax to hiJune McEnroe 2019-02-07Add IRC output to hiJune McEnroe 2019-02-07Improve C syntax accuracy and add Format classJune McEnroe 2019-02-07Factor out hi checkJune McEnroe Fix subexpression bounds check and compile pattends. 2019-02-07Add Escape class to hiJune McEnroe 2019-02-07Add Todo class and parent syntax constraintJune McEnroe