From owner-svn-src-stable-8@FreeBSD.ORG Fri Jul 30 16:23:46 2010 Return-Path: Delivered-To: svn-src-stable-8@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3818910656F8; Fri, 30 Jul 2010 16:23:46 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 25B408FC1D; Fri, 30 Jul 2010 16:23:46 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o6UGNkvk012660; Fri, 30 Jul 2010 16:23:46 GMT (envelope-from bcr@svn.freebsd.org) Received: (from bcr@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o6UGNkmd012658; Fri, 30 Jul 2010 16:23:46 GMT (envelope-from bcr@svn.freebsd.org) Message-Id: <201007301623.o6UGNkmd012658@svn.freebsd.org> From: Benedict Reuschling Date: Fri, 30 Jul 2010 16:23:46 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r210659 - stable/8/sbin/newfs_msdos X-BeenThere: svn-src-stable-8@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 8-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jul 2010 16:23:46 -0000 Author: bcr (doc committer) Date: Fri Jul 30 16:23:45 2010 New Revision: 210659 URL: http://svn.freebsd.org/changeset/base/210659 Log: MFC r210463: Clarify that the "number of bytes per sector"-range in the -S option is meant to be "inclusive". The original issue of the PR was already fixed. PR: docs/142418 Submitted by: David Naylor (naylor dot b dot david at gmail dot com) No objection from: kib Modified: stable/8/sbin/newfs_msdos/newfs_msdos.8 Directory Properties: stable/8/sbin/newfs_msdos/ (props changed) Modified: stable/8/sbin/newfs_msdos/newfs_msdos.8 ============================================================================== --- stable/8/sbin/newfs_msdos/newfs_msdos.8 Fri Jul 30 15:56:00 2010 (r210658) +++ stable/8/sbin/newfs_msdos/newfs_msdos.8 Fri Jul 30 16:23:45 2010 (r210659) @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 11, 2009 +.Dd July 25, 2010 .Dt NEWFS_MSDOS 8 .Os .Sh NAME @@ -116,7 +116,7 @@ The default is .It Fl S Ar sector-size Number of bytes per sector. Acceptable values are powers of 2 -in the range 512 through 32768. +in the range 512 through 32768, inclusive. .It Fl a Ar FAT-size Number of sectors per FAT. .It Fl b Ar block-size