summaryrefslogtreecommitdiff
path: root/man/XpmCreateImage.man
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-08-26 18:29:05 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-08-27 10:12:44 -0700
commit2d5fa4c2079494f502f9a576d749fa1e205f2144 (patch)
tree5f4bcab7f2ad1fb911380f1d50caf67988daec9d /man/XpmCreateImage.man
parent2b7357e83e38e2a860687ee4150ef60bd6c0a47f (diff)
downloadxorg-lib-libXpm-2d5fa4c2079494f502f9a576d749fa1e205f2144.tar.gz
man pages: Add missing word 'function' where needed
A number of instances of 'The Xpm... function' were missing the word "function", so read awkwardly. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'man/XpmCreateImage.man')
-rw-r--r--man/XpmCreateImage.man2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/XpmCreateImage.man b/man/XpmCreateImage.man
index 28c9bf7..024a29e 100644
--- a/man/XpmCreateImage.man
+++ b/man/XpmCreateImage.man
@@ -63,7 +63,7 @@ and possibly the data returned into the XpmAttributes structure.
.SS XpmCreateImageFromBuffer
To create an XImage from an XPM buffer, use XpmCreateImageFromBuffer.
-The XpmCreateImageFromBuffer works the same way as XpmReadFileToImage(),
+The XpmCreateImageFromBuffer function works the same way as XpmReadFileToImage(),
it just parses the buffer instead of the file.
Be aware that the feature provided on some systems by XpmReadFileToImage
to deal with compressed files is not available here.