mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-09 08:10:09 +08:00
Avoid a particular <simplelist>. jadetex has formatting problems,
apparently when the content is long enough to require line breaks.
This commit is contained in:
parent
6afd28c8f2
commit
a1d28be831
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.48 2001/01/24 23:15:19 petere Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.49 2001/02/09 20:38:15 petere Exp $
|
||||
-->
|
||||
|
||||
<Chapter Id="runtime">
|
||||
@ -1807,8 +1807,9 @@ default:\
|
||||
<para>
|
||||
Kernels generally also have an implementation-dependent
|
||||
system-wide limit on some resources.
|
||||
<simplelist>
|
||||
<member>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
On <productname>Linux</productname>
|
||||
<filename>/proc/sys/fs/file-max</filename> determines the
|
||||
maximum number of files that the kernel will allocate. It can
|
||||
@ -1818,8 +1819,9 @@ default:\
|
||||
kernel is compiled; see
|
||||
<filename>/usr/src/linux/Documentation/proc.txt</filename> for
|
||||
more information.
|
||||
</member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user