From b2ba1e0306c69ac838ee5f46729c9753834d2fa8 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 11 Jan 2016 02:07:04 +0100 Subject: typo + macro variants of functions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- doc/info/chap/clut-manipulation.texinfo | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/info/chap/clut-manipulation.texinfo') diff --git a/doc/info/chap/clut-manipulation.texinfo b/doc/info/chap/clut-manipulation.texinfo index 7659992..453c14e 100644 --- a/doc/info/chap/clut-manipulation.texinfo +++ b/doc/info/chap/clut-manipulation.texinfo @@ -108,7 +108,8 @@ The brightness parameter for the blue curve. @item libclut_linearise(clut, max, type, r, g, b) Convert the curves from formatted in standard RGB to linear RGB. -Requires linking with @option{-lclut}. +Requires linking with @option{-lclut}, or @option{-lm} if +@code{libclut_model_standard_to_linear1} is not undefined. Parameters: @table @code @@ -124,7 +125,8 @@ Whether to convert the blue colour curve. @item libclut_standardise(clut, max, type, r, g, b) Convert the curves from formatted in linear RGB to standard RGB. -Requires linking with @option{-lclut}. +Requires linking with @option{-lclut}, or @option{-lm} if +@code{libclut_model_linear_to_standard1} is not undefined. Parameters: @table @code -- cgit v1.2.3-70-g09d2