--- libcaca-font.3caca-unpatched 2014-06-03 11:08:59.126327796 -0400 +++ libcaca-font.3caca 2014-06-03 11:09:41.995339429 -0400 @@ -3,14 +3,16 @@ .nh .SH NAME libcaca-font \- The libcaca font 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]; // "FT" font_header: @@ -70,6 +72,7 @@ data_extension_N: \&.\&.\&. // reserved for future use }; +.ft .fi .PP