summaryrefslogtreecommitdiff
path: root/man/XpmMisc.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XpmMisc.man')
-rw-r--r--man/XpmMisc.man16
1 files changed, 8 insertions, 8 deletions
diff --git a/man/XpmMisc.man b/man/XpmMisc.man
index 9d66feb..a447e27 100644
--- a/man/XpmMisc.man
+++ b/man/XpmMisc.man
@@ -29,21 +29,21 @@ XpmMisc \- xpm misc functions to free used memory and handle errors
.SH SYNOPSIS
.HP
-int XpmFreeXpmImage( XpmImage *image );
+int XpmFreeXpmImage(XpmImage *image);
.HP
-int XpmFreeXpmInfo( XpmInfo *info );
+int XpmFreeXpmInfo(XpmInfo *info);
.HP
-int XpmFreeAttributes( XpmAttributes *attributes );
+int XpmFreeAttributes(XpmAttributes *attributes);
.HP
-int XpmAttributesSize()
+int XpmAttributesSize();
.HP
-int XpmFreeExtensions( XpmExtension *extensions, int nextensions );
+int XpmFreeExtensions(XpmExtension *extensions, int nextensions);
.HP
-int XpmFree( char *ptr );
+int XpmFree(char *ptr);
.HP
-char *XpmGetErrorString( int errorcode );
+char *XpmGetErrorString(int errorcode);
.HP
-int XpmLibraryVersion()
+int XpmLibraryVersion();
.SH ARGUMENTS