X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (av.hub.org [200.46.204.144]) by postgresql.org (Postfix) with ESMTP id 903779DC805 for ; Sun, 5 Feb 2006 08:52:19 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 99550-09 for ; Sun, 5 Feb 2006 08:52:22 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey- Received: from projects.commandprompt.com (host-130.commandprompt.net [207.173.203.130]) by postgresql.org (Postfix) with ESMTP id 5E5129DC860 for ; Sun, 5 Feb 2006 08:52:17 -0400 (AST) Received: from evim.gunduz.org (dsl.static8121514250.ttnet.net.tr [81.215.14.250] (may be forged)) (authenticated bits=0) by projects.commandprompt.com (8.13.4/8.13.4) with ESMTP id k15CxK4C031082 for ; Sun, 5 Feb 2006 04:59:21 -0800 Subject: Typo in 8.1/HEAD docs From: Devrim GUNDUZ To: "pgsql-docs@postgresql.org" Content-Type: multipart/mixed; boundary="=-x/nquqbwMPeWc5R3Oq9G" Organization: Command Prompt, Inc. Date: Sun, 05 Feb 2006 14:52:19 +0200 Message-Id: <1139143939.3791.4.camel@evim.gunduz.org> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 (2.0.2-22) X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 on projects.commandprompt.com X-Virus-Status: Clean X-Greylist: Sender succeded SMTP AUTH authentication, not delayed by milter-greylist-1.6 (projects.commandprompt.com [192.168.2.159]); Sun, 05 Feb 2006 04:59:22 -0800 (PST) X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, score=0.159 required=5 tests=[AWL=0.159] X-Spam-Score: 0.159 X-Spam-Level: X-Archive-Number: 200602/3 X-Sequence-Number: 3443 --=-x/nquqbwMPeWc5R3Oq9G Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi, The attached files fix the typos in 8.1/runtime.sgml and HEAD/config.sgml, per Jeroen Vermeulen. Regards, -- The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564 PostgreSQL Replication, Consulting, Custom Development, 24x7 support Managed Services, Shared and Dedicated Hosting Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/ --=-x/nquqbwMPeWc5R3Oq9G Content-Disposition: attachment; filename=config.sgml-HEAD.patch Content-Type: text/x-patch; name=config.sgml-HEAD.patch; charset=UTF-8 Content-Transfer-Encoding: 7bit ? GNUmakefile ? config.log ? config.status ? initdb-quiet.patch ? src/plr ? src/bin/initdb/initdb-quiet.patch Index: doc/src/sgml/config.sgml =================================================================== RCS file: /projects/cvsroot/pgsql/doc/src/sgml/config.sgml,v retrieving revision 1.46 diff -r1.46 config.sgml 15c15 < describe how to set configuration chapters. The subsequent sections --- > describe how to set configuration parameters. The subsequent sections --=-x/nquqbwMPeWc5R3Oq9G Content-Disposition: attachment; filename=runtime.sgml-8.1.patch Content-Type: text/x-patch; name=runtime.sgml-8.1.patch; charset=UTF-8 Content-Transfer-Encoding: 7bit Index: doc/src/sgml/config.sgml =================================================================== RCS file: /projects/cvsroot/pgsql/doc/src/sgml/config.sgml,v retrieving revision 1.36 diff -r1.36 config.sgml 15c15 < describe how to set configuration chapters. The subsequent sections --- > describe how to set configuration parameters. The subsequent sections --=-x/nquqbwMPeWc5R3Oq9G--