]> 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 ed6e7726404ed659eaecb620603f6f27b2860bf9..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.