summaryrefslogtreecommitdiff
path: root/man/XpmMisc.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/XpmMisc.man
parent392cb8fb444ae632176829076f412cb4029dbdbc (diff)
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/XpmMisc.man')
-rw-r--r--man/XpmMisc.man15
1 files changed, 7 insertions, 8 deletions
diff --git a/man/XpmMisc.man b/man/XpmMisc.man
index f8cfc93..7e3d696 100644
--- a/man/XpmMisc.man
+++ b/man/XpmMisc.man
@@ -97,11 +97,10 @@ The XpmFreeExtensions function frees all data stored in every extension and the
Note that XpmFreeAttributes call this function and thus most of the time it should not need to be explicitly called.
.SH "SEE ALSO"
-.BR XpmLibraryVersion(__libmansuffix__) ,
-.BR XpmGetErrorString(__libmansuffix__) ,
-.BR XpmFree(__libmansuffix__) ,
-.BR XpmFreeExtensions(__libmansuffix__) ,
-.BR XpmAttributesSize(__libmansuffix__) ,
-.BR XpmFreeAttributes(__libmansuffix__) ,
-.BR XpmFreeXpmImage(__libmansuffix__) ,
-.BR XpmFreeXpmInfo(__libmansuffix__)
+.BR XpmCreateBuffer (__libmansuffix__),
+.BR XpmCreateData (__libmansuffix__),
+.BR XpmCreateImage (__libmansuffix__),
+.BR XpmCreatePixmap (__libmansuffix__),
+.BR XpmCreateXpmImage (__libmansuffix__),
+.BR XpmRead (__libmansuffix__),
+.BR XpmWrite (__libmansuffix__)