From 2985d7dd81a8625827b38df59644a037146014e6 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 23 Jun 2005 15:27:21 +0000 Subject: [PATCH] Slight rewording --- man2/open.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/open.2 b/man2/open.2 index 0ba3e0d10..bbdd1722a 100644 --- a/man2/open.2 +++ b/man2/open.2 @@ -75,7 +75,7 @@ A call to creates a new .IR "open file description" , 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 (modifiable via the .BR fcntl ()