From patchwork Fri Apr 13 20:12:07 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aditya Kali X-Patchwork-Id: 152393 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3B29EB6FE6 for ; Sat, 14 Apr 2012 06:12:47 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932324Ab2DMUMO (ORCPT ); Fri, 13 Apr 2012 16:12:14 -0400 Received: from mail-ee0-f74.google.com ([74.125.83.74]:48651 "EHLO mail-ee0-f74.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932255Ab2DMUML (ORCPT ); Fri, 13 Apr 2012 16:12:11 -0400 Received: by eekc41 with SMTP id c41so155782eek.1 for ; Fri, 13 Apr 2012 13:12:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=sUA+l9PagABbsKHB47OjsOy6fHkM0YQEA41w7mGHJZU=; b=TBhKgvHNyTRVrSORxBGrTeA7vTCZ/vDAady5lsMGfA5xw1bpzxxzQD22An1r96huJv tUCDFIcEe2n5jjCxiCtZfTWkYiDk6XNZH2aH9xD21DkgAzeDi6s25zk5MihHKqjD8H2G s8AHwMni3Ja6nYB7KE5GIE3zkqOuRTVt1iiVEU7yvdGxqnT/fUAZvwJBQhNEFdfyPPLh hxltbWkvmI3IUHgNNv130M3R8RwmIoc16MvJ5eS3/pbnScqIjDF/pXg2s3Puld+l3p/E iLj3xhE8RBmyPByt6EShMFmCtE68vTrgQyVx5y4VRTuGfH4hzkSPyFQbCSUGogX4rOiN A6bg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:x-gm-message-state; bh=sUA+l9PagABbsKHB47OjsOy6fHkM0YQEA41w7mGHJZU=; b=fWo5oocvh5AefmQEkBDE+sJf8U8+fjaTKMBYP/0icnxVQbs5eLEopkXOCLBGbonCyF MoF2JoWFxez2PLX+rhLHxvveuZMgkicyZJwf3hgRuvEN9VXfMvdKPizPYD8RqiJuwLcn P1yS+TsHumwUjK8IZh5/sW1lEseGwaSUgCC0hNxErtc6qUxvoDtFjuBqo7DXuB3avam0 eK26jvEXcIqVx5IiN11IHOf/DaRGNchZ0CHfX48ssazzhSy+QT6TetIaGP6yxR/nqDaS YXUP/T+CIHYC1Tbjj0O17rp9tPKVnjwm83SdGSlWU2U5GjBBSzNfSU4HLROgkFDKn7Ww Ryvg== Received: by 10.14.101.16 with SMTP id a16mr953656eeg.0.1334347930342; Fri, 13 Apr 2012 13:12:10 -0700 (PDT) Received: by 10.14.101.16 with SMTP id a16mr953645eeg.0.1334347930223; Fri, 13 Apr 2012 13:12:10 -0700 (PDT) Received: from hpza9.eem.corp.google.com ([74.125.121.33]) by gmr-mx.google.com with ESMTPS id a14si9856721een.0.2012.04.13.13.12.10 (version=TLSv1/SSLv3 cipher=AES128-SHA); Fri, 13 Apr 2012 13:12:10 -0700 (PDT) Received: from adityakali.mtv.corp.google.com (adityakali.mtv.corp.google.com [172.18.96.56]) by hpza9.eem.corp.google.com (Postfix) with ESMTP id 0A7CA5C0060; Fri, 13 Apr 2012 13:12:10 -0700 (PDT) Received: by adityakali.mtv.corp.google.com (Postfix, from userid 22404) id 784AE1DE62B; Fri, 13 Apr 2012 13:12:09 -0700 (PDT) From: Aditya Kali To: tytso@mit.edu, linux-ext4@vger.kernel.org Cc: Aditya Kali Subject: [PATCH] tune2fs: fix man page indentation Date: Fri, 13 Apr 2012 13:12:07 -0700 Message-Id: <1334347927-12749-1-git-send-email-adityakali@google.com> X-Mailer: git-send-email 1.7.7.3 X-Gm-Message-State: ALoCoQm7BfGhVpTMUaFdzdgDAZZX2ARYG1UG2p7dXR9Ske+/WB5t4PAHyp+1BnQIyy7GT8Xfv5uo9wAzNUn5i5HINRxDR8GzHgkKkJXojTyU/PDjojc4NR4w4zfyLWWdeT/EEwqa4gbiv7q2wlh9amPICpZ1AFyDVKhnCyOb9MtRtrJXKgE+WtA= Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org The indentation in tune2fs man page was wrong towards the end. Also, there was extra '[' in the SYNOPSIS section. Signed-off-by: Aditya Kali --- misc/tune2fs.8.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/misc/tune2fs.8.in b/misc/tune2fs.8.in index 32f73a9..e77dde7 100644 --- a/misc/tune2fs.8.in +++ b/misc/tune2fs.8.in @@ -81,7 +81,6 @@ tune2fs \- adjust tunable filesystem parameters on ext2/ext3/ext4 filesystems .I quota-options ] [ -[ .B \-T .I time-last-checked ] @@ -599,6 +598,7 @@ Sets/clears user quota inode in the superblock. .TP .BR [^]grpquota Sets/clears group quota inode in the superblock. +.RE .TP .BI \-T " time-last-checked" Set the time the filesystem was last checked using