summaryrefslogtreecommitdiff
path: root/man/XpmCreateImage.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/XpmCreateImage.man
parentfb8590c9c57d661ec4a29da243e05b9d87b999d3 (diff)
downloadxorg-lib-libXpm-2b7357e83e38e2a860687ee4150ef60bd6c0a47f.tar.gz
man pages: Make function synopses more consistent with other pages
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'man/XpmCreateImage.man')
-rw-r--r--man/XpmCreateImage.man6
1 files changed, 3 insertions, 3 deletions
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