From fb069c70f7a70b29c104413b0e7abf918ccb930a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 17 Dec 2001 23:04:09 +0000 Subject: [PATCH] Use , not . * glib/gspawn.c, glib/gspawn-win32.c: Use , not . --- ChangeLog | 4 ++++ ChangeLog.pre-2-0 | 4 ++++ ChangeLog.pre-2-10 | 4 ++++ ChangeLog.pre-2-12 | 4 ++++ ChangeLog.pre-2-2 | 4 ++++ ChangeLog.pre-2-4 | 4 ++++ ChangeLog.pre-2-6 | 4 ++++ ChangeLog.pre-2-8 | 4 ++++ glib/gspawn-win32.c | 4 ++-- glib/gspawn.c | 4 ++-- 10 files changed, 36 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index ab77fe0..18d66c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-12-17 Matthias Clasen + + * glib/gspawn.c, glib/gspawn-win32.c: Use , not . + 2001-12-15 Matthias Clasen * glib/gshell.c, glib/gspawn.c, glib/gspawn-win32.c, glib/gerror.c, diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index ab77fe0..18d66c1 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,7 @@ +2001-12-17 Matthias Clasen + + * glib/gspawn.c, glib/gspawn-win32.c: Use , not . + 2001-12-15 Matthias Clasen * glib/gshell.c, glib/gspawn.c, glib/gspawn-win32.c, glib/gerror.c, diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index ab77fe0..18d66c1 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2001-12-17 Matthias Clasen + + * glib/gspawn.c, glib/gspawn-win32.c: Use , not . + 2001-12-15 Matthias Clasen * glib/gshell.c, glib/gspawn.c, glib/gspawn-win32.c, glib/gerror.c, diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index ab77fe0..18d66c1 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,7 @@ +2001-12-17 Matthias Clasen + + * glib/gspawn.c, glib/gspawn-win32.c: Use , not . + 2001-12-15 Matthias Clasen * glib/gshell.c, glib/gspawn.c, glib/gspawn-win32.c, glib/gerror.c, diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index ab77fe0..18d66c1 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,7 @@ +2001-12-17 Matthias Clasen + + * glib/gspawn.c, glib/gspawn-win32.c: Use , not . + 2001-12-15 Matthias Clasen * glib/gshell.c, glib/gspawn.c, glib/gspawn-win32.c, glib/gerror.c, diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index ab77fe0..18d66c1 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,7 @@ +2001-12-17 Matthias Clasen + + * glib/gspawn.c, glib/gspawn-win32.c: Use , not . + 2001-12-15 Matthias Clasen * glib/gshell.c, glib/gspawn.c, glib/gspawn-win32.c, glib/gerror.c, diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index ab77fe0..18d66c1 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +2001-12-17 Matthias Clasen + + * glib/gspawn.c, glib/gspawn-win32.c: Use , not . + 2001-12-15 Matthias Clasen * glib/gshell.c, glib/gspawn.c, glib/gspawn-win32.c, glib/gerror.c, diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index ab77fe0..18d66c1 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +2001-12-17 Matthias Clasen + + * glib/gspawn.c, glib/gspawn-win32.c: Use , not . + 2001-12-15 Matthias Clasen * glib/gshell.c, glib/gspawn.c, glib/gspawn-win32.c, glib/gerror.c, diff --git a/glib/gspawn-win32.c b/glib/gspawn-win32.c index 0208c62..7cadc1e 100644 --- a/glib/gspawn-win32.c +++ b/glib/gspawn-win32.c @@ -471,7 +471,7 @@ g_spawn_sync (const gchar *working_directory, * should be a %NULL-terminated array of strings, to be passed as the * argument vector for the child. The first string in @argv is of * course the name of the program to execute. By default, the name of - * the program must be a full path; the PATH shell variable will only + * the program must be a full path; the PATH shell variable will only * be searched if you pass the %G_SPAWN_SEARCH_PATH flag. * * @envp is a %NULL-terminated array of strings, where each string @@ -488,7 +488,7 @@ g_spawn_sync (const gchar *working_directory, * otherwise all descriptors except stdin/stdout/stderr will be closed before * calling exec() in the child. %G_SPAWN_SEARCH_PATH * means that argv[0] need not be an absolute path, it - * will be looked for in the user's PATH. + * will be looked for in the user's PATH. * %G_SPAWN_STDOUT_TO_DEV_NULL means that the child's standard output * will be discarded, instead of going to the same location as the parent's * standard output. %G_SPAWN_STDERR_TO_DEV_NULL means that the child's diff --git a/glib/gspawn.c b/glib/gspawn.c index 4cce172..c35d92c 100644 --- a/glib/gspawn.c +++ b/glib/gspawn.c @@ -421,7 +421,7 @@ g_spawn_sync (const gchar *working_directory, * should be a %NULL-terminated array of strings, to be passed as the * argument vector for the child. The first string in @argv is of * course the name of the program to execute. By default, the name of - * the program must be a full path; the PATH shell variable + * the program must be a full path; the PATH shell variable * will only be searched if you pass the %G_SPAWN_SEARCH_PATH flag. * * @envp is a %NULL-terminated array of strings, where each string @@ -439,7 +439,7 @@ g_spawn_sync (const gchar *working_directory, * descriptors except stdin/stdout/stderr will be closed before * calling exec() in the child. %G_SPAWN_SEARCH_PATH * means that argv[0] need not be an absolute path, it - * will be looked for in the user's PATH. + * will be looked for in the user's PATH. * %G_SPAWN_STDOUT_TO_DEV_NULL means that the child's standad output will * be discarded, instead of going to the same location as the parent's * standard output. -- 2.7.4