Fix tag... was 'p' when should be 'para'

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1166795 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2011-09-08 16:56:04 +00:00
parent a39ce83a18
commit 9e065d7b3d
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@
</para>
<section xml:id="build.snappy">
<title>Building in snappy compression support</title>
<p>Pass <code>-Dsnappy</code> to trigger the snappy maven profile for building
snappy native libs into hbase.</p>
<para>Pass <code>-Dsnappy</code> to trigger the snappy maven profile for building
snappy native libs into hbase.</para>
</section>
<section xml:id="mvn_repo">