pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp/doc data-file-format.texi


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/doc data-file-format.texi
Date: Tue, 02 May 2006 22:04:06 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Branch:         
Changes by:     Ben Pfaff <address@hidden>      06/05/02 22:04:06

Modified files:
        doc            : data-file-format.texi 

Log message:
        Minor wordsmithing.
        Use @pxref instead of @xref for parenthetical references.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/pspp/doc/data-file-format.texi.diff?tr1=1.8&tr2=1.9&r1=text&r2=text

Patches:
Index: pspp/doc/data-file-format.texi
diff -u pspp/doc/data-file-format.texi:1.8 pspp/doc/data-file-format.texi:1.9
--- pspp/doc/data-file-format.texi:1.8  Tue May  2 03:51:43 2006
+++ pspp/doc/data-file-format.texi      Tue May  2 22:04:06 2006
@@ -135,7 +135,7 @@
 field is arbitrarily set to @samp{00:00:00}.
 
 @item char file_label[64];
-Set the the file label declared by the user, if any @xref{FILE LABEL}.
+Set the the file label declared by the user, if any (@pxref{FILE LABEL}).
 Padded on the right with spaces.
 
 @item char padding[3];
@@ -638,7 +638,8 @@
 A list of @address@hidden tuples, where @var{key} is the name
 of a variable, and @var{value} is its long variable name. 
 The @var{key} field is at most 8 bytes long and must match the
-name of a variable which appears in the variable record @xref{Variable Record}.
+name of a variable which appears in the variable record (@pxref{Variable
+Record}).
 The @var{value} field is at most 64 bytes long.
 The @var{key} and @var{value} fields are separated by a @samp{=} byte.
 Each tuple is separated by a byte whose value is 09.  There is no
@@ -686,12 +687,13 @@
 A list of @address@hidden tuples, where @var{key} is the name
 of a variable, and @var{value} is its length.
 The @var{key} field is at most 8 bytes long and must match the
-name of a variable which appears in the variable record @xref{Variable Record}.
-The @var{value} field is exactly 5 bytes long. It is a zero padded ascii 
-encoded, string which is the length of the variable.
+name of a variable which appears in the variable record (@pxref{Variable
+Record}).
+The @var{value} field is exactly 5 bytes long. It is a zero-padded,
+ASCII-encoded string that is the length of the variable.
 The @var{key} and @var{value} fields are separated by a @samp{=} byte.
-Tuples are delimeted  a two byte sequence  @{00, address@hidden  
-After the last tuple, there may be a single byte 00, or by @{00, 
address@hidden  
+Tuples are delimited by a two-byte sequence @{00, address@hidden  
+After the last tuple, there may be a single byte 00, or @{00, address@hidden  
 The total length is @code{count} bytes.
 @end table
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]