summaryrefslogtreecommitdiff
path: root/man2/getpid.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/getpid.2')
-rw-r--r--man2/getpid.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/getpid.2 b/man2/getpid.2
index a428f37f..7e38e6dc 100644
--- a/man2/getpid.2
+++ b/man2/getpid.2
@@ -32,11 +32,11 @@ getpid, getppid \- get process identification
.br
.B pid_t getppid(void);
.SH DESCRIPTION
-.B getpid
+.BR getpid ()
returns the process ID of the current process. (This is often used by
routines that generate unique temporary file names.)
-.B getppid
+.BR getppid ()
returns the process ID of the parent of the current process.
.SH "CONFORMING TO"
POSIX, 4.3BSD, SVID