summaryrefslogtreecommitdiff
path: root/Documentation/btrfs-send.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/btrfs-send.txt')
-rw-r--r--Documentation/btrfs-send.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/btrfs-send.txt b/Documentation/btrfs-send.txt
index 18a98fa3..2fbb4cb6 100644
--- a/Documentation/btrfs-send.txt
+++ b/Documentation/btrfs-send.txt
@@ -7,7 +7,7 @@ btrfs-send - send data of subvolume(s) to stdout/file.
SYNOPSIS
--------
-'btrfs send' [-ve] [-p <parent>] [-c <clone-src>] [-f <outfile>] <subvol> [<subvol>...]
+*btrfs send* [-ve] [-p <parent>] [-c <clone-src>] [-f <outfile>] <subvol> [<subvol>...]
DESCRIPTION
-----------
@@ -23,7 +23,7 @@ You must not specify clone sources unless you guarantee that these snapshots
are exactly in the same state on both sides, the sender and the receiver.
It is allowed to omit the '-p <parent>' option when '-c <clone-src>' options
-are given, in which case 'btrfs send' will determine a suitable parent among the
+are given, in which case *btrfs send* will determine a suitable parent among the
clone sources itself.
`Options`
@@ -43,12 +43,12 @@ An alternative would be to use pipes.
EXIT STATUS
-----------
-'btrfs send' returns a zero exist status if it succeeds. Non zero is
+*btrfs send* returns a zero exist status if it succeeds. Non zero is
returned in case of failure.
AVAILABILITY
------------
-'btrfs' is part of btrfs-progs. Btrfs filesystem is currently under heavy
+*btrfs* is part of btrfs-progs. Btrfs filesystem is currently under heavy
development,
and not suitable for any uses other than benchmarking and review.
Please refer to the btrfs wiki http://btrfs.wiki.kernel.org for