diff options
author | Wolfgang Müller | 2021-05-08 12:26:14 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-05-08 12:26:14 +0200 |
commit | 7cd07362c4c13bfd01afa85a4666c491a020f330 (patch) | |
tree | 6a81213f2e88a33835f2fb94015bda5dc04a397c | |
parent | a0590195f6758e4670427ca4ce39efbd2c6c9b76 (diff) | |
download | quarg-7cd07362c4c13bfd01afa85a4666c491a020f330.tar.gz |
quarg.1: Explain how to escape '%' with -e
-rw-r--r-- | quarg.1 | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,4 @@ -.Dd May 5, 2021 +.Dd May 8, 2021 .Dt QUARG 1 .Os .Sh NAME @@ -69,6 +69,10 @@ placeholder. If no placeholders are given, matches the .Ar keyword exactly. +.Pp +To match +.Sq % +literally, escape it with a backslash character. .It Fl l Ar num Limits the number of matches to .Ar num . |