From: Michael Kerrisk Date: Sun, 30 Apr 2006 21:11:57 +0000 (+0000) Subject: wfix X-Git-Tag: man-pages-2.31~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=16e1b4721cf7bbd8aa734a4f62131ce397c50467;p=thirdparty%2Fman-pages.git wfix --- 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