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
 .
d colspan='3' class='logmsg'> 2019-02-18Match Sh and Ss as Tag in mdocJune McEnroe 2019-02-18Match statics and typedefs as TagJune McEnroe 2019-02-18Clean up htmlHeaderJune McEnroe 2019-02-18Remove hi line numberingJune McEnroe Tags are much better for referring to specific parts of a file and line numbering is better done by a post-processing tool such as cat -n or producing a two-column HTML <table>. 2019-02-18Add Tag class to hiJune McEnroe 2019-02-17Generate HTML with hi -n -f html -o anchorJune McEnroe Running hi twice to insert stuff between the head and the content is a bit of a hack but oh well. 2019-02-17Add hi -f html -o anchor for line number linksJune McEnroe 2019-02-17Simplify temp trap in upJune McEnroe 2019-02-17Add line numbers to hiJune McEnroe Renames previous -n option to -m to stay consistent with cat -n. Prefixing lines with line numbers affects where the first tab indent ends up relative to the text above it. Not sure if it's worth fixing somehow. 2019-02-17Always split spans after newlinesJune McEnroe Simplifies ANSI and IRC output code, and prepares for line numbered output. 2019-02-15Color format specifiers light cyan in vimJune McEnroe 2019-02-15Highlight Interp as yellowJune McEnroe 2019-02-15Highlight strings in sh command substitutionsJune McEnroe 2019-02-15Add nmap gpJune McEnroe 2019-02-14Avoid newline when copying URL to pasteboardJune McEnroe 2019-02-13Add forgotten "sixth" book of H2G2June McEnroe