From 6ba2fc894146c66cfb3ddcfae6ada4143b951aae Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 29 Jan 2008 16:10:02 +0000 Subject: [PATCH] typo svn: r8461 --- collects/scribblings/reference/subprocess.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/subprocess.scrbl b/collects/scribblings/reference/subprocess.scrbl index 8e5abc2c30..17a46f1afb 100644 --- a/collects/scribblings/reference/subprocess.scrbl +++ b/collects/scribblings/reference/subprocess.scrbl @@ -33,7 +33,7 @@ the @scheme[arg]s are command-line arguments for the program. Under Unix and Mac OS X, command-line arguments are passed as byte strings using the current locale's encoding (see @secref["encodings"]). -Under Windows, the first @scheme[arg] can be replaced +Under Windows, the first @scheme[arg] can be replaced with @indexed-scheme['exact], which triggers a Windows-specific behavior: the sole @scheme[arg] is used exactly as the command-line for the subprocess. Otherwise, under Windows, a command-line string is