[hackers] [libixp] Add renamed manpage. || Kris Maglione

From: <hg_AT_suckless.org>
Date: Thu, 17 Jun 2010 22:55:41 +0000 (UTC)

changeset: 130:0c3693f86599
tag: tip
user: Kris Maglione <kris_AT_suckless.org>
date: Thu Jun 17 18:55:31 2010 -0400
files: man/IXP_API.3 man/IXP_ASSERT_VERSION.3
description:
Add renamed manpage.

diff -r 4745d39529c3 -r 0c3693f86599 man/IXP_API.3
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/man/IXP_API.3 Thu Jun 17 18:55:31 2010 -0400
@@ -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 -r 4745d39529c3 -r 0c3693f86599 man/IXP_ASSERT_VERSION.3
--- a/man/IXP_ASSERT_VERSION.3 Thu Jun 17 18:03:10 2010 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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
-
Received on Thu Jun 17 2010 - 22:55:41 UTC

This archive was generated by hypermail 2.2.0 : Thu Jun 17 2010 - 23:00:07 UTC