From df7e52dd3db6db4dac6a021c140d0e39faab9d5f Mon Sep 17 00:00:00 2001 From: jmg Date: Mon, 18 Jul 2005 22:27:41 +0000 Subject: remove the supposed max of 2^31, it hasn't been this small in a very long time... i.e. since this file was imported... (ufs1 supports much larger files then this)... Submitted by: Ivan Voras MFC after: 1 week --- lib/libc/sys/intro.2 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index 582f34b..ef1c998 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -215,10 +215,7 @@ while the pure procedure file was being executed an .Xr open 2 call requested write access. .It Er 27 EFBIG Em "File too large" . -The size of a file exceeded the maximum (about -.if t 2\u\s-231\s+2\d -.if n 2.1E9 -bytes). +The size of a file exceeded the maximum. .It Er 28 ENOSPC Em "No space left on device" . A .Xr write 2 -- cgit v1.1