Merge remote-tracking branch 'remotes/heinz/Work_1'

This commit is contained in:
Joe Thornber 2013-07-31 11:10:51 +01:00
commit 3fdef90069
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
.TH THIN_REPAIR 8 "Thin Provisioning Tools" "Red Hat, Inc." \" -*- nroff -*-
.TH THIN_CHECK 8 "Thin Provisioning Tools" "Red Hat, Inc." \" -*- nroff -*-
.SH NAME
thin_check \- repair thin provisioning metadata on device or file

View File

@ -1,4 +1,4 @@
.TH THIN_DUMP 8 "Thin Provisioning Tools" "Red Hat, Inc." \" -*- nroff -*-
.TH THIN_RMAP(g 8 "Thin Provisioning Tools" "Red Hat, Inc." \" -*- nroff -*-
.SH NAME
thin_rmap \- output reverse map of a thin provisioned region of blocks from metadata device or file

View File

@ -59,7 +59,7 @@ namespace {
<< " nr_data_blocks=\"" << nr_data_blocks;
if (metadata_snap)
out_ << " metadata_snap=\"" << *metadata_snap;
out_ << "\" metadata_snap=\"" << *metadata_snap;
out_ << "\">"
<< endl;