]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Fix gzip -d < into gzip -cd
authorLaurent Destailleur <eldy@destailleur.fr>
Wed, 29 Jul 2015 21:33:49 +0000 (23:33 +0200)
committerLaurent Destailleur <eldy@destailleur.fr>
Wed, 29 Jul 2015 21:33:49 +0000 (23:33 +0200)
docs/awstats_config.html

index 10522e5cecb03ec8cbdb0f2eddae014b8236c15c..30185c635ceb831cfc3e62464021ecc93b365efd 100644 (file)
@@ -276,7 +276,7 @@ when reading it), follow the example:<br>
 <br># Example: "/var/log/access_log.%YYYY-0%MM-0%DD-0.log"
 <br># Example: "C:/WINNT/system32/LogFiles/W3SVC1/ex%YY-24%MM-24%DD-24.log"
 <br># You can also use a pipe if log file come from a pipe.
-<br># Example: "gzip -d &lt;/var/log/apache/access.log.gz |"
+<br># Example: "gzip -cd /var/log/apache/access.log.gz |"
 <br># If there is several log files from load balancing servers :
 <br># Example: "/pathtotools/logresolvemerge.pl *.log |"
 <br>#