[DOC-CVS] [doc-en] master: Fix Pcntl\QosClass enum symbol names (#4518)

[email protected] (Gina Peter Banyard via GitHub)
Newsgroups php.doc.cvs
Message-ID <[email protected]>
Author: Gina Peter Banyard (Girgias)
Committer: GitHub (web-flow)
Pusher: sy-records
Date: 2025-06-24T11:12:20+08:00

Commit: https://github.com/php/doc-en/commit/fc9cab7d56f91b2fd9b549eaabcbf77f7d66e36f
Raw diff: https://github.com/php/doc-en/commit/fc9cab7d56f91b2fd9b549eaabcbf77f7d66e36f.diff

Fix Pcntl\QosClass enum symbol names (#4518)

Co-authored-by: Luffy <[email protected]>

Changed paths:
  A  reference/pcntl/pcntl.qosclass.xml
  D  reference/pcntl/qosclass.xml
  M  reference/pcntl/book.xml


Diff:

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 @@
 <?xml version="1.0" encoding="utf-8"?>
-<reference xmlns="http://docbook.org/ns/docbook" xml:id="enum.qosclass" role="enum">
- <title>The QosClass Enum</title>
- <titleabbrev>QosClass</titleabbrev>
+<reference xmlns="http://docbook.org/ns/docbook" xml:id="enum.pcntl-qosclass" role="enum">
+ <title>The Pcntl\QosClass Enum</title>
+ <titleabbrev>Pcntl\QosClass</titleabbrev>
 
  <partintro>
-  <section xml:id="enum.qosclass.intro">
+  <section xml:id="enum.pcntl-qosclass.intro">
    &reftitle.intro;
    <simpara>
-    The <enumname>QosClass</enumname> enum is used to specify the user process
+    The <enumname>Pcntl\QosClass</enumname> enum is used to specify the user process
     priority with <function>pcntl_setqos_class</function>.
    </simpara>
   </section>
 
-  <section xml:id="enum.qosclass.synopsis">
+  <section xml:id="enum.pcntl-qosclass.synopsis">
    &reftitle.enumsynopsis;
    <enumsynopsis>
-    <enumname>QosClass</enumname>
+    <enumname>Pcntl\QosClass</enumname>
 
     <enumitem>
-     <enumidentifier>Pcntl::Background</enumidentifier>
+     <enumidentifier>Background</enumidentifier>
      <enumitemdescription>
       Runs the process after all high-priority ones had ran their courses.
      </enumitemdescription>
     </enumitem>
 
     <enumitem>
-     <enumidentifier>Pcntl::Default</enumidentifier>
+     <enumidentifier>Default</enumidentifier>
      <enumitemdescription>
       Runs the process after all high-priority processes but before the low-priority ones.
      </enumitemdescription>
     </enumitem>
 
     <enumitem>
-     <enumidentifier>Pcntl::UserInteractive</enumidentifier>
+     <enumidentifier>UserInteractive</enumidentifier>
      <enumitemdescription>
       Runs the process as the highest priority level.
      </enumitemdescription>
     </enumitem>
 
     <enumitem>
-     <enumidentifier>Pcntl::UserInitiated</enumidentifier>
+     <enumidentifier>UserInitiated</enumidentifier>
      <enumitemdescription>
-      Runs the process at high priority level but below Pcntl::UserInteractive ones.
+      Runs the process at high priority level but below UserInteractive ones.
      </enumitemdescription>
     </enumitem>
   </enumsynopsis>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.