Don't mention fork()/exec() in the short description. fork()/exec() is an
authorTor Lillqvist <tml@novell.com>
Wed, 14 May 2008 14:19:59 +0000 (14:19 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Wed, 14 May 2008 14:19:59 +0000 (14:19 +0000)
2008-05-14  Tor Lillqvist  <tml@novell.com>

* glib/tmpl/spawn.sgml: Don't mention fork()/exec() in the short
description. fork()/exec() is an implementation detail on Unix.

svn path=/trunk/; revision=6891

docs/reference/ChangeLog
docs/reference/glib/tmpl/spawn.sgml

index 8afb8ca..cc06897 100644 (file)
@@ -1,3 +1,8 @@
+2008-05-14  Tor Lillqvist  <tml@novell.com>
+
+       * glib/tmpl/spawn.sgml: Don't mention fork()/exec() in the short
+       description. fork()/exec() is an implementation detail on Unix.
+
 2008-04-07  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/tmpl/unicode.sgml: Updates for Unicode 5.1
index 3d9f038..c0f8d25 100644 (file)
@@ -2,7 +2,7 @@
 Spawning Processes
 
 <!-- ##### SECTION Short_Description ##### -->
-process launching with fork()/exec()
+process launching
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>