diff --git a/reference/posix/functions/posix-getpid.xml b/reference/posix/functions/posix-getpid.xml
index 1e0128d603..b033ad4691 100644
--- a/reference/posix/functions/posix-getpid.xml
+++ b/reference/posix/functions/posix-getpid.xml
@@ -1,5 +1,5 @@
-
+
@@ -13,7 +13,8 @@
- Return the process identifier of the current process.
+ Return the process identifier of the current process.
+
diff --git a/reference/posix/functions/posix-getppid.xml b/reference/posix/functions/posix-getppid.xml
index 75c6fa7a70..9c0327397d 100644
--- a/reference/posix/functions/posix-getppid.xml
+++ b/reference/posix/functions/posix-getppid.xml
@@ -1,5 +1,5 @@
-
+
@@ -15,7 +15,7 @@
Return the process identifier of the parent process of the
current process.
-
+
diff --git a/reference/posix/functions/posix-mkfifo.xml b/reference/posix/functions/posix-mkfifo.xml
index 23b1a54567..bc094ba36a 100644
--- a/reference/posix/functions/posix-mkfifo.xml
+++ b/reference/posix/functions/posix-mkfifo.xml
@@ -1,5 +1,5 @@
-
+
@@ -27,6 +27,9 @@
umask. The permissions of the created file are (mode
& ~umask).
+
+ &return.success;
+
¬e.sm.uidcheck.dir;
diff --git a/reference/posix/functions/posix-setegid.xml b/reference/posix/functions/posix-setegid.xml
index 9edf907099..3642a06afb 100644
--- a/reference/posix/functions/posix-setegid.xml
+++ b/reference/posix/functions/posix-setegid.xml
@@ -1,5 +1,5 @@
-
+
@@ -20,7 +20,7 @@
root) on your system to be able to perform this function.
- Returns &true; on success, &false; otherwise.
+ &return.success;
diff --git a/reference/posix/functions/posix-seteuid.xml b/reference/posix/functions/posix-seteuid.xml
index 80271944b3..2650738a9c 100644
--- a/reference/posix/functions/posix-seteuid.xml
+++ b/reference/posix/functions/posix-seteuid.xml
@@ -1,5 +1,5 @@
-
+
@@ -20,7 +20,10 @@
your system to be able to perform this function.
- Returns &true; on success, &false; otherwise. See also
+ &return.success;
+
+
+ See also
posix_setgid.
diff --git a/reference/posix/functions/posix-setgid.xml b/reference/posix/functions/posix-setgid.xml
index a95e9aa26c..0519979ed5 100644
--- a/reference/posix/functions/posix-setgid.xml
+++ b/reference/posix/functions/posix-setgid.xml
@@ -1,5 +1,5 @@
-
+
@@ -23,7 +23,7 @@
posix_setuid last.
- Returns &true; on success, &false; otherwise.
+ &return.success;
diff --git a/reference/posix/functions/posix-setpgid.xml b/reference/posix/functions/posix-setpgid.xml
index cd4a8511d0..406423328a 100644
--- a/reference/posix/functions/posix-setpgid.xml
+++ b/reference/posix/functions/posix-setpgid.xml
@@ -1,5 +1,5 @@
-
+
@@ -17,7 +17,7 @@
Let the process pid join the process group
pgid. See POSIX.1 and the setsid(2) manual
page on your POSIX system for more informations on process groups
- and job control. Returns &true; on success, &false; otherwise.
+ and job control. &return.success;
diff --git a/reference/posix/functions/posix-setuid.xml b/reference/posix/functions/posix-setuid.xml
index 887176d29e..213e4a0c59 100644
--- a/reference/posix/functions/posix-setuid.xml
+++ b/reference/posix/functions/posix-setuid.xml
@@ -1,5 +1,5 @@
-
+
@@ -20,7 +20,10 @@
your system to be able to perform this function.
- Returns &true; on success, &false; otherwise. See also
+ &return.success;
+
+
+ See also
posix_setgid.
diff --git a/reference/posix/functions/posix-uname.xml b/reference/posix/functions/posix-uname.xml
index 9277f35836..e77a7efc66 100644
--- a/reference/posix/functions/posix-uname.xml
+++ b/reference/posix/functions/posix-uname.xml
@@ -1,5 +1,5 @@
-
+
@@ -33,7 +33,7 @@
machine - system architecture (e.g. i586)
- domainname - DNS domainname (e.g. php.net)
+ domainname - DNS domainname (e.g. example.com)