From patchwork Mon Oct 29 17:53:20 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Goffredo Baroncelli X-Patchwork-Id: 1665081 Return-Path: X-Original-To: patchwork-linux-btrfs@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id DA1A23FE1C for ; Mon, 29 Oct 2012 17:52:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760145Ab2J2Rwu (ORCPT ); Mon, 29 Oct 2012 13:52:50 -0400 Received: from mail-ee0-f46.google.com ([74.125.83.46]:37468 "EHLO mail-ee0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760060Ab2J2Rwr (ORCPT ); Mon, 29 Oct 2012 13:52:47 -0400 Received: by mail-ee0-f46.google.com with SMTP id b15so2229927eek.19 for ; Mon, 29 Oct 2012 10:52:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=BbZHoZ2JCWLNlMAvvZbHx6SKVVyOIl9OC/niG6PKmZI=; b=uZ3kf3WKArW6wzni5KQX/ApEohhAnwa36zuQvekvdq2QFnFrHp2t2XOUCJhE0VPLH1 CLhOmHm7cQr2sIJVSrJR1TtD4VoKPQUPv+X+3G7Gbg0HUqsorrNhQJvjGI3gV5axTBZZ L++sH3spX0S8jZv/pMyBS8UZTy8H3ZjB0vq0HgsPtpZaGS82rjTxgOqSl/kYk0nC1YpT 7YMC/F2mrsOkAyzzHVrhpNR56QS2VpDMY3TsUaL39M4eWu6oi6wF1GHxXRVlB90F2SVP Guwqg9axCnnWmWFoOeI8dVh4H/je84wcCYcy00pzoit+dQTBRHs95jT59TVzu/rRurs3 Tkgg== Received: by 10.14.203.69 with SMTP id e45mr63405495eeo.38.1351533166821; Mon, 29 Oct 2012 10:52:46 -0700 (PDT) Received: from venice..bhome (host103-133-static.242-95-b.business.telecomitalia.it. [95.242.133.103]) by mx.google.com with ESMTPS id k2sm24096182eep.15.2012.10.29.10.52.45 (version=SSLv3 cipher=OTHER); Mon, 29 Oct 2012 10:52:46 -0700 (PDT) From: Goffredo Baroncelli To: linux-btrfs@vger.kernel.org Cc: Stefan Behrens , Wang Sheng-Hui Subject: [PATCH 4/4] Update the man page with the new prefixes. Date: Mon, 29 Oct 2012 18:53:20 +0100 Message-Id: <1351533200-5703-5-git-send-email-kreijack@inwind.it> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1351533200-5703-1-git-send-email-kreijack@inwind.it> References: <1351533200-5703-1-git-send-email-kreijack@inwind.it> Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org Signed-off-by: Goffredo Baroncelli --- man/btrfs.8.in | 3 +++ man/mkfs.btrfs.8.in | 3 +++ 2 files changed, 6 insertions(+) diff --git a/man/btrfs.8.in b/man/btrfs.8.in index 9222580..3564e6a 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 suffix +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,