summaryrefslogtreecommitdiff
path: root/man3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2006-03-19 21:32:39 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2006-03-19 21:32:39 +0000
commit96d64e98895896f23db036b7d09c55aed83832fe (patch)
treedf1e8289bea770156954692de4c0386d52cf36c4 /man3
parent16718a1c3dd31f30d7080933bee26415ba96ae45 (diff)
ffix
Diffstat (limited to 'man3')
-rw-r--r--man3/stdin.32
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