diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-03-19 21:32:39 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-03-19 21:32:39 +0000 |
commit | 96d64e98895896f23db036b7d09c55aed83832fe (patch) | |
tree | df1e8289bea770156954692de4c0386d52cf36c4 /man3 | |
parent | 16718a1c3dd31f30d7080933bee26415ba96ae45 (diff) |
ffix
Diffstat (limited to 'man3')
-rw-r--r-- | man3/stdin.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/stdin.3 b/man3/stdin.3 index 7a45ef1c..0dada0e2 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 -.BR exec (), +.Fn exec (), the child inherits all open file descriptors, but all old streams have become inaccessible. .Pp |