Add missing exceptions to fuse_reply_err() documentation. (#597)

Co-authored-by: Manuel Jacob <test>
This commit is contained in:
Manuel Jacob
2021-04-23 09:31:37 +02:00
committed by GitHub
parent f3cb4daad7
commit a7ae35d4b5
+1 -1
View File
@@ -1251,7 +1251,7 @@ struct fuse_lowlevel_ops {
* Reply with an error code or success.
*
* Possible requests:
* all except forget
* all except forget, forget_multi, retrieve_reply
*
* Wherever possible, error codes should be chosen from the list of
* documented error conditions in the corresponding system calls