Commit 693b27c3 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Fix up default format string in man page and code comments

We're actually using %s, not %>s, since we don't support >.

Thanks to Kai for patch
Fixes: #999
parent ea3eff1e
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
* Obtain log data from the shared memory log, order it by session ID, and * Obtain log data from the shared memory log, order it by session ID, and
* display it in Apache / NCSA combined log format: * display it in Apache / NCSA combined log format:
* *
* %h %l %u %t "%r" %>s %b "%{Referer}i" "%{User-agent}i" * %h %l %u %t "%r" %s %b "%{Referer}i" "%{User-agent}i"
* *
* where the fields are defined as follows: * where the fields are defined as follows:
* *
......
...@@ -52,7 +52,7 @@ The following options are available: ...@@ -52,7 +52,7 @@ The following options are available:
-F format Specify the log format used. If no format is specified the -F format Specify the log format used. If no format is specified the
default log format is used. Currently it is: default log format is used. Currently it is:
%h %l %u %t "%r" %>s %b "%{Referer}i" "%{User-agent}i" %h %l %u %t "%r" %s %b "%{Referer}i" "%{User-agent}i"
Supported formatters are: Supported formatters are:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment