From 2e0bab6bfdb492e657c7ce45b1147c41a227ce8b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 15 Mar 2008 00:40:47 +0000 Subject: [PATCH] Make up an ending for this sentence. svn path=/trunk/; revision=6714 --- docs/reference/glib/tmpl/spawn.sgml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/reference/glib/tmpl/spawn.sgml b/docs/reference/glib/tmpl/spawn.sgml index d3c1bd8ca..3d9f038dc 100644 --- a/docs/reference/glib/tmpl/spawn.sgml +++ b/docs/reference/glib/tmpl/spawn.sgml @@ -93,7 +93,9 @@ limits the usefulness of child setup functions. -Also note that modifying the environment from +Also note that modifying the environment from the child setup function +may not have the intended effect, since it will get overridden by +a non-%NULL @env argument to the g_spawn... functions.