public inbox for [email protected]  
help / color / mirror / Atom feed
NetBSD kernel resource configuration
4+ messages / 2 participants
[nested] [flat]

* NetBSD kernel resource configuration
@ 2005-06-17 07:00  Kris Jurka <[email protected]>
  0 siblings, 1 reply; 4+ messages in thread

From: Kris Jurka @ 2005-06-17 07:00 UTC (permalink / raw)
  To: pgsql-docs


The documentation describing NetBSD kernel configuration mentions that it 
uses the "option" keyword like OpenBSD, but in fact it uses the "options" 
keyword like FreeBSD.

http://developer.postgresql.org/docs/postgres/kernel-resources.html#SYSVIPC

http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/i386/conf/GENERIC?rev=1.674&content-type=text/x...

Kris Jurka



^ permalink  raw  reply  [nested|flat] 4+ messages in thread

* Re: NetBSD kernel resource configuration
@ 2005-06-17 13:11  Bruce Momjian <[email protected]>
  parent: Kris Jurka <[email protected]>
  0 siblings, 1 reply; 4+ messages in thread

From: Bruce Momjian @ 2005-06-17 13:11 UTC (permalink / raw)
  To: Kris Jurka <[email protected]>; +Cc: pgsql-docs

Kris Jurka wrote:
> 
> The documentation describing NetBSD kernel configuration mentions that it 
> uses the "option" keyword like OpenBSD, but in fact it uses the "options" 
> keyword like FreeBSD.
> 
> http://developer.postgresql.org/docs/postgres/kernel-resources.html#SYSVIPC
> 
> http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/i386/conf/GENERIC?rev=1.674&content-type=text/x...

Fix applied.  Thanks.  This problem doesn't appear in the 8.0.X docs.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  [email protected]               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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 ****
         <para>
          <systemitem class="osname">FreeBSD</> versions before 4.0 work like 
          <systemitem class="osname">NetBSD</> and <systemitem class="osname">
!         OpenBSD</> (see below), except that the configuration file uses the 
!         keyword "options" instead of "option".
         </para>
        </listitem>
       </varlistentry>
--- 4544,4550 ----
         <para>
          <systemitem class="osname">FreeBSD</> versions before 4.0 work like 
          <systemitem class="osname">NetBSD</> and <systemitem class="osname">
!         OpenBSD</> (see below).
         </para>
        </listitem>
       </varlistentry>
***************
*** 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 <varname>SHMMAXPGS</> (in pages). The following
!         shows an example of how to set the various parameters:
  <programlisting>
! option         SYSVSHM
! option         SHMMAXPGS=4096
! option         SHMSEG=256
! 
! option         SYSVSEM
! option         SEMMNI=256
! option         SEMMNS=512
! option         SEMMNU=256
! option         SEMMAP=256
  </programlisting>
         </para>
  
--- 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 <varname>SHMMAXPGS</> (in pages). The following
!         shows an example of how to set the various parameters 
!         (<systemitem class="osname">OpenBSD</> uses <literal>option</> instead):
  <programlisting>
! options        SYSVSHM
! options        SHMMAXPGS=4096
! options        SHMSEG=256
! 
! options        SYSVSEM
! options        SEMMNI=256
! options        SEMMNS=512
! options        SEMMNU=256
! options        SEMMAP=256
  </programlisting>
         </para>
  


Attachments:

  [text/plain] /bjm/diff (2.2K, 2-%2Fbjm%2Fdiff)
  download | inline:
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 ****
         <para>
          <systemitem class="osname">FreeBSD</> versions before 4.0 work like 
          <systemitem class="osname">NetBSD</> and <systemitem class="osname">
!         OpenBSD</> (see below), except that the configuration file uses the 
!         keyword "options" instead of "option".
         </para>
        </listitem>
       </varlistentry>
--- 4544,4550 ----
         <para>
          <systemitem class="osname">FreeBSD</> versions before 4.0 work like 
          <systemitem class="osname">NetBSD</> and <systemitem class="osname">
!         OpenBSD</> (see below).
         </para>
        </listitem>
       </varlistentry>
***************
*** 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 <varname>SHMMAXPGS</> (in pages). The following
!         shows an example of how to set the various parameters:
  <programlisting>
! option         SYSVSHM
! option         SHMMAXPGS=4096
! option         SHMSEG=256
! 
! option         SYSVSEM
! option         SEMMNI=256
! option         SEMMNS=512
! option         SEMMNU=256
! option         SEMMAP=256
  </programlisting>
         </para>
  
--- 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 <varname>SHMMAXPGS</> (in pages). The following
!         shows an example of how to set the various parameters 
!         (<systemitem class="osname">OpenBSD</> uses <literal>option</> instead):
  <programlisting>
