X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fdoc%2Ffastbuf.txt;h=13590a5dd431101a97ae3baec0b3947f6f8915c2;hb=ae2b00416589dfe798fc40f0575f62a0c664798f;hp=1578e7607fcfc6603a9d48fb0b8df66d04feda5a;hpb=f501fcf311379b78506474478a17d82382b753e4;p=libucw.git diff --git a/ucw/doc/fastbuf.txt b/ucw/doc/fastbuf.txt index 1578e760..13590a5d 100644 --- a/ucw/doc/fastbuf.txt +++ b/ucw/doc/fastbuf.txt @@ -80,4 +80,5 @@ exceptions live in the `ucw.fb` subtree. The following exceptions are defined: `ucw.fb.read`:: Read error (e.g., the `read` syscall has failed or the stream is write-only) `ucw.fb.seek`:: Seek error (e.g., file not seekable, or a seek behind EOF) `ucw.fb.tmp`:: Creation of temporary file failed +`ucw.fb.toolong`:: Object (typically a line) is too long `ucw.fb.write`:: Write error (e.g., the `write` syscall has failed or the stream is read-only)