aboutsummaryrefslogtreecommitdiffstats
path: root/doc/info/chap/overview.texinfo
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2016-01-10 14:23:59 +0100
committerMattias Andrée <maandree@member.fsf.org>2016-01-10 14:23:59 +0100
commit393436c7c8a0becee6c02d7b5438ba44452dc76d (patch)
treec57c96146ce98874e7adf3c53acff33a34461b03 /doc/info/chap/overview.texinfo
parentm (diff)
downloadlibclut-393436c7c8a0becee6c02d7b5438ba44452dc76d.tar.gz
libclut-393436c7c8a0becee6c02d7b5438ba44452dc76d.tar.bz2
libclut-393436c7c8a0becee6c02d7b5438ba44452dc76d.tar.xz
info: brief description
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to '')
-rw-r--r--doc/info/chap/overview.texinfo10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/info/chap/overview.texinfo b/doc/info/chap/overview.texinfo
index 31c91a1..869e735 100644
--- a/doc/info/chap/overview.texinfo
+++ b/doc/info/chap/overview.texinfo
@@ -1,5 +1,13 @@
@node Overview
@chapter Overview
-@command{libclut}
+@command{libclut} is C library for manipulating colour
+lookup tables. @command{libclut} is used by including
+the header @file{<libclut.h>}. Some functionality also
+requires that the objects be linked with @option{-lclut}.
+
+@command{libclut} is designed to work well with
+@command{libgamma}, but does not require that
+@command{libgamma} is used for any of its [@command{libclut}'s]
+functionality.