From f658ba02309641dde76686520fc9831b08d9b8bb Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sun, 25 Oct 2020 21:33:52 +0100 Subject: [PATCH] User manual: filename -> file name The GNU Coding Standards prescribe this. --- doc/statistics.texi | 2 +- doc/tutorial.texi | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/statistics.texi b/doc/statistics.texi index f038ed6c59..4d07a94856 100644 --- a/doc/statistics.texi +++ b/doc/statistics.texi @@ -902,7 +902,7 @@ individual data cases. Typically the matrix file will have been generated by If specified, @subcmd{MATRIX IN} must be followed by @samp{COV} or @samp{CORR}, then by @samp{=} and @var{file_spec} all in parentheses. @var{file_spec} may either be an asterisk, which indicates the currently loaded -dataset, or it may be a filename to be loaded. @xref{MATRIX DATA}, for the expected +dataset, or it may be a file name to be loaded. @xref{MATRIX DATA}, for the expected format of the file. The @subcmd{/EXTRACTION} subcommand is used to specify the way in which factors (components) are extracted from the data. diff --git a/doc/tutorial.texi b/doc/tutorial.texi index 71ee5b4fc8..fb35b40368 100644 --- a/doc/tutorial.texi +++ b/doc/tutorial.texi @@ -26,8 +26,8 @@ but it shows how such analysis can be performed using @pspp{}. For the purposes of this tutorial, it is assumed that you are using @pspp{} in its interactive mode from the command line. However, the example commands can also be typed into a file and executed in -a post-hoc mode by typing @samp{pspp @var{filename}} at a shell prompt, -where @var{filename} is the name of the file containing the commands. +a post-hoc mode by typing @samp{pspp @var{file-name}} at a shell prompt, +where @var{file-name} is the name of the file containing the commands. Alternatively, from the graphical interface, you can select @clicksequence{File @click{} New @click{} Syntax} to open a new syntax window and use the @clicksequence{Run} menu when a syntax fragment is ready to be -- 2.30.2