Browse Source

doc/doxygen/chapters/environment_variables.doxy: properly close dd anchor

Nathalie Furmento 12 years ago
parent
commit
aff6e035f7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/doxygen/chapters/environment_variables.doxy

+ 2 - 2
doc/doxygen/chapters/environment_variables.doxy

@@ -629,7 +629,7 @@ By default the hypervisor resizes the contexts in a lazy way, that is workers ar
 before removing them from the previous one. Once this workers are clearly taken into account 
 before removing them from the previous one. Once this workers are clearly taken into account 
 into the new context (a task was poped there) we remove them from the previous one. However if the application
 into the new context (a task was poped there) we remove them from the previous one. However if the application
 would like that the change in the distribution of workers should change right away this variable should be set to 0
 would like that the change in the distribution of workers should change right away this variable should be set to 0
-</dl>
+</dd>
 
 
 <dt>SC_HYPERVISOR_SAMPLE_CRITERIA</dt>
 <dt>SC_HYPERVISOR_SAMPLE_CRITERIA</dt>
 <dd>
 <dd>
@@ -638,6 +638,6 @@ would like that the change in the distribution of workers should change right aw
 By default the hypervisor uses a sample of flops when computing the speed of the contexts and of the workers.
 By default the hypervisor uses a sample of flops when computing the speed of the contexts and of the workers.
 If this variable is set to <c>time</c> the hypervisor uses a sample of time (10% of an aproximation of the total
 If this variable is set to <c>time</c> the hypervisor uses a sample of time (10% of an aproximation of the total
 execution time of the application)
 execution time of the application)
-</dl>
+</dd>
 
 
 */
 */