From 12fe9b175096e94e80a8aad02c89818547546e76 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 28 Sep 2017 09:07:47 +0200 Subject: [PATCH] getpid.2: SEE ALSO: add gettid(2) Signed-off-by: Michael Kerrisk --- man2/getpid.2 | 1 + 1 file changed, 1 insertion(+) diff --git a/man2/getpid.2 b/man2/getpid.2 index 48151642a..5b9650cd2 100644 --- a/man2/getpid.2 +++ b/man2/getpid.2 @@ -127,6 +127,7 @@ always invoke the actual system call, rather than returning a cached value. .SH SEE ALSO .BR clone (2), .BR fork (2), +.BR gettid (2), .BR kill (2), .BR exec (3), .BR mkstemp (3),