aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-08-09 02:12:51 +0000
committerBruce Momjian <bruce@momjian.us>2004-08-09 02:12:51 +0000
commitbc1ca750e8f65b3d93ba6ae9a54c0914aab15600 (patch)
tree764ac50aa8f9ce0e0cc6c9f049bf7d9fa8589cf3 /src
parentb942e8700fc753c02de1de50c4c93902cd9e3daa (diff)
downloadpostgresql-bc1ca750e8f65b3d93ba6ae9a54c0914aab15600.tar.gz
postgresql-bc1ca750e8f65b3d93ba6ae9a54c0914aab15600.zip
Improve comment.
Diffstat (limited to 'src')
-rw-r--r--src/include/port.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/port.h b/src/include/port.h
index e7ffdce362e..013243cc279 100644
--- a/src/include/port.h
+++ b/src/include/port.h
@@ -6,7 +6,7 @@
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/port.h,v 1.50 2004/08/08 06:44:33 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/port.h,v 1.51 2004/08/09 02:12:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -91,8 +91,8 @@ extern int find_other_exec(const char *argv0, const char *target,
/*
* Win32 needs double quotes at the beginning and end of system()
* strings. If not, it gets confused with multiple quoted strings.
- * It also must use double-quotes around the executable name
- * and any files used for redirection. Other args can use single-quotes.
+ * It also requires double-quotes around the executable name and
+ * any files used for redirection. Other args can use single-quotes.
*
* See the "Notes" section about quotes at:
* http://home.earthlink.net/~rlively/MANUALS/COMMANDS/C/CMD.HTM