From: Rich Bowen Date: Sat, 9 Aug 2008 17:27:20 +0000 (+0000) Subject: Add example to split-logfile documentation. X-Git-Tag: 2.2.10~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19c02569cc6e9d9ffcfb1ad76d366e5c322b6edd;p=thirdparty%2Fapache%2Fhttpd.git Add example to split-logfile documentation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@684300 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/programs/other.html.en b/docs/manual/programs/other.html.en index e7a108efe0c..4f3ff3e8eee 100644 --- a/docs/manual/programs/other.html.en +++ b/docs/manual/programs/other.html.en @@ -49,6 +49,9 @@

The combined log file is read from stdin. Records read will be appended to any existing log files.

+ +

split-logfile < access_log

+

Available Languages:  en  | diff --git a/docs/manual/programs/other.xml b/docs/manual/programs/other.xml index d0f70d0adcc..bc2402e7759 100644 --- a/docs/manual/programs/other.xml +++ b/docs/manual/programs/other.xml @@ -49,6 +49,9 @@

The combined log file is read from stdin. Records read will be appended to any existing log files.

+ + split-logfile < access_log +