This commit is contained in:
Michael Kerrisk 2007-06-15 21:44:10 +00:00
parent 861003622f
commit 2e42dfb375
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ Attempts to extend a file beyond this limit result in delivery of a
signal.
By default, this signal terminates a process, but a process can
catch this signal instead, in which case the relevant system call (e.g.,
.BR write (2)
.BR write (2),
.BR truncate (2))
fails with the error
.BR EFBIG .