diff options
author | Peter Hofmann <scm@uninformativ.de> | 2021-01-03 10:00:03 +0100 |
---|---|---|
committer | Peter Hofmann <scm@uninformativ.de> | 2021-01-03 10:03:29 +0100 |
commit | 3a7f69685901c5fcdada21e758b3b156550464d5 (patch) | |
tree | aaf564a58508ebc64387cb0e595741cbf6478680 /man1 | |
parent | 58cfea62b5ea721df1498cfaa329f88dcb7fd20d (diff) | |
download | lariza-3a7f69685901c5fcdada21e758b3b156550464d5.tar.gz |
"adblock.black" has been renamed to "adblock"
Diffstat (limited to 'man1')
-rw-r--r-- | man1/lariza.1 | 2 | ||||
-rw-r--r-- | man1/lariza.usage.1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man1/lariza.1 b/man1/lariza.1 index 077bd25..eaba719 100644 --- a/man1/lariza.1 +++ b/man1/lariza.1 @@ -83,7 +83,7 @@ Zoom level for WebKit viewports. Defaults to \fB1.0\fP. .SH FILES XDG variables will be used to construct these paths. .TP -\fI~/.config\:/lariza\:/adblock.black\fP +\fI~/.config\:/lariza\:/adblock\fP Adblock patterns. See \fBlariza.usage\fP(1). .TP \fI~/.config\:/lariza\:/certs\fP diff --git a/man1/lariza.usage.1 b/man1/lariza.usage.1 index 6e571cb..d193eaf 100644 --- a/man1/lariza.usage.1 +++ b/man1/lariza.usage.1 @@ -139,7 +139,7 @@ for further information on these extensions. .TP \fBwe_adblock.so\fP Generic adblock. Reads patterns from the file -\fI~/.config/lariza/adblock.black\fP. Each line can contain a regular +\fI~/.config/lariza/adblock\fP. Each line can contain a regular expression. These expressions match case-insensitive and partially, i.e. \fB.*foo.*\fP is the same as \fB.*FOO.*\fP and you can use anchors like \fB^https?://...\fP. Please refer to |