From fd8c1a306725ed7f877c0ec6d5c27f5436c5941f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 4 Mar 2014 20:20:52 -0500 Subject: [PATCH] Work around gtk-doc problems Returns shall never be at the beginning of a line. --- gio/gsubprocess.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gio/gsubprocess.c b/gio/gsubprocess.c index 19cbf5717..f77436c71 100644 --- a/gio/gsubprocess.c +++ b/gio/gsubprocess.c @@ -727,8 +727,8 @@ g_subprocess_newv (const gchar * const *argv, * g_subprocess_get_identifier: * @subprocess: a #GSubprocess * - * On UNIX, returns the process ID as a decimal string. On Windows, - * returns the result of GetProcessId() also as a string. + * On UNIX, returns the process ID as a decimal string. + * On Windows, returns the result of GetProcessId() also as a string. */ const gchar * g_subprocess_get_identifier (GSubprocess *subprocess)