blockdev: document --setro more properly

Addresses: https://github.com/karelzak/util-linux/issues/498
Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2017-08-14 11:30:37 +02:00
parent 51013d3efa
commit 80701a7ace
1 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,8 @@ Set filesystem readahead (same like \-\-setra on 2.6 kernels).
.IP "\fB\-\-setra\fP \fIsectors\fP"
Set readahead (in 512-byte sectors).
.IP "\fB\-\-setro\fP"
Set read-only.
Set read-only. The currently active access to the device may not be affected by the change. For example
filesystem already mounted in read-write mode will not be affected. The change applies after remount.
.IP "\fB\-\-setrw\fP"
Set read-write.
.SH AUTHOR