Index: doc/src/sgml/runtime.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v
retrieving revision 1.327
diff -c -c -r1.327 runtime.sgml
*** doc/src/sgml/runtime.sgml 17 Jun 2005 03:25:51 -0000 1.327
--- doc/src/sgml/runtime.sgml 17 Jun 2005 13:04:21 -0000
***************
*** 4544,4551 ****
FreeBSD> versions before 4.0 work like
NetBSD> and
! OpenBSD> (see below), except that the configuration file uses the
! keyword "options" instead of "option".
--- 4544,4550 ----
FreeBSD> versions before 4.0 work like
NetBSD> and
! OpenBSD> (see below).
***************
*** 4561,4577 ****
to be enabled when the kernel is compiled. (They are by
default.) The maximum size of shared memory is determined by
the option SHMMAXPGS> (in pages). The following
! shows an example of how to set the various parameters:
! option SYSVSHM
! option SHMMAXPGS=4096
! option SHMSEG=256
!
! option SYSVSEM
! option SEMMNI=256
! option SEMMNS=512
! option SEMMNU=256
! option SEMMAP=256
--- 4560,4577 ----
to be enabled when the kernel is compiled. (They are by
default.) The maximum size of shared memory is determined by
the option SHMMAXPGS> (in pages). The following
! shows an example of how to set the various parameters
! (OpenBSD> uses option> instead):
! options SYSVSHM
! options SHMMAXPGS=4096
! options SHMSEG=256
!
! options SYSVSEM
! options SEMMNI=256
! options SEMMNS=512
! options SEMMNU=256
! options SEMMAP=256