summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/getdirentries.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/getdirentries.2')
-rw-r--r--lib/libc/sys/getdirentries.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/getdirentries.2 b/lib/libc/sys/getdirentries.2
index 9e6dc50..b0ecd92 100644
--- a/lib/libc/sys/getdirentries.2
+++ b/lib/libc/sys/getdirentries.2
@@ -151,16 +151,16 @@ is set to indicate the error.
.Fn Getdirentries
will fail if:
.Bl -tag -width [EFAULT]
-.It EBADF
+.It Bq Er EBADF
.Fa fd
is not a valid file descriptor open for reading.
-.It EFAULT
+.It Bq Er EFAULT
Either
.Fa buf
or
.Fa basep
point outside the allocated address space.
-.It EIO
+.It Bq Er EIO
An
.Tn I/O
error occurred while reading from or writing to the file system.
OpenPOWER on IntegriCloud