ossp-pkg/flow2rrd/flow2rrd.pod 1.2 -> 1.3
--- flow2rrd.pod 2004/12/26 12:32:38 1.2
+++ flow2rrd.pod 2004/12/26 13:10:39 1.3
@@ -3,8 +3,8 @@
## Copyright (c) 2004 Ralf S. Engelschall <rse@engelschall.com>
## Copyright (c) 2004 The OSSP Project <http://www.ossp.org/>
##
-## This file is part of OSSP flow2rrd, a tool for storing NetFlow as
-## RRD data which can be found at http://www.ossp.org/pkg/tool/flow2rrd/.
+## This file is part of OSSP flow2rrd, a tool for storing NetFlow data
+## into an RRD which can be found at http://www.ossp.org/pkg/tool/flow2rrd/.
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -30,6 +30,10 @@
B<OSSP flow2rrd> - NetFlow to Round-Robin Database (RRD)
+=head1 VERSION
+
+B<OSSP flow2rrd> FLOW2RRD_VERSION_STR
+
=head1 SYNOPSIS
B<flow2rrd>
@@ -131,12 +135,9 @@
=item B<-c>|B<--cgi>
-Enable the I<CGI operation>. This usually has to be used by a CGI
-wrapper script placed somewhere in the Web server F<cgi-bin> directory:
-
- #!/bin/sh
- # I'm /path/to/cgi/flow2rrd.cgi
- /path/to/bin/flow2rrd --cgi
+Enable the I<CGI operation>. This option is automatically enabled if
+the environment variable C<GATEWAY_INTERFACE> is set to the value
+"C<CGI/1.1>".
=item B<-v>|B<--version>
|
|