From f07fbf1493fb52a49464c82b8ff5843ec24a3197 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Wed, 12 Aug 2015 08:57:53 +0200 Subject: [PATCH] doc: update run-program documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel KochmaƄski --- doc/ref_os.xmlf | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/doc/ref_os.xmlf b/doc/ref_os.xmlf index 09fd1f7cc..0ab32729b 100644 --- a/doc/ref_os.xmlf +++ b/doc/ref_os.xmlf @@ -398,7 +398,10 @@ ls [--help | -?] filename* error wait environ + if-input-does-exist if-output-exists + if-error-exists + external-format @@ -431,11 +434,30 @@ ls [--help | -?] filename* to NIL (inheritance of lisp process environment). - if-output-exists - If :OUTPUT is either string or pathname - this symbol value is provided as :IF-EXISTS for + if-input-does-not-exist + If :INPUT is pathname this symbol value + is provided as :IF-DOES-NOT-EXIST for CL_OPEN. Defaults to - :SUPERSEDE + NIL + + + if-output-exists + If :OUTPUT is pathname this symbol value + is provided as :IF-EXISTS for + CL_OPEN. Defaults to + :ERROR + + + if-error-exists + If :ERROR is pathname this symbol value + is provided as :IF-EXISTS for + CL_OPEN. Defaults to + :ERROR + + + external-format + External format used for both streams and + pathnames. Defaults to :DEFAULT returns