From: John Darrington Date: Sun, 19 Jul 2009 09:35:38 +0000 (+0200) Subject: Added the '=' to the plot subcommand's documentation. X-Git-Tag: build37~50^2~8 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=3224d60c2fdf7fd1fff123fe79fc9c999deaec5b Added the '=' to the plot subcommand's documentation. Thanks to Ben Pfaff for pointing this out. --- diff --git a/doc/statistics.texi b/doc/statistics.texi index 632c1a37..76925d7e 100644 --- a/doc/statistics.texi +++ b/doc/statistics.texi @@ -960,7 +960,7 @@ analysis tested against the totals. @display ROC @var{var_list} BY @var{state_var} (@var{state_value}) - /PLOT @{ CURVE [(REFERENCE)], NONE @} + /PLOT = @{ CURVE [(REFERENCE)], NONE @} /PRINT = [ SE ] [ COORDINATES ] /CRITERIA = [ CUTOFF(@{INCLUDE,EXCLUDE@}) ] [ TESTPOS (@{LARGE,SMALL@}) ] diff --git a/tests/command/roc2.sh b/tests/command/roc2.sh index 650db52f..a8020b0c 100755 --- a/tests/command/roc2.sh +++ b/tests/command/roc2.sh @@ -94,7 +94,7 @@ begin data. end data. roc x by a (1) - /plot none + /plot = none print = se . EOF