From: Ben Pfaff Date: Tue, 26 Feb 2019 13:30:26 +0000 (-0800) Subject: doc: Fix syntax for NUMERIC. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=d1541b1258f0a28fe54ec061a8a9f2c459db8cc2;p=pspp doc: Fix syntax for NUMERIC. Reported by Nolan Void. --- diff --git a/doc/variables.texi b/doc/variables.texi index 587088ee78..eb931d448b 100644 --- a/doc/variables.texi +++ b/doc/variables.texi @@ -404,15 +404,15 @@ response sets are currently used only by third party software. @vindex NUMERIC @display -NUMERIC /@var{var_list} [(@var{fmt_spec})]. +NUMERIC @var{var_list} [(@var{fmt_spec})] [/@var{var_list} [(@var{fmt_spec})]]@dots{} @end display @cmd{NUMERIC} explicitly declares new numeric variables, optionally setting their output formats. -Specify a slash (@samp{/}), followed by the names of the new numeric -variables. If you wish to set their output formats, follow their names -by an output format specification in parentheses (@pxref{Input and Output +Specify the names of the new numeric variables as @var{var_list}. If +you wish to set the variables' output formats, follow their names by +an output format specification in parentheses (@pxref{Input and Output Formats}); otherwise, the default is F8.2. Variables created with @cmd{NUMERIC} are initialized to the