diff options
author | Mattias Andrée <maandree@kth.se> | 2016-12-01 11:45:43 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-12-01 11:45:43 +0100 |
commit | d37d7cb03848eb8760e1d3742c51474bd33e4509 (patch) | |
tree | 5cd027a70aea1514d2d9351610ceae0fa90da9e7 /man/cg-icc.1 | |
parent | Add cg-query.1 (diff) | |
download | cg-tools-d37d7cb03848eb8760e1d3742c51474bd33e4509.tar.gz cg-tools-d37d7cb03848eb8760e1d3742c51474bd33e4509.tar.bz2 cg-tools-d37d7cb03848eb8760e1d3742c51474bd33e4509.tar.xz |
doc -M ?, -c ?, -R ?, and -R ??
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'man/cg-icc.1')
-rw-r--r-- | man/cg-icc.1 | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/man/cg-icc.1 b/man/cg-icc.1 index 1e30e75..7473634 100644 --- a/man/cg-icc.1 +++ b/man/cg-icc.1 @@ -38,6 +38,12 @@ ICC file for that monitor. Apply the filter to the CRTC with the monitor whose EDID is .IR crtc . By default, the filter is applied to all monitors. + +If +.I crtc +is +.RB ' ? ', +all available CRTC's are listed. .TP .B \-d Keep the process alive and remove the filter on death. @@ -59,6 +65,12 @@ The adjustment methods are supported via Only methods that were enabled when .B libgamma was compiled will be supported. + +If +.I method +is +.RB ' ? ', +all available adjustment methods are printed. .TP .BR \-p " "\fIpriority\fP Set the priority of the filter. Filters with lower priority @@ -67,6 +79,12 @@ must be a signed 64-bit integer (between -9223372036854775807 and 9223372036854775808). .BR cg-icc 's default priority is 0. + +If +.I priority +is +.RB ' ? ', +the utility's default priority is printed. .TP .BR \-R " "\fIrule\fP Set the rule of of the filter to @@ -74,6 +92,16 @@ Set the rule of of the filter to This is the last part of the filter's identifier (class). The default rule is .BR standard . + +If +.I rule +is +.RB ' ? ' +the utility's default rule is printed. If +.I rule +is +.RB ' ?? ' +the utility's default class is printed. .TP .BR \-S " "\fIsite\fP Select the site to which to connect. For example |