This commit is contained in:
Omar Polo 2021-02-06 18:28:56 +00:00
parent e3ddf39095
commit 6c6f242a54

12
gmid.1
View File

@ -250,16 +250,16 @@ Inside
.Ar meta , .Ar meta ,
the following special sequences are replaced: the following special sequences are replaced:
.Bl -tag -compact .Bl -tag -compact
.It %% .It \&%\&%
is replaced with a single is replaced with a single
.Sq % . .Sq \&% .
.It %p .It \&%p
is replaced with the request path. is replaced with the request path.
.It %q .It \&%q
is replaced with the query string of the request. is replaced with the query string of the request.
.It %P .It \&%P
is replaced with the server port. is replaced with the server port.
.It %N .It \&%N
is replaced with the server name. is replaced with the server name.
.El .El
.It Ic strip Ar number .It Ic strip Ar number