aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/pathconf.2
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2020-03-30 21:44:00 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2020-03-30 21:44:00 +0000
commite42b09643997affce935b2197814381c7ee856c1 (patch)
tree103c5e0c7eaf6c0e1dba877e6a0071f9f63c55a5 /lib/libc/sys/pathconf.2
parentbbca4bd7cdc0e8be19250ade52170778b557b928 (diff)
Notes
Diffstat (limited to 'lib/libc/sys/pathconf.2')
-rw-r--r--lib/libc/sys/pathconf.26
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/sys/pathconf.2 b/lib/libc/sys/pathconf.2
index 4a4789069b510..62ec532705ef4 100644
--- a/lib/libc/sys/pathconf.2
+++ b/lib/libc/sys/pathconf.2
@@ -28,7 +28,7 @@
.\" @(#)pathconf.2 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd July 7, 2009
+.Dd March 30, 2020
.Dt PATHCONF 2
.Os
.Sh NAME
@@ -230,6 +230,8 @@ Search permission is denied for a component of the path prefix.
Too many symbolic links were encountered in translating the pathname.
.It Bq Er EIO
An I/O error occurred while reading from or writing to the file system.
+.It Bq Er EINTEGRITY
+Corrupted data was detected while reading from the file system.
.El
.Pp
The
@@ -244,6 +246,8 @@ argument
is not a valid open file descriptor.
.It Bq Er EIO
An I/O error occurred while reading from or writing to the file system.
+.It Bq Er EINTEGRITY
+Corrupted data was detected while reading from the file system.
.El
.Sh SEE ALSO
.Xr lseek 2 ,