diff options
author | Colin Percival <cperciva@FreeBSD.org> | 2005-02-10 20:09:01 +0000 |
---|---|---|
committer | Colin Percival <cperciva@FreeBSD.org> | 2005-02-10 20:09:01 +0000 |
commit | 75fa96cc9b9678507b5c02a2b64ec1e90c5ee01c (patch) | |
tree | cdc16140c1336bed83fa6754b3de6e36ac172de4 /lib/libc/sys/write.2 | |
parent | 6cc7bd94646faa66c6d284da55544b84894d5488 (diff) |
Notes
Diffstat (limited to 'lib/libc/sys/write.2')
-rw-r--r-- | lib/libc/sys/write.2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/sys/write.2 b/lib/libc/sys/write.2 index 19b5ce2dea36..7a7cd799bd54 100644 --- a/lib/libc/sys/write.2 +++ b/lib/libc/sys/write.2 @@ -192,6 +192,11 @@ Use .Xr disklabel 8 .Fl W to enable writing on the disk label area. +.It Bq Er EINVAL +The value +.Fa nbytes +is greater than +.Dv INT_MAX . .El .Pp In addition, |