summaryrefslogtreecommitdiff
path: root/man/XpmCreateImage.man
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-01-01 10:48:01 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-01-01 13:12:39 -0800
commit5d55a0be3f8a8d3e53c65c286878fc3224fce135 (patch)
tree5f71e598278d7a626574316803bc38897bb6289d /man/XpmCreateImage.man
parent392cb8fb444ae632176829076f412cb4029dbdbc (diff)
downloadxorg-lib-libXpm-5d55a0be3f8a8d3e53c65c286878fc3224fce135.tar.gz
man pages: Replace "See Also" entries with more useful ones
"See Also" entries in man pages should list other man pages to look at, not the alternate names for the current man page. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'man/XpmCreateImage.man')
-rw-r--r--man/XpmCreateImage.man5
1 files changed, 2 insertions, 3 deletions
diff --git a/man/XpmCreateImage.man b/man/XpmCreateImage.man
index 91065df..73521f5 100644
--- a/man/XpmCreateImage.man
+++ b/man/XpmCreateImage.man
@@ -76,6 +76,5 @@ the colors using XFreeColors, and possibly the
data returned into the XpmAttributes using XpmFreeAttributes().
.SH "SEE ALSO"
-.BR XpmCreateImageFromBuffer(__libmansuffix__) ,
-.BR XpmCreateImageFromData(__libmansuffix__) ,
-.BR XpmCreateImageFromXpmImage(__libmansuffix__)
+.BR XpmFreeAttributes (__libmansuffix__),
+.BR XpmReadFileToImage (__libmansuffix__)