]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
wfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 30 Apr 2006 21:11:57 +0000 (21:11 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 30 Apr 2006 21:11:57 +0000 (21:11 +0000)
man3/stdin.3

index 0dada0e2ec29d89504f857d40781d7ed6fb36fd1..62cbf3e3855454a047ec4a9f6aed22f0d0f08ad1 100644 (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