summaryrefslogtreecommitdiff
path: root/man/XpmCreateXpmImage.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/XpmCreateXpmImage.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/XpmCreateXpmImage.man')
-rw-r--r--man/XpmCreateXpmImage.man8
1 files changed, 4 insertions, 4 deletions
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