diff options
author | Waldo Bastian <waldo.bastian@intel.com> | 2006-07-31 16:16:28 +0000 |
---|---|---|
committer | Waldo Bastian <waldo.bastian@intel.com> | 2006-07-31 16:16:28 +0000 |
commit | 191ce07850f92bdc3d60216de966010fdb1f21f0 (patch) | |
tree | 0f826ac330ee9172ba264afe8118f2adb4664510 /scripts/html | |
parent | 1aa3fca7752bdf27c812351bd130268000392d4d (diff) |
Check file permissions of input files
Diffstat (limited to 'scripts/html')
-rw-r--r-- | scripts/html/xdg-desktop-icon.html | 3 | ||||
-rw-r--r-- | scripts/html/xdg-desktop-menu.html | 3 | ||||
-rw-r--r-- | scripts/html/xdg-email.html | 3 | ||||
-rw-r--r-- | scripts/html/xdg-icon-resource.html | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/scripts/html/xdg-desktop-icon.html b/scripts/html/xdg-desktop-icon.html index d9de6e9..49af403 100644 --- a/scripts/html/xdg-desktop-icon.html +++ b/scripts/html/xdg-desktop-icon.html @@ -90,6 +90,9 @@ A required tool could not be found. </dd><dt><span class="term"><code class="option">4</code></span></dt><dd> The action failed. + </dd><dt><span class="term"><code class="option">5</code></span></dt><dd> + No permission to read one of the files passed on the command + line. </dd></dl></div></div><div class="refsect1" lang="en"><a name="seealso"></a><h2>See Also</h2><p><span class="citerefentry"><span class="refentrytitle">xdg-icon-resource</span>(1)</span> </p></div><div class="refsect1" lang="en"><a name="examples"></a><h2>Examples</h2><p> The company ShinyThings Inc. has developed an application named diff --git a/scripts/html/xdg-desktop-menu.html b/scripts/html/xdg-desktop-menu.html index e8c65aa..63d282f 100644 --- a/scripts/html/xdg-desktop-menu.html +++ b/scripts/html/xdg-desktop-menu.html @@ -123,6 +123,9 @@ A required tool could not be found. </dd><dt><span class="term"><code class="option">4</code></span></dt><dd> The action failed. + </dd><dt><span class="term"><code class="option">5</code></span></dt><dd> + No permission to read one of the files passed on the command + line. </dd></dl></div></div><div class="refsect1" lang="en"><a name="seealso"></a><h2>See Also</h2><p><span class="citerefentry"><span class="refentrytitle">xdg-desktop-icon</span>(1)</span>, <span class="citerefentry"><span class="refentrytitle">xdg-icon-resource</span>(1)</span>, <span class="citerefentry"><span class="refentrytitle">xdg-mime</span>(1)</span> diff --git a/scripts/html/xdg-email.html b/scripts/html/xdg-email.html index c8435e0..c992b7a 100644 --- a/scripts/html/xdg-email.html +++ b/scripts/html/xdg-email.html @@ -62,6 +62,9 @@ A required tool could not be found. </dd><dt><span class="term"><code class="option">4</code></span></dt><dd> The action failed. + </dd><dt><span class="term"><code class="option">5</code></span></dt><dd> + No permission to read one of the files passed on the command + line. </dd></dl></div></div><div class="refsect1" lang="en"><a name="examples"></a><h2>Examples</h2><p> </p><pre class="programlisting"> xdg-email 'Jeremy White <jwhite@example.com>' diff --git a/scripts/html/xdg-icon-resource.html b/scripts/html/xdg-icon-resource.html index d260585..a1da0e4 100644 --- a/scripts/html/xdg-icon-resource.html +++ b/scripts/html/xdg-icon-resource.html @@ -84,6 +84,9 @@ A required tool could not be found. </dd><dt><span class="term"><code class="option">4</code></span></dt><dd> The action failed. + </dd><dt><span class="term"><code class="option">5</code></span></dt><dd> + No permission to read one of the files passed on the command + line. </dd></dl></div></div><div class="refsect1" lang="en"><a name="seealso"></a><h2>See Also</h2><p><span class="citerefentry"><span class="refentrytitle">xdg-desktop-icon</span>(1)</span>, <span class="citerefentry"><span class="refentrytitle">xdg-desktop-menu</span>(1)</span>, <span class="citerefentry"><span class="refentrytitle">xdg-mime</span>(1)</span> |