mirror of
https://github.com/postgres/postgres.git
synced 2025-05-01 01:04:50 +03: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">
|
<Chapter Id="runtime">
|
||||||
@ -1807,8 +1807,9 @@ default:\
|
|||||||
<para>
|
<para>
|
||||||
Kernels generally also have an implementation-dependent
|
Kernels generally also have an implementation-dependent
|
||||||
system-wide limit on some resources.
|
system-wide limit on some resources.
|
||||||
<simplelist>
|
<itemizedlist>
|
||||||
<member>
|
<listitem>
|
||||||
|
<para>
|
||||||
On <productname>Linux</productname>
|
On <productname>Linux</productname>
|
||||||
<filename>/proc/sys/fs/file-max</filename> determines the
|
<filename>/proc/sys/fs/file-max</filename> determines the
|
||||||
maximum number of files that the kernel will allocate. It can
|
maximum number of files that the kernel will allocate. It can
|
||||||
@ -1818,8 +1819,9 @@ default:\
|
|||||||
kernel is compiled; see
|
kernel is compiled; see
|
||||||
<filename>/usr/src/linux/Documentation/proc.txt</filename> for
|
<filename>/usr/src/linux/Documentation/proc.txt</filename> for
|
||||||
more information.
|
more information.
|
||||||
</member>
|
</para>
|
||||||
</simplelist>
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user