diff options
author | Mattias Andrée <maandree@kth.se> | 2016-12-19 02:11:22 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-12-19 02:11:28 +0100 |
commit | 10b9d31b462cb288b769abd90fdf4d96f9c28308 (patch) | |
tree | 9f33674e1e6a9889d451463b1ff3d134933d3f48 /man/cg-linear.1 | |
parent | cg-query, cg-remove: reject unrecognised options (diff) | |
download | cg-tools-10b9d31b462cb288b769abd90fdf4d96f9c28308.tar.gz cg-tools-10b9d31b462cb288b769abd90fdf4d96f9c28308.tar.bz2 cg-tools-10b9d31b462cb288b769abd90fdf4d96f9c28308.tar.xz |
fix manuals on priority1.2
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'man/cg-linear.1')
-rw-r--r-- | man/cg-linear.1 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/man/cg-linear.1 b/man/cg-linear.1 index 6c12cd0..da30d02 100644 --- a/man/cg-linear.1 +++ b/man/cg-linear.1 @@ -77,10 +77,14 @@ all available adjustment methods are printed. Set the priority of the linearisation filter to .IR start-priority , and the priority of the delinearisation filter to -.IR stop-priority. -Filters with lower priority are applied before filters with -higher priority. The value must be a signed 64-bit integer -(between -9223372036854775807 and 9223372036854775808). +.IR stop-priority . +Filters with higher priority are applied before filters with +lower priority. This means that normally you want the +.I start-priority +to be higher than +.IR stop-priority . +The value must be a signed 64-bit integer (between +-9223372036854775807 and 9223372036854775808). .TP .BR \-R " "\fIrule-base\fP Set the rule base of of the filters to |