aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-06-14 01:44:09 +1000
committerGravatar axel <axel@liljencrantz.se>2006-06-14 01:44:09 +1000
commit6aa682755d643db14dc5bba07ecf894844c51898 (patch)
tree36f3fa353bf56b1cf900009e67a1893584c63996
parent2bc49b3291151a9a8f9e6eab7ff5ced379f33527 (diff)
Minor documentation edits for mimedb and fishd
darcs-hash:20060613154409-ac50b-5d1c80d67ee92a073078404ed662510573f7f9b5.gz
-rw-r--r--doc_src/fishd.txt10
-rw-r--r--doc_src/mimedb.txt11
2 files changed, 17 insertions, 4 deletions
diff --git a/doc_src/fishd.txt b/doc_src/fishd.txt
index 194d296f..5414d927 100644
--- a/doc_src/fishd.txt
+++ b/doc_src/fishd.txt
@@ -20,6 +20,12 @@ When no clients are connected, fishd will automatically shut down.
~/.fishd.HOSTNAME permanent storage location for universal variable
data. The data is stored as a set of \c set and \c set_export commands
-such as would be parsed by fishd. If an instance of fishd is running
+such as would be parsed by fishd. If an instance of fishd is running
(which is generally the case), manual modifications to ~/.fishd.HOSTNAME
-will be lost.
+will be lost. Do NOT edit this file manually!
+
+/tmp/fishd.socket.USERNAME the socket which fishd uses to communicate
+with all clients.
+
+/tmp/fishd.log.USERNAME the fishd log file
+
diff --git a/doc_src/mimedb.txt b/doc_src/mimedb.txt
index 9ebdc795..917c41e3 100644
--- a/doc_src/mimedb.txt
+++ b/doc_src/mimedb.txt
@@ -14,6 +14,13 @@
- \c -f, \c --output-description the output will be the description of each mimetype
- \c -a, \c --output-action the output will be the default action of each mimetype
- \c -l, \c --launch launch the default action for the specified file(s)
-- \c -h, \c --help Display a help message and exit
-- \c -v, \c --version Display version number and exit
+- \c -h, \c --help display a help message and exit
+- \c -v, \c --version display version number and exit
+
+The mimedb command is used to query the mimetype database and the
+.desktop files installed on the system in order to find information on
+a file. The information that mimedb can retrive includes the mimetype
+for a file, a description of the type and what its default action
+is. mimedb can also be used to launch the default action for this
+file.