X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 9D39D52931 for ; Fri, 17 Jun 2005 13:46:31 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 67962-03 for ; Fri, 17 Jun 2005 16:46:25 +0000 (GMT) Received: from candle.pha.pa.us (candle.pha.pa.us [64.139.89.126]) by svr1.postgresql.org (Postfix) with ESMTP id CAD7452849 for ; Fri, 17 Jun 2005 13:46:24 -0300 (ADT) Received: (from pgman@localhost) by candle.pha.pa.us (8.11.6/8.11.6) id j5HGkMo14569; Fri, 17 Jun 2005 12:46:22 -0400 (EDT) From: Bruce Momjian Message-Id: <200506171646.j5HGkMo14569@candle.pha.pa.us> Subject: Re: NetBSD kernel resource configuration In-Reply-To: To: Kris Jurka Date: Fri, 17 Jun 2005 12:46:22 -0400 (EDT) Cc: pgsql-docs@postgresql.org X-Mailer: ELM [version 2.4ME+ PL121 (25)] MIME-Version: 1.0 Content-Type: multipart/mixed; boundary=ELM1119026782-2566-0_ Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.009 tagged_above=0 required=5 tests=AWL X-Spam-Level: X-Archive-Number: 200506/27 X-Sequence-Number: 3120 --ELM1119026782-2566-0_ Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII 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 majordomo@postgresql.org > -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073 --ELM1119026782-2566-0_ Content-Transfer-Encoding: 7bit Content-Type: text/plain Content-Disposition: inline; filename="/bjm/diff" 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 ! (On NetBSD and OpenBSD the key word is actually option singular.) --- 4375,4381 ---- options SEMMNU=256 options SEMMAP=256 ! (On OpenBSD the key word is actually option singular.) --ELM1119026782-2566-0_--