X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Ffiles.texi;h=5f0c527c4738c90ffaeab349c357dba46c73e4ca;hb=872878020f28b1a858a80de5f7baa1ada1d9a0c2;hp=707447e099fb49f4fca0088753c59c098a95d947;hpb=7a65a15152c71974da19c4045438b7c7b27109c2;p=pspp diff --git a/doc/files.texi b/doc/files.texi index 707447e099..5f0c527c47 100644 --- a/doc/files.texi +++ b/doc/files.texi @@ -485,7 +485,7 @@ The following syntax reads a file in the format used by @samp{/etc/passwd}: @c If you change this example, change the regression test in -@c tests/command/get-data-txt-examples.sh to match. +@c tests/language/data-io/get-data.at to match. @example GET DATA /TYPE=TXT /FILE='/etc/passwd' /DELIMITERS=':' /VARIABLES=username A20 @@ -512,7 +512,7 @@ Accord 2002 26613 17900 EX 1 The following syntax can be used to read the used car data: @c If you change this example, change the regression test in -@c tests/command/get-data-txt-examples.sh to match. +@c tests/language/data-io/get-data.at to match. @example GET DATA /TYPE=TXT /FILE='cars.data' /DELIMITERS=' ' /FIRSTCASE=2 /VARIABLES=model A8 @@ -539,7 +539,7 @@ Consider the following information on animals in a pet store: The following syntax can be used to read the pet store data: @c If you change this example, change the regression test in -@c tests/command/get-data-txt-examples.sh to match. +@c tests/language/data-io/get-data.at to match. @example GET DATA /TYPE=TXT /FILE='pets.data' /DELIMITERS=', ' /QUALIFIER='''"' /ESCAPE /FIRSTCASE=3 @@ -608,7 +608,7 @@ Accord 2002 26613 17900 EX 1 The following syntax can be used to read the used car data: @c If you change this example, change the regression test in -@c tests/command/get-data-txt-examples.sh to match. +@c tests/language/data-io/get-data.at to match. @example GET DATA /TYPE=TXT /FILE='cars.data' /ARRANGEMENT=FIXED /FIRSTCASE=2 /VARIABLES=model 0-7 A