diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2023-04-23 09:58:43 +0300 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2023-04-23 09:58:43 +0300 |
commit | dee2798b6acd29a3683ff9c5ab3401934b60125c (patch) | |
tree | a765bb5eb6b0debf7e7542fd516de37286ea3803 | |
parent | 237f660846e322e857c5e92cadddc70aa1331098 (diff) | |
download | bindfs-dee2798b6acd29a3683ff9c5ab3401934b60125c.tar.gz |
man page: mentioned fuse(8)
-rw-r--r-- | src/bindfs.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/bindfs.1 b/src/bindfs.1 index 3c2f92b..ca470ed 100644 --- a/src/bindfs.1 +++ b/src/bindfs.1 @@ -431,10 +431,11 @@ See \fBopen\fP(2) for details about \fBO_DIRECT\fP. Only works on Linux. Ignored on other platforms. + .SH FUSE OPTIONS + .TP -.B \-o \fIoptions -Fuse options. +See \fBfuse\fP(8) for the full list of FUSE options. Some of the more common ones are mentioned below. .TP .B \-r, \-o ro @@ -597,5 +598,5 @@ Martin P\[:a]rtel <martin dot partel at gmail dot com> .SH SEE ALSO -\fBchmod\fP(1), \fBfusermount\fP(1), \fBhttp://bindfs.org/\fP +\fBchmod\fP(1), \fBfusermount\fP(1), \fBfuse\fP(8), \fBhttp://bindfs.org/\fP |