diff options
author | Omar Polo <op@omarpolo.com> | 2021-02-06 18:28:56 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-02-06 18:28:56 +0000 |
commit | 6c6f242a546a45df46380b371f12dac31ffd962c (patch) | |
tree | 69bcc94560b8a83b55937b3682aa933d3d7afdf9 /gmid.1 | |
parent | e3ddf390950bf51d0c6c9cc6b931879006936e4c (diff) |
escape %
Diffstat (limited to 'gmid.1')
-rw-r--r-- | gmid.1 | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 |