diff options
-rw-r--r-- | info/libgamma.texinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/info/libgamma.texinfo b/info/libgamma.texinfo index d70111e..2ab3d07 100644 --- a/info/libgamma.texinfo +++ b/info/libgamma.texinfo @@ -884,14 +884,14 @@ could not successfully be read. This function takes three arguments: @table @asis -@item @code{this} @code{libgamma_crtc_information_t*} +@item @code{this} [@code{libgamma_crtc_information_t*}] Instance of a data structure to fill with the information about the CRTC. -@item @code{crtc} @code{libgamma_crtc_state_t*} +@item @code{crtc} [@code{libgamma_crtc_state_t*}] The state of the CRTC whose information should be read. -@item @code{fields} @code{int32_t} +@item @code{fields} [@code{int32_t}] OR:ed identifiers for the information about the CRTC that should be read. @end table |