X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=doc%2Ffiles.texi;h=5b35189e05fd02a08bb2f367d2684b2c55330cf9;hb=44865eced89408cf217088517ee407c0ddd7d517;hp=cc3e6dd1999da8e2ae5495fc39fe522773f055bb;hpb=fc64edfca5e53e7a463dd25ab0c79cf135c33531;p=pspp diff --git a/doc/files.texi b/doc/files.texi index cc3e6dd199..5b35189e05 100644 --- a/doc/files.texi +++ b/doc/files.texi @@ -507,7 +507,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/language/data-io/get-data.at to match. +@c tests/language/commands/get-data.at to match. @example GET DATA /TYPE=TXT /FILE='/etc/passwd' /DELIMITERS=':' /VARIABLES=username A20 @@ -534,7 +534,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/language/data-io/get-data.at to match. +@c tests/language/commands/get-data.at to match. @example GET DATA /TYPE=TXT /FILE='cars.data' /DELIMITERS=' ' /FIRSTCASE=2 /VARIABLES=model A8 @@ -561,7 +561,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/language/data-io/get-data.at to match. +@c tests/language/commands/get-data.at to match. @example GET DATA /TYPE=TXT /FILE='pets.data' /DELIMITERS=', ' /QUALIFIER='''"' /ESCAPE /FIRSTCASE=3 @@ -635,7 +635,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/language/data-io/get-data.at to match. +@c tests/language/commands/get-data.at to match. @example GET DATA /TYPE=TXT /FILE='cars.data' /ARRANGEMENT=FIXED /FIRSTCASE=2 /VARIABLES=model 0-7 A