summaryrefslogtreecommitdiffstats
path: root/doc/new_chapters/procenv.t
diff options
context:
space:
mode:
Diffstat (limited to 'doc/new_chapters/procenv.t')
-rw-r--r--doc/new_chapters/procenv.t44
1 files changed, 44 insertions, 0 deletions
diff --git a/doc/new_chapters/procenv.t b/doc/new_chapters/procenv.t
index 2ae48f8de2..4d3adbbd2b 100644
--- a/doc/new_chapters/procenv.t
+++ b/doc/new_chapters/procenv.t
@@ -18,6 +18,8 @@ The directives provided by the process environment manager are:
@itemize @bullet
@item @code{getpid} -
@item @code{getppid} -
+@item @code{getuid} -
+@item @code{geteuid} -
@item @code{getgid} -
@item @code{getegid} -
@item @code{setuid} -
@@ -92,6 +94,48 @@ int getppid(
@subheading NOTES:
@page
+@subsection getuid - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int getuid(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection geteuid - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int geteuid(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
@subsection getgid - XXX
@subheading CALLING SEQUENCE: