File: fix_manpage

package info (click to toggle)
libapache-dbilogger-perl 0.93-13
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 140 kB
  • sloc: perl: 342; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,002 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Description: Fixing man page
Author: Fabrizio Regalli <fabreg@fabreg.it>
Last-Update: 2018-06-21
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=125647

--- a/DBILogger.pm
+++ b/DBILogger.pm
@@ -150,8 +150,8 @@
 
 =head1 DESCRIPTION
 
-This module tracks what's being transfered by the Apache web server in a 
-SQL database (everything with a DBI/DBD driver).  This allows to get 
+This module tracks what's being transferred by the Apache web server in a 
+SQL database (everything with a DBI/DBD driver). This allows one to get 
 statistics (of almost everything) without having to parse the log
 files (like the Apache::Traffic module, just in a "real" database, and with
 a lot more logged information).
@@ -196,7 +196,7 @@
 
 =over 4
 
-=item hit count and total bytes transfered from the virtual server www.company.com
+=item hit count and total bytes transferred from the virtual server www.company.com
 
     select count(id),sum(bytes) from requests 
     where server="www.company.com"