diff options
author | Waldo Bastian <waldo.bastian@intel.com> | 2006-09-29 17:22:40 +0000 |
---|---|---|
committer | Waldo Bastian <waldo.bastian@intel.com> | 2006-09-29 17:22:40 +0000 |
commit | cfddb11663f5f28fe5b1a7534a569b0e9f2493d8 (patch) | |
tree | d035593ec1ec1d1d305f320105ce705763379c6c /scripts/html | |
parent | a40bba32cc39d1d6249cac12a4deb2bd6d76d7a6 (diff) |
Provide XDG_UTILS_INSTALL_MODE to override install mode
Diffstat (limited to 'scripts/html')
-rw-r--r-- | scripts/html/xdg-desktop-menu.html | 5 | ||||
-rw-r--r-- | scripts/html/xdg-icon-resource.html | 5 | ||||
-rw-r--r-- | scripts/html/xdg-mime.html | 5 |
3 files changed, 15 insertions, 0 deletions
diff --git a/scripts/html/xdg-desktop-menu.html b/scripts/html/xdg-desktop-menu.html index eee4c2e..cfad294 100644 --- a/scripts/html/xdg-desktop-menu.html +++ b/scripts/html/xdg-desktop-menu.html @@ -199,6 +199,11 @@ Setting this environment variable to a non-zero numerical value makes xdg-desktop-menu do more verbose reporting on stderr. Setting a higher value increases the verbosity. + </dd><dt><span class="term">XDG_UTILS_INSTALL_MODE</span></dt><dd> + This environment variable can be used by the user or + administrator to override the installation mode. + Valid values are <span class="emphasis"><em>user</em></span> and + <span class="emphasis"><em>system</em></span>. </dd></dl></div></div><div class="refsect1" lang="en"><a name="exitcodes"></a><h2>Exit Codes</h2><p> An exit code of 0 indicates success while a non-zero exit code indicates failure. The following failure codes can be returned: diff --git a/scripts/html/xdg-icon-resource.html b/scripts/html/xdg-icon-resource.html index 215a975..fa7e918 100644 --- a/scripts/html/xdg-icon-resource.html +++ b/scripts/html/xdg-icon-resource.html @@ -90,6 +90,11 @@ Setting this environment variable to a non-zero numerical value makes xdg-icon-resource do more verbose reporting on stderr. Setting a higher value increases the verbosity. + </dd><dt><span class="term">XDG_UTILS_INSTALL_MODE</span></dt><dd> + This environment variable can be used by the user or + administrator to override the installation mode. + Valid values are <span class="emphasis"><em>user</em></span> and + <span class="emphasis"><em>system</em></span>. </dd></dl></div></div><div class="refsect1" lang="en"><a name="exitcodes"></a><h2>Exit Codes</h2><p> An exit code of 0 indicates success while a non-zero exit code indicates failure. The following failure codes can be returned: diff --git a/scripts/html/xdg-mime.html b/scripts/html/xdg-mime.html index be4b082..eaad122 100644 --- a/scripts/html/xdg-mime.html +++ b/scripts/html/xdg-mime.html @@ -89,6 +89,11 @@ and adding descriptions for new file types</p></div><div class="refsynopsisdiv"> Setting this environment variable to a non-zero numerical value makes xdg-mime do more verbose reporting on stderr. Setting a higher value increases the verbosity. + </dd><dt><span class="term">XDG_UTILS_INSTALL_MODE</span></dt><dd> + This environment variable can be used by the user or + administrator to override the installation mode. + Valid values are <span class="emphasis"><em>user</em></span> and + <span class="emphasis"><em>system</em></span>. </dd></dl></div></div><div class="refsect1" lang="en"><a name="exitcodes"></a><h2>Exit Codes</h2><p> An exit code of 0 indicates success while a non-zero exit code indicates failure. The following failure codes can be returned: |