mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-16 17:43:48 +02:00
Merge branch 'spawn-docs-typo-fix' into 'master'
Minor typo fixes to GSpawn documentation See merge request GNOME/glib!641
This commit is contained in:
commit
01cff0e9b8
@ -633,7 +633,7 @@ g_spawn_sync (const gchar *working_directory,
|
|||||||
* a command line, and the C runtime startup code does a corresponding
|
* a command line, and the C runtime startup code does a corresponding
|
||||||
* reconstruction of an argument vector from the command line, to be
|
* reconstruction of an argument vector from the command line, to be
|
||||||
* passed to main(). Complications arise when you have argument vector
|
* passed to main(). Complications arise when you have argument vector
|
||||||
* elements that contain spaces of double quotes. The spawn*() functions
|
* elements that contain spaces or double quotes. The `spawn*()` functions
|
||||||
* don't do any quoting or escaping, but on the other hand the startup
|
* don't do any quoting or escaping, but on the other hand the startup
|
||||||
* code does do unquoting and unescaping in order to enable receiving
|
* code does do unquoting and unescaping in order to enable receiving
|
||||||
* arguments with embedded spaces or double quotes. To work around this
|
* arguments with embedded spaces or double quotes. To work around this
|
||||||
|
Loading…
x
Reference in New Issue
Block a user