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 | |
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>
-rw-r--r-- | man/cg-brilliance.1 | 4 | ||||
-rw-r--r-- | man/cg-darkroom.1 | 4 | ||||
-rw-r--r-- | man/cg-gamma.1 | 4 | ||||
-rw-r--r-- | man/cg-icc.1 | 4 | ||||
-rw-r--r-- | man/cg-limits.1 | 4 | ||||
-rw-r--r-- | man/cg-linear.1 | 12 | ||||
-rw-r--r-- | man/cg-negative.1 | 4 | ||||
-rw-r--r-- | man/cg-rainbow.1 | 4 | ||||
-rw-r--r-- | man/cg-sleepmode.1 | 4 |
9 files changed, 24 insertions, 20 deletions
diff --git a/man/cg-brilliance.1 b/man/cg-brilliance.1 index a78f8ab..c500bbd 100644 --- a/man/cg-brilliance.1 +++ b/man/cg-brilliance.1 @@ -72,8 +72,8 @@ is all available adjustment methods are printed. .TP .BR \-p " "\fIpriority\fP -Set the priority of the filter. Filters with lower priority -are applied before filters with higher priority. The value +Set the priority of the filter. Filters with higher priority +are applied before filters with lower priority. The value must be a signed 64-bit integer (between -9223372036854775807 and 9223372036854775808). .BR cg-brilliance 's diff --git a/man/cg-darkroom.1 b/man/cg-darkroom.1 index 84b40dd..7fe2ad8 100644 --- a/man/cg-darkroom.1 +++ b/man/cg-darkroom.1 @@ -65,8 +65,8 @@ is all available adjustment methods are printed. .TP .BR \-p " "\fIpriority\fP -Set the priority of the filter. Filters with lower priority -are applied before filters with higher priority. The value +Set the priority of the filter. Filters with higher priority +are applied before filters with lower priority. The value must be a signed 64-bit integer (between -9223372036854775807 and 9223372036854775808). .BR cg-darkroom 's diff --git a/man/cg-gamma.1 b/man/cg-gamma.1 index 467b58b..7c24105 100644 --- a/man/cg-gamma.1 +++ b/man/cg-gamma.1 @@ -88,8 +88,8 @@ is all available adjustment methods are printed. .TP .BR \-p " "\fIpriority\fP -Set the priority of the filter. Filters with lower priority -are applied before filters with higher priority. The value +Set the priority of the filter. Filters with higher priority +are applied before filters with lower priority. The value must be a signed 64-bit integer (between -9223372036854775807 and 9223372036854775808). .BR cg-gamma 's diff --git a/man/cg-icc.1 b/man/cg-icc.1 index 7473634..1b4a1c1 100644 --- a/man/cg-icc.1 +++ b/man/cg-icc.1 @@ -73,8 +73,8 @@ is all available adjustment methods are printed. .TP .BR \-p " "\fIpriority\fP -Set the priority of the filter. Filters with lower priority -are applied before filters with higher priority. The value +Set the priority of the filter. Filters with higher priority +are applied before filters with lower priority. The value must be a signed 64-bit integer (between -9223372036854775807 and 9223372036854775808). .BR cg-icc 's diff --git a/man/cg-limits.1 b/man/cg-limits.1 index dedaf69..6aff241 100644 --- a/man/cg-limits.1 +++ b/man/cg-limits.1 @@ -103,8 +103,8 @@ is all available adjustment methods are printed. .TP .BR \-p " "\fIpriority\fP -Set the priority of the filter. Filters with lower priority -are applied before filters with higher priority. The value +Set the priority of the filter. Filters with higher priority +are applied before filters with lower priority. The value must be a signed 64-bit integer (between -9223372036854775807 and 9223372036854775808). .BR cg-limits 's 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 diff --git a/man/cg-negative.1 b/man/cg-negative.1 index 4869b4c..af6a92c 100644 --- a/man/cg-negative.1 +++ b/man/cg-negative.1 @@ -69,8 +69,8 @@ is all available adjustment methods are printed. .TP .BR \-p " "\fIpriority\fP -Set the priority of the filter. Filters with lower priority -are applied before filters with higher priority. The value +Set the priority of the filter. Filters with higher priority +are applied before filters with lower priority. The value must be a signed 64-bit integer (between -9223372036854775807 and 9223372036854775808). .BR cg-negative 's diff --git a/man/cg-rainbow.1 b/man/cg-rainbow.1 index 34161cb..6688977 100644 --- a/man/cg-rainbow.1 +++ b/man/cg-rainbow.1 @@ -74,8 +74,8 @@ is all available adjustment methods are printed. .TP .BR \-p " "\fIpriority\fP -Set the priority of the filter. Filters with lower priority -are applied before filters with higher priority. The value +Set the priority of the filter. Filters with higher priority +are applied before filters with lower priority. The value must be a signed 64-bit integer (between -9223372036854775807 and 9223372036854775808). .BR cg-rainbow 's diff --git a/man/cg-sleepmode.1 b/man/cg-sleepmode.1 index 278ab48..1d04af8 100644 --- a/man/cg-sleepmode.1 +++ b/man/cg-sleepmode.1 @@ -93,8 +93,8 @@ is all available adjustment methods are printed. .TP .BR \-p " "\fIpriority\fP -Set the priority of the filter. Filters with lower priority -are applied before filters with higher priority. The value +Set the priority of the filter. Filters with higher priority +are applied before filters with lower priority. The value must be a signed 64-bit integer (between -9223372036854775807 and 9223372036854775808). .BR cg-sleepmode 's |