diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-15 17:46:18 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-16 18:49:27 -0400 |
commit | ea2247ee98b9c7357dccbba13df96ffc6d08b65a (patch) | |
tree | 478c5a43d8c980cca994ef99166d123153c427ef /specs/CH04.xml | |
parent | 44f5ef69ef6f1593d481a831d6aa4e035fc2e7bd (diff) |
use ldquo/rdquo/ndash where appropriate
Diffstat (limited to 'specs/CH04.xml')
-rw-r--r-- | specs/CH04.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/specs/CH04.xml b/specs/CH04.xml index 75110c6..c92eb20 100644 --- a/specs/CH04.xml +++ b/specs/CH04.xml @@ -1886,10 +1886,10 @@ and <emphasis remap='I'>program_path</emphasis> resources. At that time, if <emphasis remap='I'>restart_command</emphasis> is NULL, the value of the <emphasis remap='I'>argv</emphasis> resource will be copied to <emphasis remap='I'>restart_command</emphasis>. Whether or not <emphasis remap='I'>restart_command</emphasis> was NULL, -if "<emphasis>-xtsessionID</emphasis>" "<emphasis><session id></emphasis>" does not +if “<emphasis>-xtsessionID</emphasis>” “<emphasis><session id></emphasis>” does not already appear in the <emphasis remap='I'>restart_command</emphasis>, it will be added by the initialize and set_values methods at the beginning of the command arguments; -if the "<emphasis>-xtsessionID</emphasis>" argument already appears with an incorrect +if the “<emphasis>-xtsessionID</emphasis>” argument already appears with an incorrect <emphasis>session id</emphasis> in the following argument, that argument will be replaced with the current <emphasis>session id</emphasis>. </para> @@ -1898,7 +1898,7 @@ will be replaced with the current <emphasis>session id</emphasis>. After this, the shell initialize and set_values procedures check the <emphasis remap='I'>clone_command</emphasis>. If <emphasis remap='I'>clone_command</emphasis> is NULL, <emphasis remap='I'>restart_command</emphasis> will be copied to <emphasis remap='I'>clone_command</emphasis>, -except the "<emphasis>-xtsessionID</emphasis>" and following argument will not be copied. +except the “<emphasis>-xtsessionID</emphasis>” and following argument will not be copied. </para> <para> @@ -1922,7 +1922,7 @@ see <xref linkend='Predefined_Resource_Converters' />. <para> The resource type EnvironmentArray is a NULL-terminated array of pointers to strings; -each string has the format "name=value". +each string has the format “name=value”. The `=' character may not appear in the name, and the string is terminated by a null character. </para> |