fuse.4: Repair ENODEV description

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-12-10 14:37:48 +01:00
parent 551e8425de
commit 996925d5ab
1 changed files with 5 additions and 1 deletions

View File

@ -489,4 +489,8 @@ and the request was
.BR FUSE_SETXATTR .
.TP
.B ENODEV
Returned from either operation if the FUSE filesystem was unmounted.
Returned from
.BR read (2)
and
.BR write (2)
if the FUSE filesystem was unmounted.