diff options
Diffstat (limited to '')
-rw-r--r-- | man/cg-sleepmode.1 | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/man/cg-sleepmode.1 b/man/cg-sleepmode.1 index 2a752ca..278ab48 100644 --- a/man/cg-sleepmode.1 +++ b/man/cg-sleepmode.1 @@ -61,6 +61,12 @@ is 1 second. 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 .BR \-M " "\fImethod\fP Adjustment method name or number. Recognised names include: @@ -79,6 +85,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 @@ -87,6 +99,12 @@ must be a signed 64-bit integer (between -9223372036854775807 and 9223372036854775808). .BR cg-sleepmode 's default priority is 1729382256910270464. + +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 @@ -94,6 +112,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 |