diff options
author | jmg <jmg@FreeBSD.org> | 2005-07-18 22:27:41 +0000 |
---|---|---|
committer | jmg <jmg@FreeBSD.org> | 2005-07-18 22:27:41 +0000 |
commit | df7e52dd3db6db4dac6a021c140d0e39faab9d5f (patch) | |
tree | f2895ae1c039e460001943e5ed18c90c57da5aea /lib | |
parent | c60077abb1631b53cce873ab9bba69fe2316333b (diff) | |
download | FreeBSD-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.2 | 5 |
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 |