open.2: Remove repetitious text on use of fcntl() to change file status flags

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-04-22 06:47:13 +02:00
parent 61b12e2b63
commit 20ee63c18c
1 changed files with 1 additions and 4 deletions

View File

@ -119,10 +119,7 @@ or\(emin kernel-developer parlance\(ema
.IR "struct file" .
The term "open file description" is used by POSIX.)
The open file description records the file offset and the file status flags
(modifiable via the
.BR fcntl (2)
.B F_SETFL
operation).
(see below).
A file descriptor is a reference to an open file description;
this reference is unaffected if
.I pathname