diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2017-04-19 10:40:40 +0300 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2017-04-19 10:40:40 +0300 |
commit | ff118953074c664037fa619069aa0ec58119c9ca (patch) | |
tree | ba81a5f6f7346476e1704d7b02f70e688d059ba8 /src | |
parent | 40cb7190a7895aade5b98d1965820f79f49a2286 (diff) | |
download | bindfs-ff118953074c664037fa619069aa0ec58119c9ca.tar.gz |
man page: move --block-devices-as-files to misc section.
Diffstat (limited to 'src')
-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 |