aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-07-20 09:00:31 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-07-23 14:26:38 +0800
commit6add8a7df90899e28d317b399e1196a56f24fbb6 (patch)
tree100c1ec403c0f81b96d51703a681282eb9a59a53 /doc_src
parent7fa69ef8bed3511d3b1bb5bf46fa0281f61b43aa (diff)
open: drop mimedb dependency
Diffstat (limited to 'doc_src')
-rw-r--r--doc_src/open.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_src/open.txt b/doc_src/open.txt
index 85e91e72..c81c3c9a 100644
--- a/doc_src/open.txt
+++ b/doc_src/open.txt
@@ -7,7 +7,7 @@ open FILES...
\subsection open-description Description
-`open` opens a file in its default application, using the `xdg-open` command if it exists, or else the <a href="commands.html#mimedb">mimedb</a> command.
+`open` opens a file in its default application, using the appropriate tool for the operating system. On GNU/Linux, this requires the common but optional `xdg-open` utility, from the `xdg-utils` package.
\subsection open-example Example