diff options
author | Waldo Bastian <waldo.bastian@intel.com> | 2006-03-31 03:00:57 +0000 |
---|---|---|
committer | Waldo Bastian <waldo.bastian@intel.com> | 2006-03-31 03:00:57 +0000 |
commit | 99d2912ac07289a3f7b3206a3cc4f0c7622e4151 (patch) | |
tree | 4705d16dd15636a5390a7ba01f3666214354e9eb /scripts/html/xdg-open.html | |
parent | dcd250f38d6bcc204a53a206e1902b19416baedf (diff) |
One set of docs
Diffstat (limited to 'scripts/html/xdg-open.html')
-rw-r--r-- | scripts/html/xdg-open.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/html/xdg-open.html b/scripts/html/xdg-open.html index 950ef46..f1610c8 100644 --- a/scripts/html/xdg-open.html +++ b/scripts/html/xdg-open.html @@ -10,8 +10,11 @@ </p><pre class="programlisting"> xdg-open 'http://www.freedesktop.org/' </pre><p> + Opens the Freedesktop.org website in the user's default browser </p><p> </p><pre class="programlisting"> -xdg-open /tmp/FinancialReport.pdf +xdg-open /tmp/foobar.png </pre><p> + Opens the PNG image file /tmp/foobar.png in the user's default image + viewing application. </p></div></div></body></html> |