From 332d8316d5995edd419877e507aa8b8198507344 Mon Sep 17 00:00:00 2001 From: Gina Peter Banyard Date: Thu, 6 Mar 2025 12:46:44 +0000 Subject: [PATCH 1/2] 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. From 81da3aee4a69c15d6914dc1663ee2eb1fd88d211 Mon Sep 17 00:00:00 2001 From: Gina Peter Banyard Date: Tue, 20 May 2025 22:55:57 +0100 Subject: [PATCH 2/2] Fixes Co-authored-by: Luffy <52o@qq52o.cn> --- reference/pcntl/pcntl.qosclass.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/pcntl/pcntl.qosclass.xml b/reference/pcntl/pcntl.qosclass.xml index 7613dca164f7..92d1d1520a86 100644 --- a/reference/pcntl/pcntl.qosclass.xml +++ b/reference/pcntl/pcntl.qosclass.xml @@ -4,7 +4,7 @@ Pcntl\QosClass -
+
&reftitle.intro; The Pcntl\QosClass enum is used to specify the user process @@ -12,7 +12,7 @@
-
+
&reftitle.enumsynopsis; Pcntl\QosClass