commit dae2d922891c00b656296105761335707563d692
parent fb2a8d8f3f0e5666833e5686f02f907a7651eca7
Author: Kris Maglione <kris@suckless.org>
Date: Thu, 17 Jun 2010 18:55:31 -0400
Add renamed manpage.
Diffstat:
2 files changed, 45 insertions(+), 23 deletions(-)
diff --git a/man/IXP_API.3 b/man/IXP_API.3
@@ -0,0 +1,45 @@
+.TH "IXP_API" 3 "2010 Jun" "libixp Manual"
+
+.SH NAME
+.P
+IXP_API, IXP_NEEDAPI, IXP_MAXAPI, IXP_ASSERT_VERSION
+
+.SH SYNOPSIS
+.nf
+ #include <ixp.h>
+
+ #define IXP_API ...
+
+ #define IXP_NEEDAPI ...
+
+ #define IXP_MAXAPI ...
+
+ #define IXP_ASSERT_VERSION ...
+.fi
+
+.SH DESCRIPTION
+.P
+IXP_API contains the current libixp API revision number.
+
+.P
+IXP_NEEDAPI, if defined before ixp.h is included, directs the
+header to present an older version of the libixp API. This allows
+code written for older versions of libixp to compile against
+newer versions without modification. It does not, however, ensure
+that it will link against a different version of libixp than the
+ixp.h header belongs to.
+
+.P
+IXP_MAXAPI, if defined before ixp.h is included, prevents code
+from compiling with a newer version of libixp than specified.
+
+.P
+When inserted into any function, IXP_ASSERT_VERSION ensures that
+the resulting object will fail to link link against any version
+of libixp with a different API version than it was compiled
+against.
+
+
+.\" man code generated by txt2tags 2.5 (http://txt2tags.sf.net)
+.\" cmdline: txt2tags -o- IXP_API.man3
+
diff --git a/man/IXP_ASSERT_VERSION.3 b/man/IXP_ASSERT_VERSION.3
@@ -1,23 +0,0 @@
-.TH "IXP_ASSERT_VERSION" 3 "2010 Jun" "libixp Manual"
-
-.SH NAME
-.P
-IXP_ASSERT_VERSION
-
-.SH SYNOPSIS
-.nf
- #include <ixp.h>
-
- #define IXP_ASSERT_VERSION ...
-.fi
-
-.SH DESCRIPTION
-.P
-When inserted into any function, this macro ensures that the
-object will fail to link link against any version of libixp with
-a different API version than it was compiled against.
-
-
-.\" man code generated by txt2tags 2.5 (http://txt2tags.sf.net)
-.\" cmdline: txt2tags -o- IXP_ASSERT_VERSION.man3
-