| Summary: | intro(2) man page has incorrect description of EFBIG | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Ed Schouten <ed> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Ed Schouten
2005-03-28 11:10:01 UTC
Hey freebsd-gnats-submit, --- intro.2.orig Mon Mar 28 22:48:42 2005 +++ intro.2 Mon Mar 28 22:53:26 2005 @@ -215,10 +215,9 @@ .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. (The system-wide maximum +file size is 2**63 bytes. Each file system may impose a lower +limit for files contained within it.) .It Er 28 ENOSPC Em "No space left on device" . A .Xr write 2 -- Sincerely, +----------==/\/\==----------+ (__) FreeBSD | DanGer <danger@rulez.sk> | \\\'',) The | DanGer@IRCnet ICQ261701668 | \/ \ ^ Power | http://danger.rulez.sk | .\._/_) To +----------==\/\/==----------+ Serve State Changed From-To: open->closed I removed the file size limit verbage.. There are other better places that this should be documented, like in the fs pages... |