From: Ben Pfaff Date: Sat, 5 Oct 2013 15:14:58 +0000 (-0700) Subject: doc: Fix usage of @itemx. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6889e0062684a3543da637f39e3bc0664f82329;p=pspp doc: Fix usage of @itemx. These @itemx commands should have been @item commands. Reported by Michel Boaventura. Bug #40182. --- diff --git a/doc/dev/system-file-format.texi b/doc/dev/system-file-format.texi index 6ce8b09c71..f408ff2866 100644 --- a/doc/dev/system-file-format.texi +++ b/doc/dev/system-file-format.texi @@ -1201,7 +1201,7 @@ any particular boundary, nor is it null-terminated. The number of missing values, either 1, 2, or 3. (This is, unusually, a single byte instead of a 32-bit number.) -@itemx long_string_missing_value values[]; +@item long_string_missing_value values[]; The missing values themselves. This array contains exactly @code{n_missing_values} elements, each of which has the following substructure: @@ -1219,7 +1219,7 @@ definition), only the first 8 bytes of a long string variable's missing values are allowed to be non-spaces, and any spaces within the first 8 bytes are included in the missing value here. -@itemx char value[]; +@item char value[]; The missing value string, exactly @code{value_len} bytes, without any padding or null terminator. @end table