diff --git a/reference/pcntl/book.xml b/reference/pcntl/book.xml index 95701c8a9a5c..1aa9810d78f2 100644 --- a/reference/pcntl/book.xml +++ b/reference/pcntl/book.xml @@ -43,7 +43,7 @@ &reference.pcntl.constants; &reference.pcntl.examples; - &reference.pcntl.qosclass; + &reference.pcntl.pcntl.qosclass; &reference.pcntl.reference; diff --git a/reference/pcntl/qosclass.xml b/reference/pcntl/pcntl.qosclass.xml similarity index 65% rename from reference/pcntl/qosclass.xml rename to reference/pcntl/pcntl.qosclass.xml index e63c828cdc51..92d1d1520a86 100644 --- a/reference/pcntl/qosclass.xml +++ b/reference/pcntl/pcntl.qosclass.xml @@ -1,47 +1,47 @@ - - The QosClass Enum - QosClass + + The Pcntl\QosClass Enum + Pcntl\QosClass -
+
&reftitle.intro; - The QosClass enum is used to specify the user process + The Pcntl\QosClass enum is used to specify the user process priority with pcntl_setqos_class.
-
+
&reftitle.enumsynopsis; - QosClass + Pcntl\QosClass - Pcntl::Background + Background Runs the process after all high-priority ones had ran their courses. - Pcntl::Default + Default Runs the process after all high-priority processes but before the low-priority ones. - Pcntl::UserInteractive + UserInteractive Runs the process as the highest priority level. - Pcntl::UserInitiated + UserInitiated - Runs the process at high priority level but below Pcntl::UserInteractive ones. + Runs the process at high priority level but below UserInteractive ones.