diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-11-18 06:25:23 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-11-18 06:25:23 +0000 |
commit | 236d91365effc3c4b9a56ade9b34f2886dad0db6 (patch) | |
tree | 4338171e1d443ffdb5d735eb0d7b33cdfca8eb46 /man3p/popen.3p | |
parent | 276adee157c51153dccce31d2eff48cb03831a18 (diff) |
ffix
Diffstat (limited to 'man3p/popen.3p')
-rw-r--r-- | man3p/popen.3p | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3p/popen.3p b/man3p/popen.3p index 332a2e9f..caee805b 100644 --- a/man3p/popen.3p +++ b/man3p/popen.3p @@ -90,7 +90,7 @@ The \fImode\fP argument is invalid. .sp .LP The \fIpopen\fP() function may also set \fIerrno\fP values as described -by \fIfork\fP() or \fIpipe\fP() . +by \fIfork\fP() or \fIpipe\fP(). .LP \fIThe following sections are informative.\fP .SH EXAMPLES @@ -105,7 +105,7 @@ filter. Buffered reading before opening an input filter may leave the standard input of that filter mispositioned. Similar problems with an output filter may be prevented by careful buffer flushing; for -example, with \fIfflush\fP() . +example, with \fIfflush\fP(). .LP A stream opened by \fIpopen\fP() should be closed by \fIpclose\fP(). .LP |