summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>2005-07-18 22:27:41 +0000
committerjmg <jmg@FreeBSD.org>2005-07-18 22:27:41 +0000
commitdf7e52dd3db6db4dac6a021c140d0e39faab9d5f (patch)
treef2895ae1c039e460001943e5ed18c90c57da5aea /lib
parentc60077abb1631b53cce873ab9bba69fe2316333b (diff)
downloadFreeBSD-src-df7e52dd3db6db4dac6a021c140d0e39faab9d5f.zip
FreeBSD-src-df7e52dd3db6db4dac6a021c140d0e39faab9d5f.tar.gz
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
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/intro.25
1 files changed, 1 insertions, 4 deletions
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
OpenPOWER on IntegriCloud