aboutsummaryrefslogtreecommitdiffstats
path: root/libcolour_convert_en_masse.3
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:22:08 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:22:08 +0100
commit5d0d0e7d2f65f23b5eb3105a9163d403d239915d (patch)
tree1d743d74ccb5a9f32d14321befc29292b06dc8ae /libcolour_convert_en_masse.3
parentFix makefile (diff)
downloadlibcolour-5d0d0e7d2f65f23b5eb3105a9163d403d239915d.tar.gz
libcolour-5d0d0e7d2f65f23b5eb3105a9163d403d239915d.tar.bz2
libcolour-5d0d0e7d2f65f23b5eb3105a9163d403d239915d.tar.xz
m fixesHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--libcolour_convert_en_masse.38
1 files changed, 4 insertions, 4 deletions
diff --git a/libcolour_convert_en_masse.3 b/libcolour_convert_en_masse.3
index 0c8f037..b35ce37 100644
--- a/libcolour_convert_en_masse.3
+++ b/libcolour_convert_en_masse.3
@@ -1,4 +1,4 @@
-.TH LIBCOLOUR_CONVERT_EN_MASSE 3 libcolour
+.TH LIBCOLOUR_CONVERT_EN_MASSE 3 LIBCOLOUR
.SH NAME
libcolour_convert_en_masse - Colour space and colour model conversion for many colours
.SH SYNOPSIS
@@ -44,11 +44,11 @@ be the
the any, or none, of the following values:
.TP
.B LIBCOLOUR_CONVERT_EN_MASSE_ON_CPU
-Perform convertion on CPU rather than on GPU.
+Perform conversion on CPU rather than on GPU.
.TP
.B LIBCOLOUR_CONVERT_EN_MASSE_NO_OVERRIDE
Output parameters are listed after input parameters,
-rather than using the input parametrs as the
+rather than using the input parameters as the
output parameters. These will have the same type
as the input parameters.
.P
@@ -136,7 +136,7 @@ and
.I from
and
.I to
-most use the same floating-point type.
+must use the same floating-point type.
.P
GPU acceleration is currently not implemented.
.SH SEE ALSO