commit a250aff257374bdd931e44efef4fc72618e0363d from: Omar Polo date: Fri Aug 04 10:07:02 2023 UTC comment out the condensed log style in the manpage commit - f23b708726fbc5c2a985fbdd50449891f4df87dd commit + a250aff257374bdd931e44efef4fc72618e0363d blob - 233a4884b7c03fe18e90ceb9fa152fd6befc884f blob + f49b7dfe4ebbe3032137b0e571e142cc0a6f999b --- gmid.conf.5 +++ gmid.conf.5 @@ -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.