From nobody@FreeBSD.org  Thu Jan  7 08:47:46 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 49D73106568B
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  7 Jan 2010 08:47:46 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 396EE8FC20
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  7 Jan 2010 08:47:46 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o078lkDA087499
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 7 Jan 2010 08:47:46 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o078lj4t087498;
	Thu, 7 Jan 2010 08:47:45 GMT
	(envelope-from nobody)
Message-Id: <201001070847.o078lj4t087498@www.freebsd.org>
Date: Thu, 7 Jan 2010 08:47:45 GMT
From: David Naylor <naylor.b.david@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] sbin/newfs_msdos doc fix
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         142418
>Category:       docs
>Synopsis:       [PATCH] newfs_msdos(8) doc fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bcr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 07 08:50:04 UTC 2010
>Closed-Date:    Fri Jul 30 16:59:58 UTC 2010
>Last-Modified:  Fri Jul 30 16:59:58 UTC 2010
>Originator:     David Naylor
>Release:        FreeBSD 8
>Organization:
Private
>Environment:
FreeBSD dragon.dg 8.0-STABLE FreeBSD 8.0-STABLE #0: Thu Dec 24 08:51:17 SAST 2009     root@dragon.dg:/tmp/usr/src/sys/GENERIC  amd64
>Description:
Documentation says bytes per sector are valid from 128 but the program says 512
>How-To-Repeat:
(Well, -S doesn't work to well, in my experience but:)
newfs_msdos -S 256 /dev/null
>Fix:
See patch

Patch attached with submission follows:

--- /usr/src/sbin/newfs_msdos/newfs_msdos.8	2009-09-03 08:43:57.000000000 +0200
+++ newfs_msdos.8	2010-01-07 10:31:28.000000000 +0200
@@ -116,7 +116,7 @@
 .It Fl S Ar sector-size
 Number of bytes per sector.
 Acceptable values are powers of 2
-in the range 128 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


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-doc 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Thu Jan 7 15:30:52 UTC 2010 
Responsible-Changed-Why:  
reclassify. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=142418 
Responsible-Changed-From-To: freebsd-doc->bcr 
Responsible-Changed-By: bcr 
Responsible-Changed-When: Sun Jul 25 11:16:57 UTC 2010 
Responsible-Changed-Why:  
I'll handle this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=142418 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/142418: commit references a PR
Date: Sun, 25 Jul 2010 11:31:44 +0000 (UTC)

 Author: bcr (doc committer)
 Date: Sun Jul 25 11:31:29 2010
 New Revision: 210463
 URL: http://svn.freebsd.org/changeset/base/210463
 
 Log:
   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
   MFC after:          5 days
 
 Modified:
   head/sbin/newfs_msdos/newfs_msdos.8
 
 Modified: head/sbin/newfs_msdos/newfs_msdos.8
 ==============================================================================
 --- head/sbin/newfs_msdos/newfs_msdos.8	Sun Jul 25 10:06:56 2010	(r210462)
 +++ head/sbin/newfs_msdos/newfs_msdos.8	Sun Jul 25 11:31:29 2010	(r210463)
 @@ -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
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->patched 
State-Changed-By: bcr 
State-Changed-When: Sun Jul 25 12:14:18 UTC 2010 
State-Changed-Why:  
A corrected version was already committed, we just 
added the "inclusive" part. Leave this in patched state 
until the MFC is finished. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=142418 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/142418: commit references a PR
Date: Fri, 30 Jul 2010 16:24:00 +0000 (UTC)

 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
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: bcr 
State-Changed-When: Fri Jul 30 16:59:02 UTC 2010 
State-Changed-Why:  
MFC is done, PR closed. Thanks for sending the patch. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=142418 
>Unformatted:
