--- libcaca-canvas.3caca-unpatched 2014-06-03 11:06:41.867087800 -0400 +++ libcaca-canvas.3caca 2014-06-03 11:07:43.728548212 -0400 @@ -3,14 +3,16 @@ .nh .SH NAME libcaca-canvas \- The libcaca canvas format (version 1) +.SH DESCRIPTION All types are big endian\&. .PP .PP .nf +.ft CW struct { magic: - uint8_t caca_header[2]; // "\xCA\xCA" + uint8_t caca_header[2]; // "\\xCA\\xCA" uint8_t caca_file_type[2]; // "CV" canvas_header: @@ -57,6 +59,7 @@ data_extension_N: \&.\&.\&. // reserved for future use }; +.ft .fi .PP