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/XpmCreateXpmImage.man | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'man/XpmCreateXpmImage.man') 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 -- cgit v1.2.3