mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 03:46:17 +01:00
Merge branch 'gmain-docs' into 'master'
gmain: Fix minor typo in documentation See merge request GNOME/glib!1679
This commit is contained in:
commit
259378047d
@ -5618,7 +5618,7 @@ g_unix_signal_handler (int signum)
|
||||
* * the application must not wait for @pid to exit by any other
|
||||
* mechanism, including `waitpid(pid, ...)` or a second child-watch
|
||||
* source for the same @pid
|
||||
* * the application must not ignore SIGCHILD
|
||||
* * the application must not ignore `SIGCHLD`
|
||||
*
|
||||
* If any of those conditions are not met, this and related APIs will
|
||||
* not work correctly. This can often be diagnosed via a GLib warning
|
||||
|
Loading…
Reference in New Issue
Block a user