1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Fix bogus line break within a file name, as noted by Alvaro.

This commit is contained in:
Tom Lane
2004-06-27 22:58:19 +00:00
parent 03ad5da8f8
commit b3d36a2467

View File

@ -1,5 +1,5 @@
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.267 2004/06/24 19:26:55 tgl Exp $ $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.268 2004/06/27 22:58:19 tgl Exp $
--> -->
<Chapter Id="runtime"> <Chapter Id="runtime">
@ -3560,8 +3560,8 @@ kernel.shmmax = 134217728
<para> <para>
Other parameters are sufficiently sized for any application. If Other parameters are sufficiently sized for any application. If
you want to see for yourself look in you want to see for yourself look in
<filename>/usr/src/linux/include/asm-<replaceable>xxx</>/shmpara <filename>/usr/src/linux/include/asm-<replaceable>xxx</>/shmparam.h</>
m.h</> and <filename>/usr/src/linux/include/linux/sem.h</>. and <filename>/usr/src/linux/include/linux/sem.h</>.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>