From 4f9f83f047f569d27c0ee2437c21972e0a6dfc6e Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 9 Jul 2008 15:40:36 +0000 Subject: [PATCH] ffix --- man2/getuid.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man2/getuid.2 b/man2/getuid.2 index 47cf30646..3c7edb7cb 100644 --- a/man2/getuid.2 +++ b/man2/getuid.2 @@ -48,7 +48,8 @@ POSIX.1-2001, 4.3BSD. .SS History In Unix V6 the .BR getuid () -call returned (euid << 8) + uid. +call returned +.IR "(euid << 8) + uid" . Unix V7 introduced separate calls .BR getuid () and