btrfs-progs: docs: btrfs-replace, fix typo

Github pull request #39, from gabo77.

Author: 3psus <gabo77@me.com>
Signed-off-by: David Sterba <dsterba@suse.com>
master
David Sterba 2017-04-07 12:21:07 -04:00
parent ef7494e28a
commit 87861b38e6
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ the data is built only using the RAID redundancy mechanisms.
After completion of the operation, the source device is removed from the After completion of the operation, the source device is removed from the
filesystem. filesystem.
If the <srcdev> is a numerical value, it is assumed to be the device id If the <srcdev> is a numerical value, it is assumed to be the device id
of the filesystem which is mounted at <path>, otherwise is is of the filesystem which is mounted at <path>, otherwise it is
the path to the source device. If the source device is disconnected, the path to the source device. If the source device is disconnected,
from the system, you have to use the devid parameter format. from the system, you have to use the devid parameter format.
The <targetdev> needs to be same size or larger than the <srcdev>. The <targetdev> needs to be same size or larger than the <srcdev>.