diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 15:54:40 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 15:54:40 +0000 |
commit | 52a8406aaba4ed1f9fa5e78bfa5da7af659bce01 (patch) | |
tree | 5ef1aa3fc6207a755aaccf1f46140ec9f72fe8f0 /src/magic |
R6.6 is the Xorg base-lineXORG-MAIN
Diffstat (limited to 'src/magic')
-rw-r--r-- | src/magic | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/magic b/src/magic new file mode 100644 index 0000000..9c433ad --- /dev/null +++ b/src/magic @@ -0,0 +1,11 @@ +# $Xorg: magic,v 1.3 2000/08/17 19:46:43 cpqbld Exp $ +# Here are some lines you can add to /etc/magic +# to identify XKM (compiled X keymap) files +# and determine their version and the byte ordering +# with which they were compiled +1 string mkx Compiled XKB Keymap: lsb, +>0 byte >0 version %d +>0 byte =0 obsolete +0 string xkm Compiled XKB Keymap: msb, +>3 byte >0 version %d +>0 byte =0 obsolete |