From 16e1b4721cf7bbd8aa734a4f62131ce397c50467 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 30 Apr 2006 21:11:57 +0000 Subject: [PATCH] wfix --- man3/stdin.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/stdin.3 b/man3/stdin.3 index 0dada0e2ec..62cbf3e385 100644 --- a/man3/stdin.3 +++ b/man3/stdin.3 @@ -71,7 +71,7 @@ unexpected results and should generally be avoided. in detail how this interaction is supposed to work.) A general rule is that file descriptors are handled in the kernel, while stdio is just a library. This means for example, that after an -.Fn exec (), +.Fn exec , the child inherits all open file descriptors, but all old streams have become inaccessible. .Pp -- 2.47.2