summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorfdrake <fdrake>2003-10-20 14:50:37 +0000
committerfdrake <fdrake>2003-10-20 14:50:37 +0000
commit532828fbc24ba29dfa2532622866ca0fddc3b7a4 (patch)
tree894bb3539863496e835d63882fc073ac1b02915b /doc
parent808bd86c0aab8165b82cb4014136d6b5d1b5a939 (diff)
downloadlibexpat-532828fbc24ba29dfa2532622866ca0fddc3b7a4.tar.gz
use indentation consistently
Diffstat (limited to 'doc')
-rw-r--r--doc/reference.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/reference.html b/doc/reference.html
index 38e9b8f..9ed9f90 100644
--- a/doc/reference.html
+++ b/doc/reference.html
@@ -288,9 +288,9 @@ and you have permission on your system to install into /usr/local, you
can install Expat with this sequence of commands:</p>
<pre class="eg">
- ./configure
- make
- make install
+./configure
+make
+make install
</pre>
<p>There are some options that you can provide to this script, but the