From patchwork Mon May 19 16:19:50 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Sterba X-Patchwork-Id: 4203041 X-Patchwork-Delegate: dave@jikos.cz Return-Path: X-Original-To: patchwork-linux-btrfs@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id F12779F32B for ; Mon, 19 May 2014 16:20:00 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D8E8720256 for ; Mon, 19 May 2014 16:19:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 97B1A2021B for ; Mon, 19 May 2014 16:19:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932370AbaESQTx (ORCPT ); Mon, 19 May 2014 12:19:53 -0400 Received: from cantor2.suse.de ([195.135.220.15]:35096 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932338AbaESQTw (ORCPT ); Mon, 19 May 2014 12:19:52 -0400 Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id BCEA9AC77 for ; Mon, 19 May 2014 16:19:50 +0000 (UTC) Received: by ds.suse.cz (Postfix, from userid 10065) id 93CA7DA8EB; Mon, 19 May 2014 18:19:50 +0200 (CEST) From: David Sterba To: linux-btrfs@vger.kernel.org Cc: David Sterba Subject: [PATCH 1/5] btrfs-progs: doc: fix argument notation and typos Date: Mon, 19 May 2014 18:19:50 +0200 Message-Id: <7ba6e8a22d20d73576fd6838219036dc52eb7fa3.1400515868.git.dsterba@suse.cz> X-Mailer: git-send-email 1.9.0 In-Reply-To: References: Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP All user-supplied values should be enclosed in <...> to distinguish them from verbatim strings. Signed-off-by: David Sterba --- Documentation/btrfs-balance.txt | 6 +++--- Documentation/btrfs-check.txt | 2 +- Documentation/btrfs-filesystem.txt | 10 +++++----- Documentation/btrfs-image.txt | 4 ++-- Documentation/btrfs-inspect-internal.txt | 2 +- Documentation/btrfs-qgroup.txt | 10 +++++----- Documentation/btrfs-scrub.txt | 8 ++++---- Documentation/btrfs-subvolume.txt | 6 +++--- Documentation/fsck.btrfs.txt | 2 +- Documentation/mkfs.btrfs.txt | 2 +- 10 files changed, 26 insertions(+), 26 deletions(-) diff --git a/Documentation/btrfs-balance.txt b/Documentation/btrfs-balance.txt index 1b1861cfd31f..7edc44b150dd 100644 --- a/Documentation/btrfs-balance.txt +++ b/Documentation/btrfs-balance.txt @@ -36,11 +36,11 @@ given balance all chunks in a filesystem. + `Options` + --d[filters]:::: +-d[]:::: act on data chunks --m[filters]:::: +-m[]:::: act on metadata chunks --s[filters]:::: +-s[]:::: act on system chunks (only under -f) -v:::: be verbose diff --git a/Documentation/btrfs-check.txt b/Documentation/btrfs-check.txt index 485a49cbc3ec..ce491734a981 100644 --- a/Documentation/btrfs-check.txt +++ b/Documentation/btrfs-check.txt @@ -22,7 +22,7 @@ https://btrfs.wiki.kernel.org/index.php/Btrfsck OPTIONS ------- --s|--support :: +-s|--super :: use th superblock copy. --repair:: try to repair the filesystem. diff --git a/Documentation/btrfs-filesystem.txt b/Documentation/btrfs-filesystem.txt index de9b3f3c39c4..4ac8711f62c0 100644 --- a/Documentation/btrfs-filesystem.txt +++ b/Documentation/btrfs-filesystem.txt @@ -17,7 +17,7 @@ resizing, defragment. SUBCOMMAND ---------- -'df' [-b] path [...]:: +'df' [-b] [...]:: Show space usage information for a mount point. + If '-b' is given, then byte is used as unit. Default unit will be @@ -59,10 +59,10 @@ lower than 100% because the metadata is duplicated for security reasons. If all the data and metadata are duplicated (or have a profile like RAID1) the Data to disk ratio could be 50%. -'show' [--mounted|--all-devices||||]:: +'show' [--mounted|--all-devices||||