]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/launcher/launcher-docs.factor
core: Change lines -> read-lines, contents -> read-contents, string-lines -> lines
[factor.git] / basis / io / launcher / launcher-docs.factor
index 65bf509e41026adf62ab0ef77a6d6cf67d0f52c2..60628b71bcb6db48658df43a79dddf70412295c3 100644 (file)
@@ -237,7 +237,7 @@ HELP: with-process-reader
 { $examples
   { $unchecked-example
     "USING: io.launcher prettyprint io.encodings.utf8 ;"
-    "\"ls -dl /etc\" utf8 [ contents ] with-process-reader ."
+    "\"ls -dl /etc\" utf8 [ read-contents ] with-process-reader ."
     "\"drwxr-xr-x 213 root root 12288 mar 11 18:52 /etc\\n\""
   }
 } ;