aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Ziaee <concussious@runbox.com>2024-05-04 14:54:20 +0000
committerWarner Losh <imp@FreeBSD.org>2024-05-04 14:55:59 +0000
commit6dfbe695c3223822734dddc926415a3ba347b42c (patch)
treeabd85cbcc3d52ee2e8310b2b3d3b7fb1c45a55ec
parent6279646f47d3f6b916d1c9272f9db39134783ab4 (diff)
downloadsrc-6dfbe695c3223822734dddc926415a3ba347b42c.tar.gz
src-6dfbe695c3223822734dddc926415a3ba347b42c.zip
intro.2 as errno.2: Update maximum hard link limit
MFC after: 1 week Co-authored-by: brooks Reviewed by: brooks, emaste, imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1192
-rw-r--r--lib/libsys/intro.29
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/libsys/intro.2 b/lib/libsys/intro.2
index 6e7abeb2c373..4f8a9e221e19 100644
--- a/lib/libsys/intro.2
+++ b/lib/libsys/intro.2
@@ -511,8 +511,13 @@ system call was issued on a socket, pipe or FIFO.
An attempt was made to modify a file or directory
on a file system that was read-only at the time.
.It Er 31 EMLINK Em "Too many links" .
-Maximum allowable hard links to a single file has been exceeded
-.Pq limit of 32767 hard links per file .
+Maximum allowable hard links to a single file has been exceeded.
+This limit is a filesystem dependent variable
+.Po
+.Va UFS_LINK_MAX No on Xr ufs 4 ,
+.Va FUSE_LINK_MAX No on Xr fusefs 4 , and
+.Va TMPFS_MAX No on Xr tmpfs 4
+.Pc .
.It Er 32 EPIPE Em "Broken pipe" .
A write on a pipe, socket or FIFO for which there is no process to read
the data.