Message ID | 1351014715-5727-6-git-send-email-kreijack@inwind.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi, one minor typo On Tue, Oct 23, 2012 at 07:51:55PM +0200, Goffredo Baroncelli wrote: > --- a/man/btrfs.8.in > +++ b/man/btrfs.8.in > @@ -184,6 +184,9 @@ defragment operations. > > \fB-t size\fP defragment only files at least \fIsize\fR bytes big > > +For \fBstart\fP, \fBlen\fP, \fBsize\fP it is possible to append a prefix ^^^^^^ suffix > +like \fBk\fP for 1 KBytes, \fBm\fP for 1 MBytes... > + david -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On 2012-10-25 18:13, David Sterba wrote: > Hi, > > one minor typo > > On Tue, Oct 23, 2012 at 07:51:55PM +0200, Goffredo Baroncelli wrote: >> --- a/man/btrfs.8.in >> +++ b/man/btrfs.8.in >> @@ -184,6 +184,9 @@ defragment operations. >> >> \fB-t size\fP defragment only files at least \fIsize\fR bytes big >> >> +For \fBstart\fP, \fBlen\fP, \fBsize\fP it is possible to append a prefix > ^^^^^^ > suffix Thanks, this week I will update the patches. > >> +like \fBk\fP for 1 KBytes, \fBm\fP for 1 MBytes... >> + > > david > . >
diff --git a/man/btrfs.8.in b/man/btrfs.8.in index 9222580..33bd78d 100644 --- a/man/btrfs.8.in +++ b/man/btrfs.8.in @@ -184,6 +184,9 @@ defragment operations. \fB-t size\fP defragment only files at least \fIsize\fR bytes big +For \fBstart\fP, \fBlen\fP, \fBsize\fP it is possible to append a prefix +like \fBk\fP for 1 KBytes, \fBm\fP for 1 MBytes... + NOTE: defragmenting with kernels up to 2.6.37 will unlink COW-ed copies of data, don't use it if you use snapshots, have de-duplicated your data or made copies with \fBcp --reflink\fP. diff --git a/man/mkfs.btrfs.8.in b/man/mkfs.btrfs.8.in index 72025ed..6f37cd8 100644 --- a/man/mkfs.btrfs.8.in +++ b/man/mkfs.btrfs.8.in @@ -69,6 +69,9 @@ Do not perform whole device TRIM operation by default. .TP \fB\-V\fR, \fB\-\-version\fR Print the \fBmkfs.btrfs\fP version and exit. +.SH UNIT +As default the unit is the byte, however it is possible to append a suffix +to the arguments like \fBk\fP for KBytes, \fBm\fP for MBytes... .SH AVAILABILITY .B mkfs.btrfs is part of btrfs-progs. Btrfs is currently under heavy development,
From: Goffredo Baroncelli <kreijack@inwind.it> --- man/btrfs.8.in | 3 +++ man/mkfs.btrfs.8.in | 3 +++ 2 files changed, 6 insertions(+)