diff options
author | Thomas Leonard <tal@ecs.soton.ac.uk> | 2003-03-19 15:30:48 +0000 |
---|---|---|
committer | Thomas Leonard <tal@ecs.soton.ac.uk> | 2003-03-19 15:30:48 +0000 |
commit | 74290fbe2638b56b226ee8b8c08ca7fedc9aaf8f (patch) | |
tree | f88b67c2d554285bda3cd6974118c49009abb382 /shared-mime-info-spec.xml | |
parent | 21470898a65e87a13daf767bcced10995019aa59 (diff) | |
download | shared-mime-info-74290fbe2638b56b226ee8b8c08ca7fedc9aaf8f.tar.gz |
Minor corrections.
Diffstat (limited to 'shared-mime-info-spec.xml')
-rw-r--r-- | shared-mime-info-spec.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/shared-mime-info-spec.xml b/shared-mime-info-spec.xml index 055aa34f..2b3ca5c0 100644 --- a/shared-mime-info-spec.xml +++ b/shared-mime-info-spec.xml @@ -354,7 +354,7 @@ changes take effect. The files created by <command>update-mime-database</command> are: <itemizedlist> <listitem><para> -<filename><MIME>/globs</filename> (contains a mapping from extensions to MIME types) +<filename><MIME>/globs</filename> (contains a mapping from names to MIME types) </para></listitem> <listitem><para> <filename><MIME>/magic</filename> (contains a mapping from file contents to MIME types) @@ -507,8 +507,9 @@ with other information about the same type. These files have a <userinput>mime-type</userinput> element as the root node. The format is as described above. They are created by merging all the <userinput>mime-type</userinput> elements from the source files and creating one output file per MIME type. Each file may contain -information from multiple source files. The <userinput>magic</userinput> and -<userinput>glob</userinput> elements will have been removed. +information from multiple source files. The <userinput>magic</userinput>, +<userinput>glob</userinput> and <userinput>root-XML</userinput> elements will +have been removed. </para> <para> The example source file given above would (on its own) create an output file called |