aboutsummaryrefslogtreecommitdiffstats
path: root/LIBAXL_PROTOCOL_VERSION.3
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2020-06-21 12:09:51 +0200
committerMattias Andrée <maandree@kth.se>2020-06-21 12:09:51 +0200
commit0007c3f8d17fb4b397d6d4e42b10f2ceee5b0d6a (patch)
tree73cc9f3704a934d05e8086fad9e6d906b7871131 /LIBAXL_PROTOCOL_VERSION.3
parentImplement & format token in libaxl_receive (diff)
downloadlibaxl-0007c3f8d17fb4b397d6d4e42b10f2ceee5b0d6a.tar.gz
libaxl-0007c3f8d17fb4b397d6d4e42b10f2ceee5b0d6a.tar.bz2
libaxl-0007c3f8d17fb4b397d6d4e42b10f2ceee5b0d6a.tar.xz
Move man pages into a separate directory
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'LIBAXL_PROTOCOL_VERSION.3')
-rw-r--r--LIBAXL_PROTOCOL_VERSION.327
1 files changed, 0 insertions, 27 deletions
diff --git a/LIBAXL_PROTOCOL_VERSION.3 b/LIBAXL_PROTOCOL_VERSION.3
deleted file mode 100644
index cdc2c94..0000000
--- a/LIBAXL_PROTOCOL_VERSION.3
+++ /dev/null
@@ -1,27 +0,0 @@
-.TH LIBAXL_PROTOCOL_VERSION 3 libaxl
-.SH NAME
-LIBAXL_PROTOCOL_VERSION - X protocol version
-.SH SYNOPSIS
-.nf
-#include <libaxl.h>
-
-#define LIBAXL_PROTOCOL_VERSION /* value omitted */
-.fi
-.SH DESCRIPTION
-The
-.BR LIBAXL_PROTOCOL_VERSION
-macro expands to the number, as the sum
-of the major number multiplied by 1000 and
-the minor number, of the highest version of
-the X protocol that the library, as compiled
-against, supports.
-.SH NOTES
-There is no corresponding macro for the lowest
-supported version. The lowest supported
-version is 11.0 (X11); X11 was released in
-September 1987 and predates Linux, thus
-this is extremely unlikely this will change.
-.SH SEE ALSO
-.BR libaxl_protocol_version (3),
-.BR LIBAXL_PROTOCOL_VERSION_MAJOR (3),
-.BR LIBAXL_PROTOCOL_VERSION_MINOR (3)