diff options
-rw-r--r-- | src/bindfs.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bindfs.1 b/src/bindfs.1 index 2f73d3d..e20fc0f 100644 --- a/src/bindfs.1 +++ b/src/bindfs.1 @@ -277,10 +277,6 @@ only if deleting the target succeeded). The default is \fBsymlink-only\fP. Note that deleting files inside symlinked directories is always possible with all settings, including \fBdeny\fP, unless something else protects those files. -.TP -.B \-\-block\-devices\-as\-files, \-o block\-devices\-as\-files -Shows block devices as regular files. - .SH MISCELLANEOUS OPTIONS @@ -347,6 +343,10 @@ whether the calling user would ordinarily have the permissions to make the ioctl. This may be a security concern, especially when mounting as root. .TP +.B \-\-block\-devices\-as\-files, \-o block\-devices\-as\-files +Shows block devices as regular files. + +.TP .B \-\-multithreaded, \-o multithreaded Run bindfs in multithreaded mode. While bindfs is designed to be otherwise thread-safe, there is currently a race condition that may pose |