diff --git a/reference/pcntl/qosclass.xml b/reference/pcntl/qosclass.xml
new file mode 100644
index 000000000000..fd6ce1a06d59
--- /dev/null
+++ b/reference/pcntl/qosclass.xml
@@ -0,0 +1,70 @@
+
+
+ The QosClass Enum
+ QosClass
+
+
+
+ &reftitle.intro;
+
+ The QosClass enum is used to specify the user process
+ priority with pcntl_setqos_class.
+
+
+
+
+ &reftitle.enumsynopsis;
+
+ QosClass
+
+
+ Pcntl::Background
+
+ Runs the process after all high-priority ones had ran their courses.
+
+
+
+
+ Pcntl::Default
+
+ Runs the process after all high-priority processes but before the low-priority ones.
+
+
+
+
+ Pcntl::UserInteractive
+
+ Runs the process as the highest priority level.
+
+
+
+
+ Pcntl::UserInitiated
+
+ Runs the process at high priority level but below Pcntl::UserInteractive ones.
+
+
+
+
+
+
+
diff --git a/reference/pcntl/versions.xml b/reference/pcntl/versions.xml
index b99f1190e4db..a8c087fa5e55 100644
--- a/reference/pcntl/versions.xml
+++ b/reference/pcntl/versions.xml
@@ -30,6 +30,7 @@
+