comment out the condensed log style in the manpage

This commit is contained in:
Omar Polo 2023-08-04 10:07:02 +00:00
parent f23b708726
commit a250aff257
1 changed files with 9 additions and 10 deletions

View File

@ -171,17 +171,16 @@ the notion of the
.Dq Referer
header nor the
.Dq User-agent .
.It Ic condensed
The native
.Xr gmid 8
format since 2.0.
Each line is formatted as follows: RFC 3339 date time,
remote IP address, Common Name of the client certificate
.Pq if provided, '-' otherwise ,
the matching host name, the request URI, the size of the request,
the size of the response, the response code and meta.
.\" .It Ic condensed
.\" The native
.\" .Xr gmid 8
.\" format since 2.0.
.\" Each line is formatted as follows: RFC 3339 date time,
.\" remote IP address, Common Name of the client certificate
.\" .Pq if provided, '-' otherwise ,
.\" the matching host name, the request URI, the size of the request,
.\" the size of the response, the response code and meta.
.It Ic legacy
The pre-2.0 gmid native format.
Each line is formatted as follows: the remote IP address and port, the
.Sq GET
keyword, the request URI, the response code and meta.