diff options
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-csource.1')
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf-csource.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-csource.1 b/gdk-pixbuf/gdk-pixbuf-csource.1 index ebc056750..d992921b6 100644 --- a/gdk-pixbuf/gdk-pixbuf-csource.1 +++ b/gdk-pixbuf/gdk-pixbuf-csource.1 @@ -9,7 +9,7 @@ gdk-pixbuf-csource \- C code generation utility for GdkPixbuf images .SH DESCRIPTION \fBgdk-pixbuf-csource\fP is a small utility that generates C code containing -images, usefull for compiling images directly into programs. +images, useful for compiling images directly into programs. .SH INVOCATION @@ -35,11 +35,11 @@ Generate *_ROWSTRIDE, *_WIDTH, *_HEIGHT, *_BYTES_PER_PIXEL and .TP \fI--rle -Enables run length encoding for the generated pixel data (default). +Enables run-length encoding for the generated pixel data (default). .TP \fI--raw -Disables run length encoding for the generated pixel data (default). +Disables run-length encoding for the generated pixel data. .TP \fI--extern @@ -56,8 +56,8 @@ to decode run-length encoded image data. .TP \fI--name=identifier -Specifies the identifier name (prefix) for the generated variable or -macros (usefull only if \fI--build-list\fP was not specified). +Specifies the identifier name (prefix) for the generated variables or +macros (useful only if \fI--build-list\fP was not specified). .TP \fI--build-list |