diff options
author | Mattias Andrée <maandree@kth.se> | 2020-06-21 12:09:51 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2020-06-21 12:09:51 +0200 |
commit | 0007c3f8d17fb4b397d6d4e42b10f2ceee5b0d6a (patch) | |
tree | 73cc9f3704a934d05e8086fad9e6d906b7871131 /libaxl_protocol_version.3 | |
parent | Implement & format token in libaxl_receive (diff) | |
download | libaxl-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.3 | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/libaxl_protocol_version.3 b/libaxl_protocol_version.3 deleted file mode 100644 index 38f5871..0000000 --- a/libaxl_protocol_version.3 +++ /dev/null @@ -1,29 +0,0 @@ -.TH libaxl_protocol_version 3 libaxl -.SH NAME -libaxl_protocol_version - X protocol version -.SH SYNOPSIS -.nf -#include <libaxl.h> - -extern const int libaxl_protocol_version; -.fi -.SH DESCRIPTION -The -.B libaxl_protocol_version -variable is set 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 linked against, supports. -For example if the version number is 11.0, 11000 -is returned, and if it is 11.2, 11002 is assigned -to the variable. -.SH NOTES -There is no corresponding variable 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) |