GNU standards.
+Sun Apr 16 19:12:26 2006 Ben Pfaff <blp@gnu.org>
+
+ Consistently write "file name" as two words, in accordance with
+ the GNU standards.
+
Wed Feb 15 21:53:12 2006 Ben Pfaff <blp@gnu.org>
* data-file-format.texi: Fix values for "measure" in Auxiliary
The available options are listed below.
@table @code
-@item output-file=@var{filename}
+@item output-file=@var{file-name}
-File to which output should be sent. This can be an ordinary filename
-(i.e., @code{"pspp.ps"}), a pipe filename (i.e., @code{"|lpr"}), or
+File to which output should be sent. This can be an ordinary file name
+(i.e., @code{"pspp.ps"}), a pipe (i.e., @code{"|lpr"}), or
stdout (@code{"-"}). Default: @code{"pspp.ps"}.
@item headers=@var{boolean}
The available options are listed below.
@table @code
-@item output-file=@var{filename}
+@item output-file=@var{file-name}
-File to which output should be sent. This can be an ordinary filename
-(e.g., @code{"pspp.txt"}), a pipe filename (e.g., @code{"|lpr"}), or
+File to which output should be sent. This can be an ordinary file name
+(e.g., @code{"pspp.txt"}), a pipe (e.g., @code{"|lpr"}), or
stdout (@code{"-"}). Default: @code{"pspp.list"}.
@item paginate=@var{boolean}
There are is only one option:
@table @code
-@item output-file=@var{filename}
+@item output-file=@var{file-name}
-File to which output should be sent. This can be an ordinary filename
-(i.e., @code{"pspp.ps"}), a pipe filename (i.e., @code{"|lpr"}), or
+File to which output should be sent. This can be an ordinary file name
+(i.e., @code{"pspp.ps"}), a pipe (i.e., @code{"|lpr"}), or
stdout (@code{"-"}). Default: @code{"pspp.html"}.
@end table
@display
DATA LIST [FIXED]
@{TABLE,NOTABLE@}
- FILE='filename'
+ FILE='file-name'
RECORDS=record_count
END=end_var
/[line_no] var_spec@dots{}
keyword FIXED is optional.
The FILE subcommand must be used if input is to be taken from an
-external file. It may be used to specify a filename as a string or a
+external file. It may be used to specify a file name as a string or a
file handle (@pxref{File Handles}). If the FILE subcommand is not used,
then input is assumed to be specified within the command file using
@cmd{BEGIN DATA}@dots{}@cmd{END DATA} (@pxref{BEGIN DATA}).
DATA LIST FREE
[(@{TAB,'c'@}, @dots{})]
[@{NOTABLE,TABLE@}]
- FILE='filename'
+ FILE='file-name'
END=end_var
/var_spec@dots{}
DATA LIST LIST
[(@{TAB,'c'@}, @dots{})]
[@{NOTABLE,TABLE@}]
- FILE='filename'
+ FILE='file-name'
END=end_var
/var_spec@dots{}
@display
For text files:
FILE HANDLE handle_name
- /NAME='filename'
+ /NAME='file-name'
[/MODE=CHARACTER]
/TABWIDTH=tab_width
For binary files with fixed-length records:
FILE HANDLE handle_name
- /NAME='filename'
+ /NAME='file-name'
/MODE=IMAGE
[/LRECL=rec_len]
@display
MATRIX DATA
/VARIABLES=var_list
- /FILE='filename'
+ /FILE='file-name'
/FORMAT=@{LIST,FREE@} @{LOWER,UPPER,FULL@} @{DIAGONAL,NODIAGONAL@}
/SPLIT=@{new_var,var_list@}
/FACTORS=var_list
@display
PRINT
- OUTFILE='filename'
+ OUTFILE='file-name'
RECORDS=n_lines
@{NOTABLE,TABLE@}
/[line_no] arg@dots{}
@display
PRINT EJECT
- OUTFILE='filename'
+ OUTFILE='file-name'
RECORDS=n_lines
@{NOTABLE,TABLE@}
/[line_no] arg@dots{}
@vindex PRINT SPACE
@display
-PRINT SPACE OUTFILE='filename' n_lines.
+PRINT SPACE OUTFILE='file-name' n_lines.
@end display
@cmd{PRINT SPACE} prints one or more blank lines to an output file.
REPEATING DATA
/STARTS=start-end
/OCCURS=n_occurs
- /FILE='filename'
+ /FILE='file-name'
/LENGTH=length
/CONTINUED[=cont_start-cont_end]
/ID=id_start-id_end=id_var
@display
WRITE
- OUTFILE='filename'
+ OUTFILE='file-name'
RECORDS=n_lines
@{NOTABLE,TABLE@}
/[line_no] arg@dots{}
@vindex APPLY DICTIONARY
@display
-APPLY DICTIONARY FROM=@{'filename',file_handle@}.
+APPLY DICTIONARY FROM=@{'file-name',file_handle@}.
@end display
@cmd{APPLY DICTIONARY} applies the variable labels, value labels,
@display
EXPORT
- /OUTFILE='filename'
+ /OUTFILE='file-name'
/UNSELECTED=@{RETAIN,DELETE@}
/DIGITS=n
/DROP=var_list
@display
GET
- /FILE=@{'filename',file_handle@}
+ /FILE=@{'file-name',file_handle@}
/DROP=var_list
/KEEP=var_list
/RENAME=(src_names=target_names)@dots{}
@display
IMPORT
- /FILE='filename'
+ /FILE='file-name'
/TYPE=@{COMM,TAPE@}
/DROP=var_list
/KEEP=var_list
@display
MATCH FILES
- /@{FILE,TABLE@}=@{*,'filename'@}
+ /@{FILE,TABLE@}=@{*,'file-name'@}
/DROP=var_list
/KEEP=var_list
/RENAME=(src_names=target_names)@dots{}
@display
SAVE
- /OUTFILE=@{'filename',file_handle@}
+ /OUTFILE=@{'file-name',file_handle@}
/UNSELECTED=@{RETAIN,DELETE@}
/@{COMPRESSED,UNCOMPRESSED@}
/PERMISSIONS=@{WRITEABLE,READONLY@}
@vindex SYSFILE INFO
@display
-SYSFILE INFO FILE='filename'.
+SYSFILE INFO FILE='file-name'.
@end display
@cmd{SYSFILE INFO} reads the dictionary in a system file and
@display
EXPORT
- /OUTFILE='filename'
+ /OUTFILE='file-name'
/DIGITS=n
/DROP=var_list
/KEEP=var_list
@display
XSAVE
- /OUTFILE='filename'
+ /OUTFILE='file-name'
/@{COMPRESSED,UNCOMPRESSED@}
/PERMISSIONS=@{WRITEABLE,READONLY@}
/DROP=var_list
/VARIABLES=var_list
/DEPENDENT=var_list
/STATISTICS=@{ALL, DEFAULTS, R, COEFF, ANOVA, BCOV@}
- /EXPORT (filename)
+ /EXPORT ('file-name')
@end display
The @cmd{REGRESSION} procedure reads the active file and outputs
value of the dependent variable. The generated program will also contain
functions that return prediction and confidence intervals related to
those new estimates. PSPP will write the program to the
-'filename' given by the user, and write declarations of functions
+'file-name' given by the user, and write declarations of functions
to a file called pspp_model_reg.h. The user can then compile the C
program and use it as part of another program. This subcommand is a
PSPP extension.
@display
AGGREGATE
- OUTFILE=@{*,'filename',file_handle@}
+ OUTFILE=@{*,'file-name',file_handle@}
/PRESORTED
/DOCUMENT
/MISSING=COLUMNWISE
@display
Two possible syntaxes:
- INCLUDE 'filename'.
- @@filename.
+ INCLUDE 'file-name'.
+ @@file-name.
@end display
@cmd{INCLUDE} causes the PSPP command processor to read an
@display
PERMISSIONS
- FILE='filename'
+ FILE='file-name'
/PERMISSIONS = @{READONLY,WRITEABLE@}.
@end display
(output driver options)
/HEADERS=@{NO,YES,BLANK@}
/LENGTH=@{NONE,length_in_lines@}
- /LISTING=@{ON,OFF,filename@}
+ /LISTING=@{ON,OFF,'file-name'@}
/MORE=@{ON,OFF@}
/WIDTH=@{NARROW,WIDTH,n_characters@}
(logging)
- /JOURNAL=@{ON,OFF@} [filename]
+ /JOURNAL=@{ON,OFF@} ['file-name']
(system files)
/COMPRESSION=@{ON,OFF@}
@item
The PERMISSIONS command.
@item
-Pipe filenames (filenames beginning or ending with @samp{|}).
+Pipes (file names beginning or ending with @samp{|}).
@end itemize
Be aware that this setting does not guarantee safety (commands can still