aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
diff options
context:
space:
mode:
authorGravatar Isaac Dupree <id@isaac.cedarswampstudios.org>2008-06-06 05:23:05 +1000
committerGravatar Isaac Dupree <id@isaac.cedarswampstudios.org>2008-06-06 05:23:05 +1000
commit9b95dda6bf5d51d003174defbaf70575abd44bb8 (patch)
treee6267783b654550f54a0f8b9d55ac499cb6ef528 /doc_src
parent41015691db52c4676769209aeb168c3052d6dc27 (diff)
fix help for `open`
darcs-hash:20080605192305-6c1c4-ccf59a87bf7197b5d07a33d7aaeb31638aa0aa52.gz
Diffstat (limited to 'doc_src')
-rw-r--r--doc_src/open.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc_src/open.txt b/doc_src/open.txt
index 4f8c78f7..0a4b8958 100644
--- a/doc_src/open.txt
+++ b/doc_src/open.txt
@@ -1,12 +1,12 @@
-\section open open - open file in it's default application
+\section open open - open file in its default application
\subsection open-synopsis Synopsis
<tt>open FILES...</tt>
\subsection open-description Description
-The \c open command is used to open a file in it's default application. \c open is implemented using the <a href="commands.html#mimedb">mimedb</a> command.
+The \c open command is used to open a file in its default application. \c open is implemented using the \c xdg-open command if it exists, or else the <a href="commands.html#mimedb">mimedb</a> command.
\subsection open-example Example
-<tt>open *.txt</tt> opens all the text files in the current directory using your systems default text editor.
+<tt>open *.txt</tt> opens all the text files in the current directory using your system's default text editor.