diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2020-03-30 21:44:00 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2020-03-30 21:44:00 +0000 |
| commit | e42b09643997affce935b2197814381c7ee856c1 (patch) | |
| tree | 103c5e0c7eaf6c0e1dba877e6a0071f9f63c55a5 /lib/libc/sys/link.2 | |
| parent | bbca4bd7cdc0e8be19250ade52170778b557b928 (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/link.2')
| -rw-r--r-- | lib/libc/sys/link.2 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/link.2 b/lib/libc/sys/link.2 index 3c6e32b3e9a5a..e46de86a01d28 100644 --- a/lib/libc/sys/link.2 +++ b/lib/libc/sys/link.2 @@ -28,7 +28,7 @@ .\" @(#)link.2 8.3 (Berkeley) 1/12/94 .\" $FreeBSD$ .\" -.Dd November 11, 2018 +.Dd March 30, 2020 .Dt LINK 2 .Os .Sh NAME @@ -222,6 +222,8 @@ containing the directory has been exhausted. .It Bq Er EIO An I/O error occurred while reading from or writing to the file system to make the directory entry. +.It Bq Er EINTEGRITY +Corrupted data was detected while reading from the file system. .It Bq Er EROFS The requested link requires writing in a directory on a read-only file system. |
