aboutsummaryrefslogtreecommitdiff
path: root/gmid.1
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-02-06 18:28:56 +0000
committerOmar Polo <op@omarpolo.com>2021-02-06 18:28:56 +0000
commit6c6f242a546a45df46380b371f12dac31ffd962c (patch)
tree69bcc94560b8a83b55937b3682aa933d3d7afdf9 /gmid.1
parente3ddf390950bf51d0c6c9cc6b931879006936e4c (diff)
escape %
Diffstat (limited to 'gmid.1')
-rw-r--r--gmid.112
1 files changed, 6 insertions, 6 deletions
diff --git a/gmid.1 b/gmid.1
index 012d599..7e96b44 100644
--- a/gmid.1
+++ b/gmid.1
@@ -250,16 +250,16 @@ Inside
.Ar meta ,
the following special sequences are replaced:
.Bl -tag -compact
-.It %%
+.It \&%\&%
is replaced with a single
-.Sq % .
-.It %p
+.Sq \&% .
+.It \&%p
is replaced with the request path.
-.It %q
+.It \&%q
is replaced with the query string of the request.
-.It %P
+.It \&%P
is replaced with the server port.
-.It %N
+.It \&%N
is replaced with the server name.
.El
.It Ic strip Ar number