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 8afb8ca9eef5ce4ea6d0ad118296666d7c10b199..cc068979ca944483d5d9156493695dacabc9fe93 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 3d9f038dc974567ff8363a435fc66a5a60a976fe..c0f8d256d9e15d02d2d8dab829daf6c7e3e355f1 100644 (file)
@@ -2,7 +2,7 @@
 Spawning Processes
 
 <!-- ##### SECTION Short_Description ##### -->
-process launching with fork()/exec()
+process launching
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>