Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit30b0f49

Browse files
committed
Update NetBSD 'options' description.
Kris Jurka
1 parent1414707 commit30b0f49

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

‎doc/src/sgml/runtime.sgml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp