This commit is contained in:
Michael Kerrisk 2006-04-30 21:11:57 +00:00
parent 75fa8557d5
commit 16e1b4721c
1 changed files with 1 additions and 1 deletions

View File

@ -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