diff options
author | mpp <mpp@FreeBSD.org> | 1996-01-30 16:34:52 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-01-30 16:34:52 +0000 |
commit | 62cdcaa268e9ad16b906a817690d3036e0f12eee (patch) | |
tree | 8aeda37daf69a55f7b237234fddb55ae594d2322 /lib/libc/stdio | |
parent | b907f5fc5abd92ae1ae59cab85c8a350e7b3ec74 (diff) | |
download | FreeBSD-src-62cdcaa268e9ad16b906a817690d3036e0f12eee.zip FreeBSD-src-62cdcaa268e9ad16b906a817690d3036e0f12eee.tar.gz |
Fix even more spelling errors in some more man pages.
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/stdio.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3 index 572df8c..09d7e36 100644 --- a/lib/libc/stdio/stdio.3 +++ b/lib/libc/stdio/stdio.3 @@ -48,7 +48,7 @@ The standard library provides a simple and efficient buffered stream .Tn I/O interface. -Input and ouput is mapped into logical data streams +Input and output is mapped into logical data streams and the physical .Tn I/O characteristics are concealed. The functions and macros are listed @@ -69,7 +69,7 @@ The position indicator is maintained by subsequent reads, writes and positioning requests. All input occurs as if the characters were read by successive calls to the .Xr fgetc 3 -function; all ouput takes place as if all characters were +function; all output takes place as if all characters were read by successive calls to the .Xr fputc 3 function. @@ -77,7 +77,7 @@ function. A file is disassociated from a stream by .Em closing the file. -Ouput streams are flushed (any unwritten buffer contents are transferred +Output streams are flushed (any unwritten buffer contents are transferred to the host environment) before the stream is disassociated from the file. The value of a pointer to a .Dv FILE |