From 5d55a0be3f8a8d3e53c65c286878fc3224fce135 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 1 Jan 2023 10:48:01 -0800 Subject: 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 --- man/XpmCreateBuffer.man | 7 ++++--- man/XpmCreateData.man | 5 ++--- man/XpmCreateImage.man | 5 ++--- man/XpmCreatePixmap.man | 8 +++++--- man/XpmCreateXpmImage.man | 10 ++++++---- man/XpmMisc.man | 15 +++++++-------- man/XpmRead.man | 12 +++++++----- man/XpmWrite.man | 6 +----- 8 files changed, 34 insertions(+), 34 deletions(-) (limited to 'man') diff --git a/man/XpmCreateBuffer.man b/man/XpmCreateBuffer.man index 6d4cc6a..03d8b87 100644 --- a/man/XpmCreateBuffer.man +++ b/man/XpmCreateBuffer.man @@ -77,6 +77,7 @@ attributes: XpmComments, XpmExtensions, and XpmHotspot, and writes the related i The caller should free the buffer using XpmFree when finished. .SH "SEE ALSO" -.BR XpmCreateBufferFromImage(__libmansuffix__) , -.BR XpmCreateBufferFromPixmap(__libmansuffix__) , -.BR XpmCreateBufferFromXpmImage(__libmansuffix__) +.BR XpmFree (__libmansuffix__), +.BR XpmWriteFileFromBuffer (__libmansuffix__), +.BR XpmWriteFileFromImage (__libmansuffix__), +.BR XpmWriteFileFromPixmap (__libmansuffix__) diff --git a/man/XpmCreateData.man b/man/XpmCreateData.man index 797ff56..d4ec6f9 100644 --- a/man/XpmCreateData.man +++ b/man/XpmCreateData.man @@ -74,6 +74,5 @@ XpmExtensions, and XpmHotspot, and writes the related information out as well. It is the caller’s responsibility to free the data, using XpmFree when finished. .SH "SEE ALSO" -.BR XpmCreateDataFromImage(__libmansuffix__) , -.BR XpmCreateDataFromPixmap(__libmansuffix__) , -.BR XpmCreateDataFromXpmImage(__libmansuffix__) +.BR XpmFree (__libmansuffix__), +.BR XpmWriteFileFromImage (__libmansuffix__) 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__) diff --git a/man/XpmCreatePixmap.man b/man/XpmCreatePixmap.man index 5088f1e..79f54ae 100644 --- a/man/XpmCreatePixmap.man +++ b/man/XpmCreatePixmap.man @@ -73,6 +73,8 @@ equivalent function when the standard Xlib functions are not used, and possibly XpmAttributes using XpmFreeAttributes. .SH "SEE ALSO" -.BR XpmCreatePixmapFromBuffer(__libmansuffix__) , -.BR XpmCreatePixmapFromData(__libmansuffix__) , -.BR XpmCreatePixmapFromXpmImage(__libmansuffix__) +.BR XpmCreateImageFromData (__libmansuffix__), +.BR XpmCreateImageFromXpmImage (__libmansuffix__), +.BR XpmFreeAttributes (__libmansuffix__), +.BR XpmReadFileToPixmap (__libmansuffix__) + diff --git a/man/XpmCreateXpmImage.man b/man/XpmCreateXpmImage.man index 6be7cd0..64353ba 100644 --- a/man/XpmCreateXpmImage.man +++ b/man/XpmCreateXpmImage.man @@ -101,7 +101,9 @@ Finally it destroys the created X images using XDestroyImage. .SH "SEE ALSO" -.BR XpmCreateXpmImageFromBuffer(__libmansuffix__) , -.BR XpmCreateXpmImageFromData(__libmansuffix__) , -.BR XpmCreateXpmImageFromImage(__libmansuffix__) , -.BR XpmCreateXpmImageFromPixmap(__libmansuffix__) +.BR XpmFreeXpmImage (__libmansuffix__), +.BR XpmReadFileToBuffer (__libmansuffix__), +.BR XpmReadFileToData (__libmansuffix__), +.BR XpmReadFileToImage (__libmansuffix__), +.BR XpmReadFileToPixmap (__libmansuffix__), +.BR XpmWriteFileFromImage (__libmansuffix__) 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__) diff --git a/man/XpmRead.man b/man/XpmRead.man index 1c13353..b98f3d3 100644 --- a/man/XpmRead.man +++ b/man/XpmRead.man @@ -162,8 +162,10 @@ If insufficient working storage is allocated, it returns XpmNoMemory. On success it fills in the given XpmImage structure and returns XpmSuccess. .SH "SEE ALSO" -.BR XpmReadFileToImage(__libmansuffix__) , -.BR XpmReadFileToPixmap(__libmansuffix__) , -.BR XpmReadFileToBuffer(__libmansuffix__) , -.BR XpmReadFileToData(__libmansuffix__) -.BR XpmReadFileToXpmImage(__libmansuffix__) +.BR XpmCreateBuffer (__libmansuffix__), +.BR XpmCreateData (__libmansuffix__), +.BR XpmCreateImage (__libmansuffix__), +.BR XpmCreatePixmap (__libmansuffix__), +.BR XpmCreateXpmImage (__libmansuffix__), +.BR XpmFreeAttributes (__libmansuffix__), +.BR XpmWrite (__libmansuffix__) diff --git a/man/XpmWrite.man b/man/XpmWrite.man index 1ec4661..8e04fd0 100644 --- a/man/XpmWrite.man +++ b/man/XpmWrite.man @@ -122,8 +122,4 @@ since the parsing will be performed in memory, but it uses more memory. .SH "SEE ALSO" -.BR XpmWriteFileFromData(__libmansuffix__) , -.BR XpmWriteFileFromPixmap(__libmansuffix__) , -.BR XpmWriteFileFromImage(__libmansuffix__) , -.BR XpmWriteFileFromXpmImage(__libmansuffix__) , -.BR XpmWriteFileFromBuffer(__libmansuffix__) +.BR XpmRead (__libmansuffix__) -- cgit v1.2.1