diff options
author | Omar Polo <op@omarpolo.com> | 2023-08-04 10:07:02 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-08-04 10:07:02 +0000 |
commit | a250aff257374bdd931e44efef4fc72618e0363d (patch) | |
tree | b36056c882562d13a29afed5d9fc9c597fe64733 | |
parent | f23b708726fbc5c2a985fbdd50449891f4df87dd (diff) |
comment out the condensed log style in the manpage
-rw-r--r-- | gmid.conf.5 | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/gmid.conf.5 b/gmid.conf.5 index 233a488..f49b7df 100644 --- a/gmid.conf.5 +++ b/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. |