diff -u man.std/apachetop.1 man/apachetop.1 --- man.std/apachetop.1 2005-10-15 18:10:01.000000000 +0200 +++ man/apachetop.1 2008-12-17 22:43:24.000000000 +0100 @@ -2,7 +2,7 @@ .SH NAME apachetop \- display real-time web server statistics .SH SYNOPSIS -.B apachetop [-f filename] [-H hits | -T time] [-q] [-l] [-s segments] [-p] [-r secs] +.B apachetop [-f filename] [-H hits | -T time] [-q] [-l] [-s segments] [-p] [-r secs] [-o outfile] .SH DESCRIPTION ApacheTop watches a logfile generated by Apache (in standard common or combined logformat, and generates human-parsable output in realtime. @@ -45,6 +45,9 @@ .TP -r secs Set default refresh delay, in seconds. +.TP +-o outfile +Output to a file. .SH EXAMPLES .TP apachetop -f /var/logs/httpd/access.log Only in man: apachetop.1~