aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2006-12-29 19:50:08 -0500
committerLinus Torvalds <torvalds@woody.osdl.org>2006-12-30 13:56:45 -0500
commit91f6e54b6e534edbf6208e1c750fff9e0491dfcc (patch)
tree74036a045850f3b21264653da0039171ea967dcc /Documentation
parentdbc1333a347745bd55844649c19eb7d28f383a84 (diff)
[PATCH] fuse: fix typo
Signed-off-by: Thomas Hisch <t.hisch@gmail.com> Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Cc: Miklos Szeredi <miklos@szeredi.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/filesystems/fuse.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/filesystems/fuse.txt b/Documentation/filesystems/fuse.txt
index 345392c4caeb..397a41adb4c3 100644
--- a/Documentation/filesystems/fuse.txt
+++ b/Documentation/filesystems/fuse.txt
@@ -94,8 +94,8 @@ Mount options
94 filesystem is free to implement it's access policy or leave it to 94 filesystem is free to implement it's access policy or leave it to
95 the underlying file access mechanism (e.g. in case of network 95 the underlying file access mechanism (e.g. in case of network
96 filesystems). This option enables permission checking, restricting 96 filesystems). This option enables permission checking, restricting
97 access based on file mode. This is option is usually useful 97 access based on file mode. It is usually useful together with the
98 together with the 'allow_other' mount option. 98 'allow_other' mount option.
99 99
100'allow_other' 100'allow_other'
101 101