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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
|
Description: fix NAME section of manpages (to
avoid manpage-has-bad-whatis-entry lintian error)
Author: Sergey B Kirpichev <skirpichev@gmail.com>
---
tools/man1/qsexec.1 | 2 +-
tools/man1/qsfilter2.1 | 2 +-
tools/man1/qsgrep.1 | 2 +-
tools/man1/qspng.1 | 2 +-
tools/man1/qsrotate.1 | 2 +-
tools/man1/qssign.1 | 2 +-
tools/man1/qstail.1 | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
--- a/tools/man1/qsexec.1
+++ b/tools/man1/qsexec.1
@@ -1,7 +1,7 @@
.TH QSEXEC 1 "June 2012" "mod_qos utilities 10.8" "qsexec man page
.SH NAME
-qsexec - parses the data received via stdin and executes the defined command on a pattern match.
+qsexec \- parses the data received via stdin and executes the defined command on a pattern match.
.SH SYNOPSIS
qsexec \-e <pattern> [\-t <number>:<sec>] [\-c <pattern> [<command string>]] [\-p] [\-u <user>] <command string>
--- a/tools/man1/qsfilter2.1
+++ b/tools/man1/qsfilter2.1
@@ -1,7 +1,7 @@
.TH QSFILTER2 1 "June 2012" "mod_qos utilities 10.8" "qsfilter2 man page"
.SH NAME
-Utility to generate mod_qos request line rules out from existing access/audit log data.
+qsfilter2 \- Utility to generate mod_qos request line rules out from existing access/audit log data.
.SH SYNOPSIS
qsfilter2 \-i <path> [\-c <path>] [\-d <num>] [\-h] [\-b <num>] [\-p|\-s|\-m|\-o] [\-l <len>] [\-n] [\-e] [\-u 'uni'] [\-k <prefix>] [\-t] [\-f <path>] [\-v 0|1|2]
.SH DESCRIPTION
--- a/tools/man1/qsgrep.1
+++ b/tools/man1/qsgrep.1
@@ -1,7 +1,7 @@
.TH QSGREP 1 "June 2012" "mod_qos utilities 10.8" "qsgrep man page"
.SH NAME
-Print matching patterns within a file.
+qsgrep \- Print matching patterns within a file.
.SH SYNOPSIS
qsgrep \-e <pattern> \-o <sub string> [<path>]
.SH DESCRIPTION
--- a/tools/man1/qspng.1
+++ b/tools/man1/qspng.1
@@ -1,7 +1,7 @@
.TH QSPNG 1 "June 2012" "mod_qos utilities 10.8" "qspng man page"
.SH NAME
-Utility to draw a png graph from qslog(1) output data.
+qspng \- Utility to draw a png graph from qslog(1) output data.
.SH SYNOPSIS
qspng \-i <stat_log_file> \-p <parameter> \-o <out_file> [\-10]
.SH DESCRIPTION
--- a/tools/man1/qsrotate.1
+++ b/tools/man1/qsrotate.1
@@ -1,7 +1,7 @@
.TH QSROTATE 1 "June 2012" "mod_qos utilities 10.8" "qsrotate man page"
.SH NAME
-Log rotation tool (similar to Apache's rotatelogs).
+qsrotate \- Log rotation tool (similar to Apache's rotatelogs).
.SH SYNOPSIS
qsrotate \-o <file> [\-s <sec>] [\-f] [\-z] [\-g <num>] [\-u <name>] [\-p]
.SH DESCRIPTION
--- a/tools/man1/qssign.1
+++ b/tools/man1/qssign.1
@@ -1,7 +1,7 @@
.TH QSSIGN 1 "June 2012" "mod_qos utilities 10.8" "qssign man page"
.SH NAME
-Utility to sign and verify the integrity of log data.
+qssign \- Utility to sign and verify the integrity of log data.
.SH SYNOPSIS
qssign \-s|S <secret> [\-e] [\-v]
.SH DESCRIPTION
--- a/tools/man1/qstail.1
+++ b/tools/man1/qstail.1
@@ -1,7 +1,7 @@
.TH QSTAIL 1 "June 2012" "mod_qos utilities 10.8" "qstail man page"
.SH NAME
-Utility prints the end of a log file starting at the specified pattern.
+qstail \- Utility prints the end of a log file starting at the specified pattern.
.SH SYNOPSIS
qstail \-i <path> \-p <pattern>
.SH DESCRIPTION
|