cairo: Fix crashes and bugs in 'setup' call.
[pspp] / doc / dev / portable-file-format.texi
index 222791ed4b0d76a8d6367d0ee9cb5eed3dec1838..e111d8f8972150de9a89dc8ca79d5adbcbdca5c8 100644 (file)
@@ -9,7 +9,7 @@
 @c
 
 @node Portable File Format
 @c
 
 @node Portable File Format
-@appendix Portable File Format
+@chapter Portable File Format
 
 These days, most computers use the same internal data formats for
 integer and floating-point data, if one ignores little differences like
 
 These days, most computers use the same internal data formats for
 integer and floating-point data, if one ignores little differences like
@@ -17,6 +17,9 @@ big- versus little-endian byte ordering.  However, occasionally it is
 necessary to exchange data between systems with incompatible data
 formats.  This is what portable files are designed to do.
 
 necessary to exchange data between systems with incompatible data
 formats.  This is what portable files are designed to do.
 
+The portable file format is mostly obsolete.  System files
+(@pxref{System File Format}) are a better alternative.
+
 @strong{Please note:} This information is gleaned from examination of
 ASCII-formatted portable files only, so some of it may be incorrect
 for portable files formatted in EBCDIC or other character sets.
 @strong{Please note:} This information is gleaned from examination of
 ASCII-formatted portable files only, so some of it may be incorrect
 for portable files formatted in EBCDIC or other character sets.