Nested sect3's should be sect2, fixed.
This commit is contained in:
parent
ca986fc704
commit
6feaaf16de
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10678
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD$
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/developers-handbook/l10n/chapter.sgml,v 1.1 2001/09/13 00:14:45 chern Exp $
|
||||
-->
|
||||
|
||||
<chapter id="l10n">
|
||||
|
@ -24,7 +24,7 @@
|
|||
with library specific functions. In addition, please be sure to
|
||||
allow for wide or multibyte characters support.</para>
|
||||
|
||||
<sect3>
|
||||
<sect2>
|
||||
<title>A Call to Unify the I18N Effort</title>
|
||||
|
||||
<para>It has come to our attention that the individual I18N/L10N
|
||||
|
@ -51,9 +51,9 @@
|
|||
Please also read the BSDCon2000 I18N paper and presentations
|
||||
by Clive Lin, Chia-Liang Kao, and Michael C. Wu at <ulink
|
||||
url="http://www.FreeBSD.org/~keichii/papers/">http://www.FreeBSD.org/~keichii/papers/</ulink></para>
|
||||
</sect3>
|
||||
</sect2>
|
||||
|
||||
<sect3>
|
||||
<sect2>
|
||||
<title>Perl and Python</title>
|
||||
<indexterm>
|
||||
<primary>Perl</primary>
|
||||
|
@ -78,6 +78,6 @@
|
|||
<para>In <literal>C</literal>-based shells:</para>
|
||||
|
||||
<programlisting><envar>setenv LD_PRELOAD /usr/lib/libxpg4.so</envar></programlisting>
|
||||
</sect3>
|
||||
</sect2>
|
||||
</sect1>
|
||||
</chapter>
|
Loading…
Reference in a new issue