diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-31 08:00:51 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-31 08:00:51 +0200 |
commit | d25ea3e8c64766f3cf392f7c5ccf5b09ae013677 (patch) | |
tree | 5e2ae3bb84a9abf1d2f7151b303d48905250c36d /info/libgamma.texinfo | |
parent | derp (diff) | |
download | libgamma-d25ea3e8c64766f3cf392f7c5ccf5b09ae013677.tar.gz libgamma-d25ea3e8c64766f3cf392f7c5ccf5b09ae013677.tar.bz2 libgamma-d25ea3e8c64766f3cf392f7c5ccf5b09ae013677.tar.xz |
extraction of constants into the info manual
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'info/libgamma.texinfo')
-rw-r--r-- | info/libgamma.texinfo | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/info/libgamma.texinfo b/info/libgamma.texinfo index fead5de..0fd280c 100644 --- a/info/libgamma.texinfo +++ b/info/libgamma.texinfo @@ -467,6 +467,7 @@ and for the freedom of all. @menu * Adjustment methods:: Selecting adjustment method. +* CRTC information:: Retrieving information about CRTC:s. * Errors:: Error codes and how to handle errors. @end menu @@ -554,6 +555,38 @@ values. +@node CRTC information +@section CRTC information + +CRTC information. + +@table @code +£>for info in $(libgamma-method-extract --list --info); do +@item £{info} +£>libgamma-method-extract --info $info | texise +£>done +@end table + +Subpixel order. + +@table @code +£>for order in $(libgamma-method-extract --list --subpixel); do +@item £{order} +£>libgamma-method-extract --subpixel $order | texise +£>done +@end table + +Connector type. + +@table @code +£>for type in $(libgamma-method-extract --list --connector); do +@item £{type} +£>libgamma-method-extract --connector $type | texise +£>done +@end table + + + @node Errors @section Errors |