* [PATCH] Escape minus signs in manpage to fix lintian warning
@ 2011-10-05 9:46 Martin Steigerwald
2011-10-05 12:09 ` Jens Axboe
0 siblings, 1 reply; 2+ messages in thread
From: Martin Steigerwald @ 2011-10-05 9:46 UTC (permalink / raw)
To: fio
Hi Jens!
I have patch to fix a recently introduced lintian warning. It is my first
try with "git format-patch origin" and KMail without line wrappings.
Please tell me, whether its okay.
I will include the patch in my debian package until I package a version
where you merged it.
From 0d572b5e317ec8c93d8594c40c05c2464fcef59f Mon Sep 17 00:00:00 2001
From: Martin Steigerwald <ms@teamix.de>
Date: Wed, 5 Oct 2011 11:41:54 +0200
Subject: [PATCH] Escape minus signs in manpage to fix lintian warning:
I: fio: hyphen-used-as-minus-sign usr/share/man/man1/fio.1.gz:934
see:
http://lintian.debian.org/tags/hyphen-used-as-minus-sign.html
---
fio.1 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fio.1 b/fio.1
index dc10b40..513caa9 100644
--- a/fio.1
+++ b/fio.1
@@ -931,7 +931,7 @@ Enable the reporting of percentiles of completion latencies.
Overwrite the default list of percentiles for completion
latencies. Each number is a floating number in the range (0,100], and
the maximum length of the list is 20. Use ':' to separate the
-numbers. For example, --percentile_list=99.5:99.9 will cause fio to
+numbers. For example, \-\-percentile_list=99.5:99.9 will cause fio to
report the values of completion latency below which 99.5% and 99.9% of
the observed latencies fell, respectively.
.SH OUTPUT
--
1.7.6.3
Thanks,
--
Martin Steigerwald - teamix GmbH - http://www.teamix.de
gpg: 19E3 8D42 896F D004 08AC A0CA 1E10 C593 0399 AE90
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-10-05 12:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-05 9:46 [PATCH] Escape minus signs in manpage to fix lintian warning Martin Steigerwald
2011-10-05 12:09 ` Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox