]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/getpid.2
Removed trailing white space at end of lines
[thirdparty/man-pages.git] / man2 / getpid.2
index c11cb625fda540b50721b702d42e1ef39159168d..24f74dfe9c4ef2d4ed8267efcb4663b1ebd989e7 100644 (file)
@@ -22,7 +22,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH GETPID 2 2017-11-26 "Linux" "Linux Programmer's Manual"
+.TH GETPID 2 2019-03-06 "Linux" "Linux Programmer's Manual"
 .SH NAME
 getpid, getppid \- get process identification
 .SH SYNOPSIS
@@ -138,7 +138,9 @@ always invoke the actual system call, rather than returning a cached value.
 .\" Review progress of https://bugzilla.redhat.com/show_bug.cgi?id=1469757
 .PP
 On Alpha, instead of a pair of
-.BR getpid "() and " getppid ()
+.BR getpid ()
+and
+.BR getppid ()
 system calls, a single
 .BR getxpid ()
 system call is provided, which returns a pair of PID and parent PID.
@@ -150,11 +152,6 @@ wrapper functions transparently deal with this.
 See
 .BR syscall (2)
 for details regarding register mapping.
-Other examples of such peculiarity are Alpha-specific
-.BR getxuid "(2) and " getxgid (2),
-as well as
-.BR pipe (2)
-on several architectures.
 .SH SEE ALSO
 .BR clone (2),
 .BR fork (2),