From bcbc68ae62de6049617c3bc583d7f988e6ad1a82 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 28 Mar 2026 15:23:54 +0100 Subject: Use the correct quotation marks in manpages --- man/grab.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/man/grab.1 b/man/grab.1 index 46826b2..2ec2ecf 100644 --- a/man/grab.1 +++ b/man/grab.1 @@ -297,12 +297,12 @@ A fatal error occured. .Sh EXAMPLES List all your systems CPU flags, sorted and without duplicates: .Pp -.Dl $ grab 'x/^flags.*?$/ x/\ew+/ G/^flags$/' @@ -312,13 +312,13 @@ but only those which are being passed a property — searching all files in the current git-repository: .Pp -.Dl $ git grab 'x// g/\ebplaceholder\eb/' '*.vue' +.Dl $ git grab \(aqx// g/\ebplaceholder\eb/\(aq \(aq*.vue\(aq .Pp Extract bibliographic references from .Xr mdoc 7 formatted manual pages: .Pp -.Dl $ grab 'x/(^\e.%.*?\en)+/' foo.1 bar.1 +.Dl $ grab \(aqx/(^\e.%.*?\en)+/\(aq foo.1 bar.1 .Sh SEE ALSO .Xr git 1 , .Xr grep 1 , @@ -351,4 +351,4 @@ The option has incredibly poor performance compared to the .Fl b option, -especially with very large inputs. \ No newline at end of file +especially with very large inputs. -- cgit v1.2.3