From 2b7357e83e38e2a860687ee4150ef60bd6c0a47f Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 26 Aug 2022 18:16:42 -0700 Subject: man pages: Make function synopses more consistent with other pages Signed-off-by: Alan Coopersmith --- man/XpmCreateBuffer.man | 6 +++--- man/XpmCreateData.man | 6 +++--- man/XpmCreateImage.man | 6 +++--- man/XpmCreatePixmap.man | 6 +++--- man/XpmCreateXpmImage.man | 8 ++++---- man/XpmMisc.man | 16 ++++++++-------- man/XpmRead.man | 10 +++++----- man/XpmWrite.man | 10 +++++----- 8 files changed, 34 insertions(+), 34 deletions(-) (limited to 'man') diff --git a/man/XpmCreateBuffer.man b/man/XpmCreateBuffer.man index 56afd67..cd3062b 100644 --- a/man/XpmCreateBuffer.man +++ b/man/XpmCreateBuffer.man @@ -29,11 +29,11 @@ XpmCreateBuffer \- create an Xpm-Buffer .SH SYNOPSIS .HP -int XpmCreateBufferFromImage( Display *display, char **buffer_return, XImage *image, XImage *shapeimage, XpmAttributes *attributes ); +int XpmCreateBufferFromImage(Display *display, char **buffer_return, XImage *image, XImage *shapeimage, XpmAttributes *attributes); .HP -int XpmCreateBufferFromPixmap( Display *display, char **buffer_return, Pixmap pixmap, Pixmap shapemask, XpmAttributes *attributes ); +int XpmCreateBufferFromPixmap(Display *display, char **buffer_return, Pixmap pixmap, Pixmap shapemask, XpmAttributes *attributes); .HP -int XpmCreateBufferFromXpmImage( char **buffer_return, XpmImage *image, XpmInfo *info ); +int XpmCreateBufferFromXpmImage(char **buffer_return, XpmImage *image, XpmInfo *info); .SH ARGUMENTS diff --git a/man/XpmCreateData.man b/man/XpmCreateData.man index 384a95d..ac41d30 100644 --- a/man/XpmCreateData.man +++ b/man/XpmCreateData.man @@ -29,11 +29,11 @@ XpmCreateData \- create an Data structure .SH SYNOPSIS .HP -int XpmCreateDataFromImage( Display *display, char ***data_return, XImage *image, XImage *shapeimage, XpmAttributes *attributes ); +int XpmCreateDataFromImage(Display *display, char ***data_return, XImage *image, XImage *shapeimage, XpmAttributes *attributes); .HP -int XpmCreateDataFromPixmap( Display *display, char ***data_return, Pixmap pixmap, Pixmap shapemask, XpmAttributes *attributes ); +int XpmCreateDataFromPixmap(Display *display, char ***data_return, Pixmap pixmap, Pixmap shapemask, XpmAttributes *attributes); .HP -int XpmCreateDataFromXpmImage( char ***data_return, XpmImage *image, XpmInfo *info); +int XpmCreateDataFromXpmImage(char ***data_return, XpmImage *image, XpmInfo *info); .SH ARGUMENTS diff --git a/man/XpmCreateImage.man b/man/XpmCreateImage.man index f614ea7..28c9bf7 100644 --- a/man/XpmCreateImage.man +++ b/man/XpmCreateImage.man @@ -28,11 +28,11 @@ XpmCreateImage \- create an Xpm-image .SH SYNOPSIS .HP -int XpmCreateImageFromData( Display *display, char **data, XImage **image_return, XImage **shapeimage_return, XpmAttributes *attributes ); +int XpmCreateImageFromData(Display *display, char **data, XImage **image_return, XImage **shapeimage_return, XpmAttributes *attributes); .HP -int XpmCreateImageFromBuffer( Display *display, char *buffer, XImage **image_return, XImage **shapeimage_return, XpmAttributes *attributes ); +int XpmCreateImageFromBuffer(Display *display, char *buffer, XImage **image_return, XImage **shapeimage_return, XpmAttributes *attributes); .HP -int XpmCreateImageFromXpmImage( Display *display, XpmImage *image, XImage *image_return, XImage *shapeimage_return, XpmAttributes *attributes; +int XpmCreateImageFromXpmImage(Display *display, XpmImage *image, XImage *image_return, XImage *shapeimage_return, XpmAttributes *attributes); .SH ARGUMENTS diff --git a/man/XpmCreatePixmap.man b/man/XpmCreatePixmap.man index 80dded1..ab83f65 100644 --- a/man/XpmCreatePixmap.man +++ b/man/XpmCreatePixmap.man @@ -28,11 +28,11 @@ XpmCreatePixmap \- create a pixmap .SH SYNOPSIS .HP -int XpmCreatePixmapFromData( Display *display, Drawable d, char **data, Pixmap *pixmap_return, Pixmap *shapemask_return, XpmAttributes *attributes ); +int XpmCreatePixmapFromData(Display *display, Drawable d, char **data, Pixmap *pixmap_return, Pixmap *shapemask_return, XpmAttributes *attributes); .HP -int XpmCreatePixmapFromBuffer( Display *display, Drawable d, char *buffer, Pixmap *pixmap_return, Pixmap *shapemask_return, XpmAttributes *attributes; +int XpmCreatePixmapFromBuffer(Display *display, Drawable d, char *buffer, Pixmap *pixmap_return, Pixmap *shapemask_return, XpmAttributes *attributes); .HP -int XpmCreatePixmapFromXpmImage( Display *display, Drawable d, XpmImage *image, Pixmap *pixmap_return, Pixmap *shapemask_return, XpmAttributes *attributes; +int XpmCreatePixmapFromXpmImage(Display *display, Drawable d, XpmImage *image, Pixmap *pixmap_return, Pixmap *shapemask_return, XpmAttributes *attributes); .SH ARGUMENTS diff --git a/man/XpmCreateXpmImage.man b/man/XpmCreateXpmImage.man index cd810fe..09bf577 100644 --- a/man/XpmCreateXpmImage.man +++ b/man/XpmCreateXpmImage.man @@ -29,13 +29,13 @@ XpmCreateXpmImage \- create an Xpm image .SH SYNOPSIS .HP -int XpmCreateXpmImageFromData( char **data, XpmImage *image, XpmInfo*info ); +int XpmCreateXpmImageFromData(char **data, XpmImage *image, XpmInfo *info); .HP -int XpmCreateXpmImageFromBuffer( char *buffer, XpmImage *image, XpmInfo *info ); +int XpmCreateXpmImageFromBuffer(char *buffer, XpmImage *image, XpmInfo *info); .HP -int XpmCreateXpmImageFromImage( Display *display, XImage *image, XImage *shapeimage, XpmImage *xpmimage, XpmAttributes *attributes; +int XpmCreateXpmImageFromImage(Display *display, XImage *image, XImage *shapeimage, XpmImage *xpmimage, XpmAttributes *attributes); .HP -int XpmCreateXpmImageFromPixmap( Display *display, Pixmap *pixmap, Pixmap *shapemask, XpmImage *xpmimage, XpmAttributes *attributes ); +int XpmCreateXpmImageFromPixmap(Display *display, Pixmap *pixmap, Pixmap *shapemask, XpmImage *xpmimage, XpmAttributes *attributes); .SH ARGUMENTS diff --git a/man/XpmMisc.man b/man/XpmMisc.man index 9d66feb..a447e27 100644 --- a/man/XpmMisc.man +++ b/man/XpmMisc.man @@ -29,21 +29,21 @@ XpmMisc \- xpm misc functions to free used memory and handle errors .SH SYNOPSIS .HP -int XpmFreeXpmImage( XpmImage *image ); +int XpmFreeXpmImage(XpmImage *image); .HP -int XpmFreeXpmInfo( XpmInfo *info ); +int XpmFreeXpmInfo(XpmInfo *info); .HP -int XpmFreeAttributes( XpmAttributes *attributes ); +int XpmFreeAttributes(XpmAttributes *attributes); .HP -int XpmAttributesSize() +int XpmAttributesSize(); .HP -int XpmFreeExtensions( XpmExtension *extensions, int nextensions ); +int XpmFreeExtensions(XpmExtension *extensions, int nextensions); .HP -int XpmFree( char *ptr ); +int XpmFree(char *ptr); .HP -char *XpmGetErrorString( int errorcode ); +char *XpmGetErrorString(int errorcode); .HP -int XpmLibraryVersion() +int XpmLibraryVersion(); .SH ARGUMENTS diff --git a/man/XpmRead.man b/man/XpmRead.man index 8b264d2..70e3a63 100644 --- a/man/XpmRead.man +++ b/man/XpmRead.man @@ -29,15 +29,15 @@ XpmRead \- read an XPM file .SH SYNOPSIS .HP -int XpmReadFileToImage( Display *display, char *filename, XImage **image_return, XImage **shapeimage_return, XpmAttributes *attributes ); +int XpmReadFileToImage(Display *display, char *filename, XImage **image_return, XImage **shapeimage_return, XpmAttributes *attributes); .HP -int XpmReadFileToPixmap( Display *display, Drawable d, char *filename, Pixmap *pixmap_return, Pixmap *shapemask_return, XpmAttributes *attributes ); +int XpmReadFileToPixmap(Display *display, Drawable d, char *filename, Pixmap *pixmap_return, Pixmap *shapemask_return, XpmAttributes *attributes); .HP -int XpmReadFileToXpmImage( char *filename, XpmImage *image, XpmInfo *info ); +int XpmReadFileToXpmImage(char *filename, XpmImage *image, XpmInfo *info); .HP -int XpmReadFileToBuffer( char *filename, char **buffer_return ); +int XpmReadFileToBuffer(char *filename, char **buffer_return); .HP -int XpmReadFileToData( char *filename, char ***data_return ); +int XpmReadFileToData(char *filename, char ***data_return); .SH ARGUMENTS .IP \fIdisplay\fP li diff --git a/man/XpmWrite.man b/man/XpmWrite.man index b840e97..43ca2c3 100644 --- a/man/XpmWrite.man +++ b/man/XpmWrite.man @@ -29,15 +29,15 @@ XpmWrite \- write an XPM file .SH SYNOPSIS .HP -int XpmWriteFileFromPixmap( Display *display, char *filename, Pixmap pixmap, Pixmap shapemask, XpmAttributes *attributes ); +int XpmWriteFileFromPixmap(Display *display, char *filename, Pixmap pixmap, Pixmap shapemask, XpmAttributes *attributes); .HP -int XpmWriteFileFromImage( Display *display, char *filename, XImage *image, XImage *shapeimage, XpmAttributes *attributes ); +int XpmWriteFileFromImage(Display *display, char *filename, XImage *image, XImage *shapeimage, XpmAttributes *attributes); .HP -int XpmWriteFileFromData( char *filename, char **data ); +int XpmWriteFileFromData(char *filename, char **data); .HP -int XpmWriteFileFromXpmImage( char *filename, XpmImage *image, XImage *shapeimage, XpmInfo *info ); +int XpmWriteFileFromXpmImage(char *filename, XpmImage *image, XImage *shapeimage, XpmInfo *info); .HP -int XpmWriteFileFromBuffer( char *filename, char *buffer ); +int XpmWriteFileFromBuffer(char *filename, char *buffer); .SH ARGUMENTS -- cgit v1.2.1