From b2a36f71a0531d4ebffe3cd2d3c10df53d244d92 Mon Sep 17 00:00:00 2001 From: Mcat12 Date: Thu, 12 Jul 2018 21:17:32 -0400 Subject: [PATCH] Fix wildcard description in pihole man page Signed-off-by: Mcat12 --- manpages/pihole.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manpages/pihole.8 b/manpages/pihole.8 index 68cd2864..1017aaea 100644 --- a/manpages/pihole.8 +++ b/manpages/pihole.8 @@ -282,8 +282,8 @@ Some usage examples .br \fBpihole -b -d noads.example.com\fR Remove "noads.example.com" from blacklist .br - \fBpihole -wild "^example.*$"\fR Add "^example.*$" as a regex pattern - would - block all domains starting with "example" + \fBpihole -wild example.com\fR Add example.com as a wildcard - would + block all subdomains of example.com, including example.com itself. .br \fBpihole -regex "ad.*\.example\.com$"\fR Add "ad.*\.example\.com$" to the regex blacklist - would block all subdomains of example.com which start with "ad"