aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-08-18 15:47:08 +0000
committerBruce Momjian <bruce@momjian.us>2006-08-18 15:47:08 +0000
commit63b71c3229810904208619d7d78c5f803a067eb4 (patch)
treedf963114cc017ba9179a1a55b989d3df4bf9426a /src
parente8ea9e9587f096fdfbd4e451e2e88afee9009902 (diff)
downloadpostgresql-63b71c3229810904208619d7d78c5f803a067eb4.tar.gz
postgresql-63b71c3229810904208619d7d78c5f803a067eb4.zip
Update Win32 CMD quoting rules information location, CMD /?, from
Magnus.
Diffstat (limited to 'src')
-rw-r--r--src/include/port.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/port.h b/src/include/port.h
index d7fea81c061..05bf691f5ed 100644
--- a/src/include/port.h
+++ b/src/include/port.h
@@ -6,7 +6,7 @@
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/port.h,v 1.95 2006/07/19 17:01:24 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/port.h,v 1.96 2006/08/18 15:47:08 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -94,7 +94,7 @@ extern int find_other_exec(const char *argv0, const char *target,
* It also requires double-quotes around the executable name and
* any files used for redirection. Other args can use single-quotes.
*
- * From http://www.computerhope.com/cmd.htm:
+ * Generated using Win32 "CMD /?":
*
* 1. If all of the following conditions are met, then quote characters
* on the command line are preserved: