X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/1f2f436a38f7ae2d39a943ad2898d8fed4ed2e58..70ad1dc8a19d6edd9b97aa81f32cfd65758ae97d:/stdio/FreeBSD/fgetln.3 diff --git a/stdio/FreeBSD/fgetln.3 b/stdio/FreeBSD/fgetln.3 index 4fb0a8a..61a3391 100644 --- a/stdio/FreeBSD/fgetln.3 +++ b/stdio/FreeBSD/fgetln.3 @@ -97,6 +97,9 @@ These changes are lost as soon as the pointer becomes invalid. The argument .Fa stream is not a stream open for reading. +.It Bq Er ENOMEM +The internal line buffer could not be expanded due to lack of available memory, +or because it would need to expand beyond INT_MAX in size. .El .Pp The