diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-02-06 08:04:52 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-02-06 08:07:16 -0500 |
commit | 323242578524a1b6355d8451015b14ca75aa0afa (patch) | |
tree | 49349b60f68f79652335e9ebd437087ae174f6c0 /gio/gsubprocess.c | |
parent | a35d8a4c77fbb9a8dd143742c29c0807ec99412b (diff) | |
download | glib-323242578524a1b6355d8451015b14ca75aa0afa.tar.gz glib-323242578524a1b6355d8451015b14ca75aa0afa.tar.bz2 glib-323242578524a1b6355d8451015b14ca75aa0afa.zip |
Docs: replace <literal> by `
Diffstat (limited to 'gio/gsubprocess.c')
-rw-r--r-- | gio/gsubprocess.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gio/gsubprocess.c b/gio/gsubprocess.c index 35a2426b6..58995809c 100644 --- a/gio/gsubprocess.c +++ b/gio/gsubprocess.c @@ -36,16 +36,15 @@ * comprehensive API for asynchronous I/O, such * g_output_stream_splice_async(). This makes GSubprocess * significantly more powerful and flexible than equivalent APIs in - * some other languages such as the <literal>subprocess.py</literal> + * some other languages such as the `subprocess.py` * included with Python. For example, using #GSubprocess one could * create two child processes, reading standard output from the first, * processing it, and writing to the input stream of the second, all * without blocking the main loop. * * A powerful g_subprocess_communicate() API is provided similar to the - * <literal>communicate()</literal> method of - * <literal>subprocess.py</literal>. This enables very easy interaction - * with a subprocess that has been opened with pipes. + * `communicate()` method of `subprocess.py`. This enables very easy + * interaction with a subprocess that has been opened with pipes. * * #GSubprocess defaults to tight control over the file descriptors open * in the child process, avoiding dangling-fd issues that are caused by |