! options        SYSVSHM
! options        SHMMAXPGS=4096
! options        SHMSEG=256
! 
! options        SYSVSEM
! options        SEMMNI=256
! options        SEMMNS=512
! options        SEMMNU=256
! options        SEMMAP=256
  </programlisting>
         </para>
  

^ permalink  raw  reply  [nested|flat] 4+ messages in thread

* Re: NetBSD kernel resource configuration
@ 2005-06-17 16:00  Kris Jurka <[email protected]>
  parent: Bruce Momjian <[email protected]>
  0 siblings, 1 reply; 4+ messages in thread

From: Kris Jurka @ 2005-06-17 16:00 UTC (permalink / raw)
  To: Bruce Momjian <[email protected]>; +Cc: pgsql-docs



On Fri, 17 Jun 2005, Bruce Momjian wrote:

> Kris Jurka wrote:
> > 
> > The documentation describing NetBSD kernel configuration mentions that it 
> > uses the "option" keyword like OpenBSD, but in fact it uses the "options" 
> > keyword like FreeBSD.
> > 
> 
> Fix applied.  Thanks.  This problem doesn't appear in the 8.0.X docs.
> 

It does, but in a slightly different form.  It says "(On NetBSD and 
OpenBSD the key word is actually option singular.)"

Kris Jurka




^ permalink  raw  reply  [nested|flat] 4+ messages in thread

* Re: NetBSD kernel resource configuration
@ 2005-06-17 16:46  Bruce Momjian <[email protected]>
  parent: Kris Jurka <[email protected]>
  0 siblings, 0 replies; 4+ messages in thread

From: Bruce Momjian @ 2005-06-17 16:46 UTC (permalink / raw)
  To: Kris Jurka <[email protected]>; +Cc: pgsql-docs


Oh, thanks.  Fixed in 8.0.X.

---------------------------------------------------------------------------

Kris Jurka wrote:
> 
> 
> On Fri, 17 Jun 2005, Bruce Momjian wrote:
> 
> > Kris Jurka wrote:
> > > 
> > > The documentation describing NetBSD kernel configuration mentions that it 
> > > uses the "option" keyword like OpenBSD, but in fact it uses the "options" 
> > > keyword like FreeBSD.
> > > 
> > 
> > Fix applied.  Thanks.  This problem doesn't appear in the 8.0.X docs.
> > 
> 
> It does, but in a slightly different form.  It says "(On NetBSD and 
> OpenBSD the key word is actually option singular.)"
> 
> Kris Jurka
> 
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to [email protected]
> 

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  [email protected]               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

Index: doc/src/sgml/runtime.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v
retrieving revision 1.301.4.6
diff -c -c -r1.301.4.6 runtime.sgml
*** doc/src/sgml/runtime.sgml	9 May 2005 17:26:55 -0000	1.301.4.6
--- doc/src/sgml/runtime.sgml	17 Jun 2005 16:45:05 -0000
***************
*** 4375,4382 ****
  options         SEMMNU=256
  options         SEMMAP=256
  </programlisting>
!         (On <systemitem class="osname">NetBSD</> and <systemitem
!         class="osname">OpenBSD</> the key word is actually
          <literal>option</literal> singular.)
         </para>
         <para>
--- 4375,4381 ----
  options         SEMMNU=256
  options         SEMMAP=256
  </programlisting>
!         (On <systemitem class="osname">OpenBSD</> the key word is actually
          <literal>option</literal> singular.)
         </para>
         <para>


Attachments:

  [text/plain] /bjm/diff (918B, 2-%2Fbjm%2Fdiff)
  download | inline:
Index: doc/src/sgml/runtime.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v
retrieving revision 1.301.4.6
diff -c -c -r1.301.4.6 runtime.sgml
*** doc/src/sgml/runtime.sgml	9 May 2005 17:26:55 -0000	1.301.4.6
--- doc/src/sgml/runtime.sgml	17 Jun 2005 16:45:05 -0000
***************
*** 4375,4382 ****
  options         SEMMNU=256
  options         SEMMAP=256
  </programlisting>
!         (On <systemitem class="osname">NetBSD</> and <systemitem
!         class="osname">OpenBSD</> the key word is actually
          <literal>option</literal> singular.)
         </para>
         <para>
--- 4375,4381 ----
  options         SEMMNU=256
  options         SEMMAP=256
  </programlisting>
!         (On <systemitem class="osname">OpenBSD</> the key word is actually
          <literal>option</literal> singular.)
         </para>
         <para>

^ permalink  raw  reply  [nested|flat] 4+ messages in thread


end of thread, other threads:[~2005-06-17 16:46 UTC | newest]

Thread overview: 4+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2005-06-17 07:00 NetBSD kernel resource configuration Kris Jurka <[email protected]>
2005-06-17 13:11 ` Bruce Momjian <[email protected]>
2005-06-17 16:00   ` Kris Jurka <[email protected]>
2005-06-17 16:46     ` Bruce Momjian <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox