aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndré Erdmann <dywi@mailerd.de>2014-04-01 18:35:12 +0200
committerAndré Erdmann <dywi@mailerd.de>2014-04-01 18:36:37 +0200
commitfac405678163d6b19db1c4a230724e663474f619 (patch)
treee151f84e894983588142134e12288f8eeda4304b /doc
parentbin/scripts/genfiles: minor doc update (diff)
downloadR_overlay-fac405678163d6b19db1c4a230724e663474f619.tar.gz
R_overlay-fac405678163d6b19db1c4a230724e663474f619.tar.bz2
R_overlay-fac405678163d6b19db1c4a230724e663474f619.zip
doc/html: update
Diffstat (limited to 'doc')
-rw-r--r--doc/html/usage.html16
1 files changed, 14 insertions, 2 deletions
diff --git a/doc/html/usage.html b/doc/html/usage.html
index ffc3d5f..2892bcb 100644
--- a/doc/html/usage.html
+++ b/doc/html/usage.html
@@ -2946,12 +2946,21 @@ when included in the hook script, most of the enviroment variables readonly.</p>
<tr><td>DEVNULL</td>
<td><em>/dev/null</em> target (could also be a file)</td>
</tr>
+<tr><td>EX_OK</td>
+<td><em>success</em> exit code</td>
+</tr>
<tr><td>EX_ERR</td>
<td>default error exit code</td>
</tr>
<tr><td>EX_ARG_ERR</td>
<td>default exit code for arg errors</td>
</tr>
+<tr><td>EX_CANNOT_RUN</td>
+<td><p class="first">default exit code when a hook cannot run,
+e.g. if an essential program is missing</p>
+<p class="last">Defaults to <tt class="docutils literal">$EX_OK</tt>.</p>
+</td>
+</tr>
<tr><td>EX_GIT_ERR
EX_GIT_ADD_ERR
EX_GIT_COMMIT_ERR
@@ -2999,6 +3008,9 @@ function files</td>
# &#64;noreturn die ( [message], [exit_code] ), raises exit()
# Lets the script die with the given message/exit code.
#
+# &#64;noreturn die_cannot_run ( [reason] ), raises die (**EX_CANNOT_RUN)
+# Lets the script die due to missing preconditions.
+#
# &#64;noreturn OUT_OF_BOUNDS(), raises die()
# Lets the script die due to insufficient arg count.
#
@@ -3023,7 +3035,7 @@ function files</td>
# Returns 0 if $word is in the given list, else 1.
#
# int qwhich ( *command )
-# Returns 0 if all listed commands are found by &quot;which&quot;, else 1.
+# Returns 0 if all listed commands could be found, else 1.
#
# int sync_allowed ( action_name, [msg_nosync], [msg_sync] )
# Returns 0 if syncing for the given action is allowed, else 1.
@@ -5038,7 +5050,7 @@ becomes &quot;loop until resolver closes&quot;.</p>
</div>
<div class="footer">
<hr class="footer" />
-Generated on: 2014-02-21.
+Generated on: 2014-04-01.
</div>
</body>