doc: update run-program documentation
authorDaniel Kochmański <daniel@turtleware.eu>
Wed, 12 Aug 2015 06:57:53 +0000 (08:57 +0200)
committerDaniel Kochmański <daniel@turtleware.eu>
Wed, 12 Aug 2015 06:57:53 +0000 (08:57 +0200)
Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
doc/ref_os.xmlf

index 09fd1f7..0ab3272 100644 (file)
@@ -398,7 +398,10 @@ ls [--help | -?] filename*
      <paramdef>error</paramdef>
      <paramdef>wait</paramdef>
      <paramdef>environ</paramdef>
+     <paramdef>if-input-does-exist</paramdef>
      <paramdef>if-output-exists</paramdef>
+     <paramdef>if-error-exists</paramdef>
+     <paramdef>external-format</paramdef>
     </funcprototype>
    </funcsynopsis>
    <variablelist>
@@ -431,11 +434,30 @@ ls [--help | -?] filename*
      to NIL (inheritance of lisp process environment).</para></listitem>
     </varlistentry>
     <varlistentry>
+     <term><replaceable>if-input-does-not-exist</replaceable></term>
+     <listitem><para>If <symbol>:INPUT</symbol> is pathname this symbol value
+     is provided as <symbol>:IF-DOES-NOT-EXIST</symbol> for
+     <symbol>CL_OPEN</symbol>. Defaults to
+     <symbol>NIL</symbol></para></listitem>
+    </varlistentry>
+    <varlistentry>
      <term><replaceable>if-output-exists</replaceable></term>
-     <listitem><para>If <symbol>:OUTPUT</symbol> is either string or pathname
-     this symbol value is provided as <symbol>:IF-EXISTS</symbol> for
+     <listitem><para>If <symbol>:OUTPUT</symbol> is pathname this symbol value
+     is provided as <symbol>:IF-EXISTS</symbol> for
      <symbol>CL_OPEN</symbol>. Defaults to
-     <symbol>:SUPERSEDE</symbol></para></listitem>
+     <symbol>:ERROR</symbol></para></listitem>
+    </varlistentry>
+    <varlistentry>
+     <term><replaceable>if-error-exists</replaceable></term>
+     <listitem><para>If <symbol>:ERROR</symbol> is pathname this symbol value
+     is provided as <symbol>:IF-EXISTS</symbol> for
+     <symbol>CL_OPEN</symbol>. Defaults to
+     <symbol>:ERROR</symbol></para></listitem>
+    </varlistentry>
+    <varlistentry>
+     <term><replaceable>external-format</replaceable></term>
+     <listitem><para>External format used for both streams and
+     pathnames. Defaults to <symbol>:DEFAULT</symbol></para></listitem>
     </varlistentry>
     <varlistentry>
      <term>returns</term>