]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
fuse.4: Repair ENODEV description
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 10 Dec 2016 13:37:48 +0000 (14:37 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 12 Dec 2016 09:35:43 +0000 (10:35 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man4/fuse.4

index 51ad7638ea4d46a36cf165114dee81c631e254d4..9056d68106877c8b50100b6835bd787c38dbbc52 100644 (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.