diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1996-01-30 16:34:52 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1996-01-30 16:34:52 +0000 |
| commit | a5ed710ccd3bc63d9258bd8aef8acbdaa6e978cf (patch) | |
| tree | 8aeda37daf69a55f7b237234fddb55ae594d2322 /lib/libc/stdio/stdio.3 | |
| parent | 62bdf2b7c6dd3823fa1949663f065e808d777f2d (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/stdio.3')
| -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 572df8c44f88..09d7e36a4e50 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 |
