From patchwork Thu Oct 2 19:24:52 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Whitney X-Patchwork-Id: 396097 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 4D6BF140187 for ; Fri, 3 Oct 2014 05:25:20 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753243AbaJBTZE (ORCPT ); Thu, 2 Oct 2014 15:25:04 -0400 Received: from mail-qa0-f41.google.com ([209.85.216.41]:53055 "EHLO mail-qa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753177AbaJBTY6 (ORCPT ); Thu, 2 Oct 2014 15:24:58 -0400 Received: by mail-qa0-f41.google.com with SMTP id n8so2235747qaq.14 for ; Thu, 02 Oct 2014 12:24:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=YCxWKa2FOiOTivieN0O/z/fOFFVZ46ODD+GuY3ErsaY=; b=t0Dl/MVryBBRTHvs2VasRYgd65ZmRce2HeLDHMs1PjD2ueJ3gDzM0GIN9xYfl5As7P 3xLbwHxj/zZm9NCgUwUZWx/LhJmlfvocYMFevF5c2i/6Nib1vWrsDE/SLxLy4bmkYYuE r4jpy3VogJ9UseyMKraiBbdHl95TKdi108TeLhUCopvEaFupZSdgCLNsK79K9TK8JDsA VIxLLnaUQZ7yRaBSSVAJAbjfFOiER5nbu0+7fwGjD7Rq4pzt+kodKN9xGQEzXSjD5R4V Esv9o0ULRYZxecJLbXY8OmbRtwb3CALhuA4e0WGEFvRdq78xsj5QZzOABFok4LRDhJES QtBw== X-Received: by 10.140.34.151 with SMTP id l23mr1430532qgl.72.1412277895837; Thu, 02 Oct 2014 12:24:55 -0700 (PDT) Received: from wallace (c-50-187-53-200.hsd1.nh.comcast.net. [50.187.53.200]) by mx.google.com with ESMTPSA id j52sm3946631qgf.7.2014.10.02.12.24.54 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 02 Oct 2014 12:24:55 -0700 (PDT) Date: Thu, 2 Oct 2014 15:24:52 -0400 From: Eric Whitney To: linux-ext4@vger.kernel.org Cc: tytso@mit.edu Subject: [PATCH] mke2fs: fix man page discussion of usage type defaults Message-ID: <20141002192451.GA2364@wallace> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org The man page description of the file system size thresholds used by mke2fs to select a usage type when not otherwise specified by the -T switch does not match the code. Signed-off-by: Eric Whitney --- misc/mke2fs.8.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in index 88a8b86..aeb5caf 100644 --- a/misc/mke2fs.8.in +++ b/misc/mke2fs.8.in @@ -705,11 +705,11 @@ using a comma separated list. If this option is is not specified, .B mke2fs will pick a single default usage type based on the size of the filesystem to -be created. If the filesystem size is less than or equal to 3 megabytes, +be created. If the filesystem size is less than 3 megabytes, .B mke2fs will use the filesystem type .IR floppy . -If the filesystem size is greater than 3 but less than or equal to +If the filesystem size is greater than or equal to 3 but less than 512 megabytes, .BR mke2fs (8) will use the filesystem type