From a63f3ffbf67a2c4a3a7a54ff76e38d47d9b64d02 Mon Sep 17 00:00:00 2001 From: MDT 2002 John Fleck Date: Thu, 6 Jun 2002 02:14:01 +0000 Subject: [PATCH] *doc/FAQ.html fixing typos in FAQ, thanks to Robert Funnell for the Wed Jun 5 19:14:49 MDT 2002 John Fleck *doc/FAQ.html fixing typos in FAQ, thanks to Robert Funnell for the editing help --- ChangeLog | 6 ++++++ doc/FAQ.html | 12 ++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index d8d031d7..3029a703 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Jun 5 19:14:49 MDT 2002 John Fleck + + *doc/FAQ.html + fixing typos in FAQ, thanks to Robert Funnell for the + editing help + Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard * NEWS: got complaints from rpmlint that it was empty diff --git a/doc/FAQ.html b/doc/FAQ.html index d42da152..1d9e67fa 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -165,7 +165,7 @@ A:link, A:visited, A:active { text-decoration: underline }
  1. What is the process to compile libxml ? -

    As most UNIX libraries libxml follows the "standard":

    +

    As do most UNIX libraries libxml follows the "standard":

    gunzip -c xxx.tar.gz | tar xvf -

    cd libxml-xxxx

    ./configure --help

    @@ -178,7 +178,7 @@ A:link, A:visited, A:active { text-decoration: underline }
  2. What other libraries are needed to compile/install libxml ? -

    Libxml does not requires any other library, the normal C ANSI API +

    Libxml does not require any other library, the normal C ANSI API should be sufficient (please report any violation to this rule you may find).

    However if found at configuration time libxml will detect and use the @@ -186,7 +186,7 @@ A:link, A:visited, A:active { text-decoration: underline }