Work around gtk-doc problems
authorMatthias Clasen <mclasen@redhat.com>
Wed, 5 Mar 2014 01:20:52 +0000 (20:20 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 5 Mar 2014 01:20:52 +0000 (20:20 -0500)
Returns shall never be at the beginning of a line.

gio/gsubprocess.c

index 19cbf57..f77436c 100644 (file)
@@ -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)