diff options
Diffstat (limited to 'man3/stdin.3')
-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 |