diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-08-26 18:16:42 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-08-27 10:12:39 -0700 |
commit | 2b7357e83e38e2a860687ee4150ef60bd6c0a47f (patch) | |
tree | 0c12838c525a5807ad515817f12af55d985a7bde /man/XpmCreateBuffer.man | |
parent | fb8590c9c57d661ec4a29da243e05b9d87b999d3 (diff) |
man pages: Make function synopses more consistent with other pages
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'man/XpmCreateBuffer.man')
-rw-r--r-- | man/XpmCreateBuffer.man | 6 |
1 files changed, 3 insertions, 3 deletions
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 |