From 332d8316d5995edd419877e507aa8b8198507344 Mon Sep 17 00:00:00 2001 From: Gina Peter Banyard Date: Thu, 6 Mar 2025 12:46:44 +0000 Subject: [PATCH] Fix Pcntl\QosClass enum symbol names Closes GH-4516 --- reference/pcntl/book.xml | 2 +- .../{qosclass.xml => pcntl.qosclass.xml} | 20 +++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) rename reference/pcntl/{qosclass.xml => pcntl.qosclass.xml} (70%) 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 70% rename from reference/pcntl/qosclass.xml rename to reference/pcntl/pcntl.qosclass.xml index e63c828cdc51..7613dca164f7 100644 --- a/reference/pcntl/qosclass.xml +++ b/reference/pcntl/pcntl.qosclass.xml @@ -1,13 +1,13 @@ - - 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.
@@ -15,33 +15,33 @@
&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.