From cfa21a0b8f4fdd4b2911e6cc2616e69a541e5bee Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 12 Sep 2016 07:37:45 +0100 Subject: [PATCH] umask.2: tfix Signed-off-by: Michael Kerrisk --- man2/umask.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/umask.2 b/man2/umask.2 index 2e3933cc0..8f54540d3 100644 --- a/man2/umask.2 +++ b/man2/umask.2 @@ -117,7 +117,7 @@ inherits its parent's umask. The umask is left unchanged by .BR execve (2). -It is impossible to user +It is impossible to use .BR umask () to fetch a process's umask without at the same time changing it. A second call to