summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2007-01-07 17:32:16 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2007-01-07 17:32:16 +0000
commit6a8780971a4b6b09543a8b543a3ef599e425b95c (patch)
tree76cfc46aed1644d004436898f5598d494b7d6402 /lib
parentd19e3538ae25e94b480dfb2c2bf0e7fcf8d3583c (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/open.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2
index 0496ce0a8506..e56ddc0cb12a 100644
--- a/lib/libc/sys/open.2
+++ b/lib/libc/sys/open.2
@@ -238,7 +238,7 @@ does not permit writing.
Too many symbolic links were encountered in translating the pathname.
.It Bq Er EISDIR
The named file is a directory, and the arguments specify
-it is to be opened for writing.
+it is to be modified.
.It Bq Er EROFS
The named file resides on a read-only file system,
and the file is to be modified.