summaryrefslogtreecommitdiff
path: root/man/XpmRead.man
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-08-26 18:16:42 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-08-27 10:12:39 -0700
commit2b7357e83e38e2a860687ee4150ef60bd6c0a47f (patch)
tree0c12838c525a5807ad515817f12af55d985a7bde /man/XpmRead.man
parentfb8590c9c57d661ec4a29da243e05b9d87b999d3 (diff)
man pages: Make function synopses more consistent with other pages
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'man/XpmRead.man')
-rw-r--r--man/XpmRead.man10
1 files changed, 5 insertions, 5 deletions
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