Skip to content

Commit fc9cab7

Browse files
Girgiassy-records
andauthored
Fix Pcntl\QosClass enum symbol names (#4518)
Co-authored-by: Luffy <[email protected]>
1 parent ed956d7 commit fc9cab7

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

reference/pcntl/book.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
&reference.pcntl.constants;
4444
&reference.pcntl.examples;
4545

46-
&reference.pcntl.qosclass;
46+
&reference.pcntl.pcntl.qosclass;
4747

4848
&reference.pcntl.reference;
4949

reference/pcntl/qosclass.xml renamed to reference/pcntl/pcntl.qosclass.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<reference xmlns="http://docbook.org/ns/docbook" xml:id="enum.qosclass" role="enum">
3-
<title>The QosClass Enum</title>
4-
<titleabbrev>QosClass</titleabbrev>
2+
<reference xmlns="http://docbook.org/ns/docbook" xml:id="enum.pcntl-qosclass" role="enum">
3+
<title>The Pcntl\QosClass Enum</title>
4+
<titleabbrev>Pcntl\QosClass</titleabbrev>
55

66
<partintro>
7-
<section xml:id="enum.qosclass.intro">
7+
<section xml:id="enum.pcntl-qosclass.intro">
88
&reftitle.intro;
99
<simpara>
10-
The <enumname>QosClass</enumname> enum is used to specify the user process
10+
The <enumname>Pcntl\QosClass</enumname> enum is used to specify the user process
1111
priority with <function>pcntl_setqos_class</function>.
1212
</simpara>
1313
</section>
1414

15-
<section xml:id="enum.qosclass.synopsis">
15+
<section xml:id="enum.pcntl-qosclass.synopsis">
1616
&reftitle.enumsynopsis;
1717
<enumsynopsis>
18-
<enumname>QosClass</enumname>
18+
<enumname>Pcntl\QosClass</enumname>
1919

2020
<enumitem>
21-
<enumidentifier>Pcntl::Background</enumidentifier>
21+
<enumidentifier>Background</enumidentifier>
2222
<enumitemdescription>
2323
Runs the process after all high-priority ones had ran their courses.
2424
</enumitemdescription>
2525
</enumitem>
2626

2727
<enumitem>
28-
<enumidentifier>Pcntl::Default</enumidentifier>
28+
<enumidentifier>Default</enumidentifier>
2929
<enumitemdescription>
3030
Runs the process after all high-priority processes but before the low-priority ones.
3131
</enumitemdescription>
3232
</enumitem>
3333

3434
<enumitem>
35-
<enumidentifier>Pcntl::UserInteractive</enumidentifier>
35+
<enumidentifier>UserInteractive</enumidentifier>
3636
<enumitemdescription>
3737
Runs the process as the highest priority level.
3838
</enumitemdescription>
3939
</enumitem>
4040

4141
<enumitem>
42-
<enumidentifier>Pcntl::UserInitiated</enumidentifier>
42+
<enumidentifier>UserInitiated</enumidentifier>
4343
<enumitemdescription>
44-
Runs the process at high priority level but below Pcntl::UserInteractive ones.
44+
Runs the process at high priority level but below UserInteractive ones.
4545
</enumitemdescription>
4646
</enumitem>
4747
</enumsynopsis>

0 commit comments

Comments
 (0)