Slight rewording

This commit is contained in:
Michael Kerrisk 2005-06-23 15:27:21 +00:00
parent 9e16036151
commit 2985d7dd81
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ A call to
creates a new creates a new
.IR "open file description" , .IR "open file description" ,
an entry in the system-wide table of open files. an entry in the system-wide table of open files.
(A file descriptor is essentially a reference to this entry.) (A file descriptor is essentially a reference to one of these entries.)
This entry records the file offset and the file status flags This entry records the file offset and the file status flags
(modifiable via the (modifiable via the
.BR fcntl () .BR fcntl ()