Received: from localhost (unknown [200.46.204.183]) by postgresql.org (Postfix) with ESMTP id 733B12E0077 for ; Fri, 14 Mar 2008 13:50:23 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 93521-08 for ; Fri, 14 Mar 2008 13:50:20 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from sd-2317.dedibox.fr (sd-2317.dedibox.fr [88.191.17.192]) by postgresql.org (Postfix) with ESMTP id 92BBB2E0070 for ; Fri, 14 Mar 2008 13:50:20 -0300 (ADT) Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by sd-2317.dedibox.fr (Postfix) with ESMTP id ACD98346E for ; Fri, 14 Mar 2008 17:50:18 +0100 (CET) Message-ID: <47DAAC2B.8030805@lelarge.info> Date: Fri, 14 Mar 2008 17:47:39 +0100 From: Guillaume Lelarge User-Agent: Thunderbird 2.0.0.12 (X11/20080227) MIME-Version: 1.0 To: pgsql-docs@postgresql.org Subject: Small typo in install-win32.sgml Content-Type: multipart/mixed; boundary="------------010506010902020502060801" X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200803/44 X-Sequence-Number: 4856 This is a multi-part message in MIME format. --------------010506010902020502060801 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi all, This patch fixes a typo in install-win32.sgml. It's from 8.3 branch, but it applies too on HEAD. Regards. -- Guillaume. http://www.postgresqlfr.org http://dalibo.com --------------010506010902020502060801 Content-Type: text/x-patch; name="install-win32.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="install-win32.patch" Index: doc/src/sgml/install-win32.sgml =================================================================== RCS file: /projects/cvsroot/pgsql/doc/src/sgml/install-win32.sgml,v retrieving revision 1.45.2.1 diff -c -r1.45.2.1 install-win32.sgml *** doc/src/sgml/install-win32.sgml 28 Feb 2008 12:18:03 -0000 1.45.2.1 --- doc/src/sgml/install-win32.sgml 14 Mar 2008 16:47:20 -0000 *************** *** 247,253 **** handle changed files. But if there have been large changes, you may need to clean the installation. To do this, simply run the clean.bat command, which will automatically clean out ! all generated files. You can also run it with with the dist parameter, in which case it will behave like make distclean and remove the flex/bison output files as well. --- 247,253 ---- handle changed files. But if there have been large changes, you may need to clean the installation. To do this, simply run the clean.bat command, which will automatically clean out ! all generated files. You can also run it with the dist parameter, in which case it will behave like make distclean and remove the flex/bison output files as well. --------------010506010902020502060801--