diff options
Diffstat (limited to 'man3/stdin.3')
| -rw-r--r-- | man3/stdin.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/stdin.3 b/man3/stdin.3 index 18804eaa59..9cb66a3472 100644 --- a/man3/stdin.3 +++ b/man3/stdin.3 @@ -18,7 +18,7 @@ stdin, stdout, stderr \- standard I/O streams .BI "extern FILE *" stderr ; .fi .SH DESCRIPTION -Under normal circumstances every Unix program has three streams opened +Under normal circumstances every UNIX program has three streams opened for it when it starts up, one for input, one for output, and one for printing diagnostic or error messages. These are typically attached to @@ -50,8 +50,8 @@ or .PP Since .IR FILE s -are a buffering wrapper around Unix file descriptors, the -same underlying files may also be accessed using the raw Unix file +are a buffering wrapper around UNIX file descriptors, the +same underlying files may also be accessed using the raw UNIX file interface, that is, the functions like .BR read (2) and |
