aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2015-11-16 12:00:36 -0800
committerBruce A. Mah <bmah@es.net>2015-11-16 12:00:36 -0800
commit6e48bb2a5da13cdc2dcf069c1d4750ff99c15191 (patch)
tree2bb73f15daff084c27ebb3e052581f4eb5a66ae5
parent7b2abbc59a92d4f834c29e62ef9ec6375164f7e9 (diff)
downloadiperf3-6e48bb2a5da13cdc2dcf069c1d4750ff99c15191.tar.gz
Markup fixes in manpages for Debian compatibility.
Fixes #291. Merge candidate for 3.1 stable release if applicable.
-rw-r--r--src/iperf3.16
-rw-r--r--src/libiperf.32
2 files changed, 4 insertions, 4 deletions
diff --git a/src/iperf3.1 b/src/iperf3.1
index cb67336..272a6f7 100644
--- a/src/iperf3.1
+++ b/src/iperf3.1
@@ -95,7 +95,7 @@ use UDP rather than TCP
.TP
.BR -b ", " --bandwidth " \fIn\fR[KM]"
set target bandwidth to \fIn\fR bits/sec (default 1 Mbit/sec for UDP, unlimited for TCP).
-If there are multiple streams (-P flag), the bandwidth limit is applied
+If there are multiple streams (\-P flag), the bandwidth limit is applied
separately to each stream.
You can also add a '/' and a number to the bandwidth specifier.
This is called "burst mode".
@@ -108,10 +108,10 @@ Setting the target bandwidth to 0 will disable bandwidth limits
time in seconds to transmit for (default 10 secs)
.TP
.BR -n ", " --bytes " \fIn\fR[KM]"
-number of bytes to transmit (instead of -t)
+number of bytes to transmit (instead of \-t)
.TP
.BR -k ", " --blockcount " \fIn\fR[KM]"
-number of blocks (packets) to transmit (instead of -t or -n)
+number of blocks (packets) to transmit (instead of \-t or \-n)
.TP
.BR -l ", " --length " \fIn\fR[KM]"
length of buffer to read or write (default 128 KB for TCP, 8KB for UDP)
diff --git a/src/libiperf.3 b/src/libiperf.3
index 49d2526..5813a14 100644
--- a/src/libiperf.3
+++ b/src/libiperf.3
@@ -5,7 +5,7 @@ libiperf \- API for iperf3 network throughput tester
.SH SYNOPSIS
#include <iperf_api.h>
.br
--liperf
+\-liperf
.SH DESCRIPTION
.PP