aboutsummaryrefslogtreecommitdiffstats
path: root/liblss16.7
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:24:38 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:24:38 +0100
commit04b2aa793e46af6eb12489dc9aeafd5e5a0e02f3 (patch)
tree0d6404fc656278f5ce456b0be9d5da2bc429304a /liblss16.7
parentlss16toppm.1, ppmtolss16.1: m text fix (diff)
downloadliblss16-04b2aa793e46af6eb12489dc9aeafd5e5a0e02f3.tar.gz
liblss16-04b2aa793e46af6eb12489dc9aeafd5e5a0e02f3.tar.bz2
liblss16-04b2aa793e46af6eb12489dc9aeafd5e5a0e02f3.tar.xz
fix typosHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--liblss16.78
1 files changed, 4 insertions, 4 deletions
diff --git a/liblss16.7 b/liblss16.7
index 10c063c..34a4dee 100644
--- a/liblss16.7
+++ b/liblss16.7
@@ -4,9 +4,9 @@ liblss16 \- Library for the SYSLINUX \(dqad hoc\(dq LSS16 image format
.SH DESCRIPTION
.B liblss16
-is a C library for encoding and decode the LSS16 image file
+is a C library for encoding and decoding the LSS16 image file
format, which is a SYSLINUX \(dqad hoc\(dq lossless, compressed,
-low-fidelity image file format optimised bootloaders in low-end
+low-fidelity image file format optimised for bootloaders in low-end
graphics environments.
.PP
.B liblss16
@@ -18,7 +18,7 @@ Prepare state for
.BR liblss16_decode_to_colour_index (3).
.TP
.BR liblss16_decode_to_colour_index (3)
-Decode an file. The colour of each pixel is output with
+Decode a file. The colour of each pixel is output with
the index of the colour in the colour palette.
.TP
.BR liblss16_decode_strerror (3)
@@ -38,7 +38,7 @@ Prepare state for
.BR liblss16_encode_from_colour_index (3).
.TP
.BR liblss16_encode_from_colour_index (3)
-Encode an file. The colour of each pixle is input as
+Encode a file. The colour of each pixel is input as
the index of the colour in the colour palette.
.TP
.BR liblss16_encode_strerror (3)