Various minor grammar and typographical changes to the Subversion
book.
* doc/book/book/appa.xml
* doc/book/book/appc.xml
* doc/book/book/appd.xml
* doc/book/book/appe.xml
* doc/book/book/ch02.xml
* doc/book/book/ch03.xml
* doc/book/book/ch05.xml
* doc/book/book/ch08.xml
* doc/book/book/glossary.xml
Made use of parentheses, quotes and commas consistent (using
"logical quoting"):
Like this: Not like this:
----------------------------------------
Foo (fie fum). Foo (fie fum.)
Foo "fie fum". Foo "fie fum."
Foo (fie), fum. Foo (fie,) fum.
Foo "fie", fum. Foo "fie," fum.
(Foo fie fum.) (Foo fie fum).
Foo (fie fum). Foo (Fie fum).
Added a missing space after a </quote>.
Corrected name of the extra files created when a merge conflict has
been detected.
Removed some left-over closing parentheses.
Use "an svn [...]" instead of "a svn [...]". There was a mixture of both.
Some other minor grammar fixes.