]> git.phdru.name Git - extfs.d.git/commitdiff
Minor documentation correction
authorOleg Broytman <phd@phdru.name>
Sun, 24 Nov 2013 21:39:15 +0000 (01:39 +0400)
committerOleg Broytman <phd@phdru.name>
Sun, 24 Nov 2013 21:39:15 +0000 (01:39 +0400)
"also numbering helps" => "numbering also helps"

xml
xml-ANNOUNCE

diff --git a/xml b/xml
index ffe93c7953e69597a51dc2f4fa3d54c2b07178a3..f45a0e3523ed2dc044ac17a5b801cf784ee8bcd2 100755 (executable)
--- a/xml
+++ b/xml
@@ -14,7 +14,7 @@ file the command is "%cd"): cd file/xml://; in older versions it is
 cd file#xml, where "file" is the name of your XML file.
 
 The VFS represents tags as directories; the directories are numbered to
-distinguish tags with the same name; also numbering helps to sort tags by their
+distinguish tags with the same name; numbering also helps to sort tags by their
 order in XML instead of sorting them by name. Attributes, text nodes and
 comments are represented as text files; attributes are shown in a file named
 "attributes", attributes are listed in the file as name=value lines (I
index 80d23f2f0fa26a87b5a31d48543f95e583ff6862..9e0622ecb7fc78b8b83c50130367946a62e872c8 100644 (file)
@@ -32,7 +32,7 @@ WHERE TO GET
 
 
 The VFS represents tags as directories; the directories are numbered to
-distinguish tags with the same name; also numbering helps to sort tags by their
+distinguish tags with the same name; numbering also helps to sort tags by their
 order in XML instead of sorting them by name. Attributes, text nodes and
 comments are represented as text files; attributes are shown in a file named
 "attributes", attributes are listed in the file as name=value lines (I