11<!--
2- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.327 2005/06/1703:25:51 momjian Exp $
2+ $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.328 2005/06/1713:12:01 momjian Exp $
33-->
44
55<chapter Id="runtime">
@@ -4544,8 +4544,7 @@ options "SEMMNS=240"
45444544 <para>
45454545 <systemitem class="osname">FreeBSD</> versions before 4.0 work like
45464546 <systemitem class="osname">NetBSD</> and <systemitem class="osname">
4547- OpenBSD</> (see below), except that the configuration file uses the
4548- keyword "options" instead of "option".
4547+ OpenBSD</> (see below).
45494548 </para>
45504549 </listitem>
45514550 </varlistentry>
@@ -4561,17 +4560,18 @@ options "SEMMNS=240"
45614560 to be enabled when the kernel is compiled. (They are by
45624561 default.) The maximum size of shared memory is determined by
45634562 the option <varname>SHMMAXPGS</> (in pages). The following
4564- shows an example of how to set the various parameters:
4563+ shows an example of how to set the various parameters
4564+ (<systemitem class="osname">OpenBSD</> uses <literal>option</> instead):
45654565<programlisting>
4566- option SYSVSHM
4567- option SHMMAXPGS=4096
4568- option SHMSEG=256
4569-
4570- option SYSVSEM
4571- option SEMMNI=256
4572- option SEMMNS=512
4573- option SEMMNU=256
4574- option SEMMAP=256
4566+ options SYSVSHM
4567+ options SHMMAXPGS=4096
4568+ options SHMSEG=256
4569+
4570+ options SYSVSEM
4571+ options SEMMNI=256
4572+ options SEMMNS=512
4573+ options SEMMNU=256
4574+ options SEMMAP=256
45754575</programlisting>
45764576 </para>
45774577