~ chicken-core (chicken-5) b332b1b5804531e3d57a7e6fa079481f7e5a9642
commit b332b1b5804531e3d57a7e6fa079481f7e5a9642 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Sun Apr 4 23:04:39 2010 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Sun Apr 4 23:04:39 2010 +0200 removal of duplicated manual entry for qs (patch by mario) diff --git a/manual/Unit utils b/manual/Unit utils index ad92f7c1..3def9017 100644 --- a/manual/Unit utils +++ b/manual/Unit utils @@ -81,20 +81,6 @@ A parameter that holds a list of default options that should be given to {{csc}} after invocation of the {{compile-file}} procedure. The initial default options are {{-scrutinize -O2 -d2}}. -=== Shell argument quoting - -==== qs - -<procedure>(qs STRING [PLATFORM])</procedure> - -Escapes {{STRING}} suitably for passing to a shell command on {{PLATFORM}}. -{{PLATFORM}} defaults to the value of {{(build-platform)}} and indicates in -which style the argument should be quoted. On Windows systems, the string -is simply enclosed in double-quote ({{"}}) characters, on UNIXish systems, -characters that would have a special meaning to the shell are escaped -using backslash ({{\}}). - - === Scanning through an input port ==== scan-input-linesTrap