]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/doc/fastbuf.txt
Daemon: Let daemon actions be numbered from 1
[libucw.git] / ucw / doc / fastbuf.txt
index 1578e7607fcfc6603a9d48fb0b8df66d04feda5a..13590a5dd431101a97ae3baec0b3947f6f8915c2 100644 (file)
@@ -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)