b3ba9dc0aa
- adjust fs size to correct size (bnc#744593) - man page documentation updates - do not package obsolete utilities - mkfs: store correct size of device in superblock (bnc#730103) - updated restriper/balance commands to match kernel version - device scanning fixes for dm and multipath (bnc#749540) OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=121
27 lines
861 B
Diff
27 lines
861 B
Diff
From 05b288e9a3ced5f077156726622904081f41388f Mon Sep 17 00:00:00 2001
|
|
From: David Sterba <dsterba@suse.cz>
|
|
Date: Mon, 26 Mar 2012 23:35:14 +0200
|
|
Subject: [PATCH 06/10] btrfs-progs: manpage:fix markup in device scan
|
|
|
|
Signed-off-by: David Sterba <dsterba@suse.cz>
|
|
---
|
|
btrfs_cmds.c | 2 +-
|
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
|
|
diff --git a/btrfs_cmds.c b/btrfs_cmds.c
|
|
index a7231d0..c2fd09e 100644
|
|
--- a/btrfs_cmds.c
|
|
+++ b/btrfs_cmds.c
|
|
@@ -827,7 +827,7 @@ int do_scan(int argc, char **argv)
|
|
*
|
|
* When the filesystem consists of multiple devices, it is possible to specify
|
|
* which one should be resized via the <devid> parameter. To know the <devid>
|
|
- * of a device use the command \fBbtrfs filesystem show\fR.
|
|
+ * of a device use the command \Bbtrfs filesystem show\b.
|
|
****/
|
|
|
|
int do_resize(int argc, char **argv)
|
|
--
|
|
1.7.6.233.gd79bc
|
|
|