|
6 | 6 | * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
|
7 | 7 | * Portions Copyright (c) 1994, Regents of the University of California
|
8 | 8 | *
|
9 |
| - * $PostgreSQL: pgsql/src/include/port.h,v 1.50 2004/08/08 06:44:33 momjian Exp $ |
| 9 | + * $PostgreSQL: pgsql/src/include/port.h,v 1.51 2004/08/09 02:12:51 momjian Exp $ |
10 | 10 | *
|
11 | 11 | *-------------------------------------------------------------------------
|
12 | 12 | */
|
@@ -91,8 +91,8 @@ extern int find_other_exec(const char *argv0, const char *target,
|
91 | 91 | /*
|
92 | 92 | *Win32 needs double quotes at the beginning and end of system()
|
93 | 93 | *strings. If not, it gets confused with multiple quoted strings.
|
94 |
| - *It alsomust usedouble-quotes around the executable name |
95 |
| - *andany files used for redirection. Other args can use single-quotes. |
| 94 | + *It alsorequiresdouble-quotes around the executable name and |
| 95 | + *any files used for redirection. Other args can use single-quotes. |
96 | 96 | *
|
97 | 97 | *See the "Notes" section about quotes at:
|
98 | 98 | *http://home.earthlink.net/~rlively/MANUALS/COMMANDS/C/CMD.HTM
|
|