diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2020-06-04 18:17:25 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2020-06-04 18:17:25 +0000 |
| commit | 63619b6dba17f90514355706cea0f825d131d5e4 (patch) | |
| tree | 390b42ad5c0d08b6897d3c7c5121100657d78a64 /lib/libc/sys | |
| parent | dcef4f65ae3978c50eab745f67364db4660a9f43 (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/read.2 | 2 |
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. |
