mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
gspawn: Tiny improvement to formatting of documentation
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
5cef08977b
commit
47e8f521ba
@ -633,7 +633,7 @@ g_spawn_sync (const gchar *working_directory,
|
||||
* a command line, and the C runtime startup code does a corresponding
|
||||
* reconstruction of an argument vector from the command line, to be
|
||||
* passed to main(). Complications arise when you have argument vector
|
||||
* elements that contain spaces or 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
|
||||
* code does do unquoting and unescaping in order to enable receiving
|
||||
* arguments with embedded spaces or double quotes. To work around this
|
||||
|
Loading…
Reference in New Issue
Block a user