btrfs-progs: docs: replace <dev> with <device>
authorKasijjuf <DavidPaul31@gmail.com>
Thu, 22 Jun 2017 17:49:55 +0000 (12:49 -0500)
committerDavid Sterba <dsterba@suse.com>
Mon, 26 Jun 2017 15:09:46 +0000 (17:09 +0200)
As discussed in #50, use 'device' everywhere a path do a device is
expected.

Pull request: #52
Signed-off-by: David Sterba <dsterba@suse.com>
Documentation/btrfs-device.asciidoc
Documentation/btrfs-filesystem.asciidoc
Documentation/btrfs-find-root.asciidoc
Documentation/btrfstune.asciidoc

index 9784357..5e5aed6 100644 (file)
@@ -43,7 +43,7 @@ See the section *TYPICAL USECASES* for some examples.
 
 SUBCOMMAND
 ----------
-*add* [-Kf] <dev> [<dev>...] <path>::
+*add* [-Kf] <device> [<device>...] <path>::
 Add device(s) to the filesystem identified by <path>.
 +
 If applicable, a whole device discard (TRIM) operation is performed prior to
@@ -62,7 +62,7 @@ do not perform discard (TRIM) by default
 -f|--force::::
 force overwrite of existing filesystem on the given disk(s)
 
-*remove* <dev>|<devid> [<dev>|<devid>...] <path>::
+*remove* <device>|<devid> [<device>|<devid>...] <path>::
 Remove device(s) from a filesystem identified by <path>
 +
 Device removal must satisfy the profile constraints, otherwise the command
@@ -76,7 +76,7 @@ It is possible to delete the device that was used to mount the filesystem. The
 device entry in mount table will be replaced by another device name with the
 lowest device id.
 
-*delete* <dev>|<devid> [<dev>|<devid>...] <path>::
+*delete* <device>|<devid> [<device>|<devid>...] <path>::
 Alias of remove kept for backward compatibility
 
 *ready* <device>::
index f1dd323..b60ef74 100644 (file)
@@ -170,7 +170,7 @@ show sizes in GiB, or GB with --si.
 --tbytes::::
 show sizes in TiB, or TB with --si.
 
-*label* [<dev>|<mountpoint>] [<newlabel>]::
+*label* [<device>|<mountpoint>] [<newlabel>]::
 Show or update the label of a filesystem. This works on a mounted filesystem or
 a filesystem image.
 +
index e04cd3e..3d6af2d 100644 (file)
@@ -7,7 +7,7 @@ btrfs-find-root - filter to find btrfs root
 
 SYNOPSIS
 --------
-*btrfs-find-root* [options] <dev>
+*btrfs-find-root* [options] <device>
 
 DESCRIPTION
 -----------
index bf4f495..cd7bb53 100644 (file)
@@ -7,7 +7,7 @@ btrfstune - tune various filesystem parameters
 
 SYNOPSIS
 --------
-*btrfstune* [options] <dev> [<dev>...]
+*btrfstune* [options] <device> [<device>...]
 
 DESCRIPTION
 -----------