Various underscore doc fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2005-02-06 02:47:31 +00:00
parent 14ca93a0d9
commit bb772a8edf
6 changed files with 22 additions and 22 deletions

View File

@@ -188,7 +188,7 @@ under both Unix and Windows but all the other signals are equivalent to
The {\it flags} parameter can be wxKILL\_NOCHILDREN (the default),
or wxKILL\_CHILDREN, in which case the child processes of this
process will be killed too. Note that under Unix, for wxKILL\_CHILDREN
to work you should have created the process passing wxEXEC\_MAKE_GROUP\_LEADER.
to work you should have created the process passing wxEXEC\_MAKE\_GROUP\_LEADER.
Returns the element of {\tt wxKillError} enum: