diff options
author | Felix Johnson <felix.the.red@gmail.com> | 2025-07-03 20:27:22 +0000 |
---|---|---|
committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-07-04 05:14:19 +0000 |
commit | bd173a540c0ead4881b0866b721955440e3b96fe (patch) | |
tree | 77c20947a6546ccc0714254f28bb7842f62c19c3 /lib | |
parent | 842da154a0ce8f866d65f495537a13ffa8fb9cc0 (diff) |
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libsys/write.2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libsys/write.2 b/lib/libsys/write.2 index 7ff1c42715d6..d2ff41ceead9 100644 --- a/lib/libsys/write.2 +++ b/lib/libsys/write.2 @@ -195,6 +195,9 @@ is greater than if the sysctl .Va debug.iosize_max_clamp is non-zero). +.It Bq Er EINVAL +The file descriptor refers to a raw device, and the write +offset or size is not a multiple of the device's block size. .It Bq Er EINTEGRITY The backing store for .Fa fd |