]> mj.ucw.cz Git - libucw.git/commitdiff
Doc: Added explanation of FB exceptions vs. fb_tie() v6.5.5
authorMartin Mares <mj@ucw.cz>
Wed, 6 Sep 2017 20:52:35 +0000 (22:52 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 6 Sep 2017 20:52:35 +0000 (22:52 +0200)
ucw/doc/fastbuf.txt

index 0d0456f9a2f29c060fb469db1ecd4cb9c874ed8c..57c827d0150fc3087c817203bffc59f41bfa3bdd 100644 (file)
@@ -82,8 +82,9 @@ ucw/fw-hex.h [[fwhex]]
 Exceptions [[fbexc]]
 --------------------
 
-All standard back-ends and front-ends raise exceptions on errors. All such
-exceptions live in the `ucw.fb` subtree. The following exceptions are defined:
+All standard back-ends and front-ends raise exceptions on errors if the fastbuf
+is tied to a resource pool by @fb_tie().
+All such exceptions live in the `ucw.fb` subtree. The following exceptions are defined:
 
 `ucw.fb.eof`:: Unexpected end of file (e.g., when the @FB_DIE_ON_EOF flag is set)
 `ucw.fb.mmap`:: Memory mapping failed (e.g., the `mmap` syscall has failed)