aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2020-06-04 18:17:25 +0000
committerKyle Evans <kevans@FreeBSD.org>2020-06-04 18:17:25 +0000
commit63619b6dba17f90514355706cea0f825d131d5e4 (patch)
tree390b42ad5c0d08b6897d3c7c5121100657d78a64 /lib/libc/sys
parentdcef4f65ae3978c50eab745f67364db4660a9f43 (diff)
Notes
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/read.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/read.2 b/lib/libc/sys/read.2
index ad08c5a448e8c..8b58debd3fbbe 100644
--- a/lib/libc/sys/read.2
+++ b/lib/libc/sys/read.2
@@ -200,7 +200,7 @@ The file was marked for non-blocking I/O,
and no data were ready to be read.
.It Bq Er EISDIR
The file descriptor is associated with a directory.
-Directories may only be read directly if the filesystem supports it and
+Directories may only be read directly by root if the filesystem supports it and
the
.Dv security.bsd.allow_read_dir
sysctl MIB is set to a non-zero value.