summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_rateest.man
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2023-10-24 17:52:01 +0200
committerPhil Sutter <phil@nwl.cc>2023-10-27 18:00:30 +0200
commit7b9eb746f112f4f5677a6206013497c8233ffae8 (patch)
tree8fe07a89d40cd1f9a072cb981995a66a69926309 /extensions/libxt_rateest.man
parent15f6198306d79e4f6b58ae69d0a4ca6478773986 (diff)
man: reveal rateest's combination categories
The .\" prefix made these paragraphs invisible in at least regular man page output. Turn them into tags instead. Signed-off-by: Jan Engelhardt <jengelh@inai.de> Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'extensions/libxt_rateest.man')
-rw-r--r--extensions/libxt_rateest.man12
1 files changed, 8 insertions, 4 deletions
diff --git a/extensions/libxt_rateest.man b/extensions/libxt_rateest.man
index e5bcae3f..b1779eb3 100644
--- a/extensions/libxt_rateest.man
+++ b/extensions/libxt_rateest.man
@@ -4,22 +4,26 @@ estimators and matching on the difference between two rate estimators.
.PP
For a better understanding of the available options, these are all possible
combinations:
-.\" * Absolute:
+.TP
+Absolute:
.IP \(bu 4
\fBrateest\fP \fIoperator\fP \fBrateest-bps\fP
.IP \(bu 4
\fBrateest\fP \fIoperator\fP \fBrateest-pps\fP
-.\" * Absolute + Delta:
+.TP
+Absolute + Delta:
.IP \(bu 4
(\fBrateest\fP minus \fBrateest-bps1\fP) \fIoperator\fP \fBrateest-bps2\fP
.IP \(bu 4
(\fBrateest\fP minus \fBrateest-pps1\fP) \fIoperator\fP \fBrateest-pps2\fP
-.\" * Relative:
+.TP
+Relative:
.IP \(bu 4
\fBrateest1\fP \fIoperator\fP \fBrateest2\fP \fBrateest-bps\fP(without rate!)
.IP \(bu 4
\fBrateest1\fP \fIoperator\fP \fBrateest2\fP \fBrateest-pps\fP(without rate!)
-.\" * Relative + Delta:
+.TP
+Relative + Delta:
.IP \(bu 4
(\fBrateest1\fP minus \fBrateest-bps1\fP) \fIoperator\fP
(\fBrateest2\fP minus \fBrateest-bps2\fP)