Symbian3/PDK/Source/GUID-B58D282E-E6EC-4AE1-96DB-30A5FB850563.dita
changeset 5 f345bda72bc4
parent 1 25a17d01db0c
child 14 578be2adaf3e
--- a/Symbian3/PDK/Source/GUID-B58D282E-E6EC-4AE1-96DB-30A5FB850563.dita	Tue Mar 30 11:42:04 2010 +0100
+++ b/Symbian3/PDK/Source/GUID-B58D282E-E6EC-4AE1-96DB-30A5FB850563.dita	Tue Mar 30 11:56:28 2010 +0100
@@ -10,7 +10,7 @@
 <!DOCTYPE concept
   PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
 <concept id="GUID-B58D282E-E6EC-4AE1-96DB-30A5FB850563" xml:lang="en"><title><codeph>exec()</codeph> without
-forking using <apiname>posix_spawn()</apiname></title><prolog><metadata><keywords/></metadata></prolog><conbody>
+forking using <codeph>posix_spawn()</codeph></title><prolog><metadata><keywords/></metadata></prolog><conbody>
 <p>A UNIX® program may exec without forking. The result is that the calling
 process executes another binary, but inherits certain properties, for example,
 file descriptors.  </p>
@@ -21,9 +21,8 @@
 a <xref href="GUID-8F5C89A4-7813-32C7-973E-F7F0F3690BC6.dita"><apiname>waitpid()</apiname></xref> call should follow the <xref href="GUID-E7C4DE71-BC5B-34AE-ACB3-C34A0DB1FC16.dita"><apiname>posix_spawn()</apiname></xref> call
 so that it does not exit prematurely. Otherwise <xref href="GUID-FED685F4-5FAD-39F4-9812-3B0A85D8718C.dita"><apiname>exit()</apiname></xref> can
 be called after the posix_spawn().  </p>
-<p>Also, note that if the process which formerly executed and
-which now uses <xref href="GUID-E7C4DE71-BC5B-34AE-ACB3-C34A0DB1FC16.dita"><apiname>posix_spawn()</apiname></xref> stores its PID (for example,
-in the file system) to allow other processes to target it, then care must
-be taken to store the relevant PID (Process ID). This is because the PID for
-the newly spawned process may need to be stored instead.</p>
+<p>Also, note that if the process which formerly executed and which now uses <xref href="GUID-E7C4DE71-BC5B-34AE-ACB3-C34A0DB1FC16.dita"><apiname>posix_spawn()</apiname></xref> stores
+its PID (for example, in the file system) to allow other processes to target
+it, then care must be taken to store the relevant PID (Process ID). This is
+because the PID for the newly spawned process may need to be stored instead.</p>
 </conbody></concept>
\ No newline at end of file