summaryrefslogtreecommitdiff
path: root/man/xpmmisc.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/xpmmisc.man')
-rw-r--r--man/xpmmisc.man60
1 files changed, 30 insertions, 30 deletions
diff --git a/man/xpmmisc.man b/man/xpmmisc.man
index ee8b37b..a5444d1 100644
--- a/man/xpmmisc.man
+++ b/man/xpmmisc.man
@@ -1,31 +1,31 @@
-.\" Copyright (c) 2019 X Consortium
-.\"
-.\" Permission is hereby granted, free of charge, to any person obtaining
-.\" a copy of this software and associated documentation files (the
-.\" "Software"), to deal in the Software without restriction, including
-.\" without limitation the rights to use, copy, modify, merge, publish,
-.\" distribute, sublicense, and/or sell copies of the Software, and to
-.\" permit persons to whom the Software furnished to do so, subject to
-.\" the following conditions: .\" .\" The above copyright notice and this permission notice shall be included
-.\" in all copies or substantial portions of the Software.
-.\"
-.\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-.\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-.\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-.\" IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
-.\" OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
-.\" ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-.\" OTHER DEALINGS IN THE SOFTWARE.
-.\"
-.\" Except as contained in this notice, the name of the X Consortium shall
-.\" not be used in advertising or otherwise to promote the sale, use or
-.\" other dealing in this Software without prior written authorization
-.\" from the X Consortium.
+.\" Copyright (c) 2019 X Consortium
+.\"
+.\" Permission is hereby granted, free of charge, to any person obtaining
+.\" a copy of this software and associated documentation files (the
+.\" "Software"), to deal in the Software without restriction, including
+.\" without limitation the rights to use, copy, modify, merge, publish,
+.\" distribute, sublicense, and/or sell copies of the Software, and to
+.\" permit persons to whom the Software furnished to do so, subject to
+.\" the following conditions: .\" .\" The above copyright notice and this permission notice shall be included
+.\" in all copies or substantial portions of the Software.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+.\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+.\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+.\" IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
+.\" OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+.\" ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+.\" OTHER DEALINGS IN THE SOFTWARE.
+.\"
+.\" Except as contained in this notice, the name of the X Consortium shall
+.\" not be used in advertising or otherwise to promote the sale, use or
+.\" other dealing in this Software without prior written authorization
+.\" from the X Consortium.
.\"
.hw XImage
-.TH xpmmisc __libmansuffix__ __xorgversion__ "libXpm functions"
-.SH NAME
-Xpmmisc \- xpm misc functions to free used memory and handle errors
+.TH xpmmisc __libmansuffix__ __xorgversion__ "libXpm functions"
+.SH NAME
+Xpmmisc \- xpm misc functions to free used memory and handle errors
.SH SYNOPSIS
.HP
@@ -71,8 +71,8 @@ To free possible data stored into an XpmInfo structure use XpmFreeXpmInfo.
To free data possibly stored into an array of XpmExtension use XpmFreeExtensions.
To free any data allocated by an XPM function use the XpmFree function.
-The current distribution of the XPM library uses the standard memory allocation functions and thus
-XpmFree is nothing else than a define to the standard free.
+The current distribution of the XPM library uses the standard memory allocation functions and thus
+XpmFree is nothing else than a define to the standard free.
However since these functions may be redefined in specific environments it is wise to use XpmFree.
To free possible data stored into an XpmAttributes structure use XpmFreeAtatributes.
@@ -97,7 +97,7 @@ only if the API changes), and XpmRevision is the library minor version number.
The XpmFreeExtensions function frees all data stored in every extension and the array itself.
Note that XpmFreeAttributes call this function and thus most of the time it should not need to be explicitly called.
-.SH "SEE ALSO"
+.SH "SEE ALSO"
.BR XpmLibraryVersion(__libmansuffix__) ,
.BR XpmGetErrorString(__libmansuffix__) ,
.BR XpmFree(__libmansuffix__) ,
@@ -105,4 +105,4 @@ Note that XpmFreeAttributes call this function and thus most of the time it shou
.BR XpmAttributesSize(__libmansuffix__) ,
.BR XpmFreeAttributes(__libmansuffix__) ,
.BR XpmFreeXpmImage(__libmansuffix__) ,
-.BR XpmFreeXpmInfo(__libmansuffix__) \ No newline at end of file
+.BR XpmFreeXpmInfo(__libmansuffix__)