From nobody@FreeBSD.org  Sat Oct 17 22:23:50 2009
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 9A663106568B
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 17 Oct 2009 22:23:50 +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 897A38FC2E
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 17 Oct 2009 22:23:50 +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 n9HMNoWL028857
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 17 Oct 2009 22:23:50 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n9HMNnBr028854;
	Sat, 17 Oct 2009 22:23:49 GMT
	(envelope-from nobody)
Message-Id: <200910172223.n9HMNnBr028854@www.freebsd.org>
Date: Sat, 17 Oct 2009 22:23:49 GMT
From: Warren Block <wblock@wonkity.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] tunefs man page bugs section ambiguous on active filesystems
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         139705
>Category:       docs
>Synopsis:       [patch] tunefs(8) man page bugs section ambiguous on active filesystems
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    remko
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 17 22:30:07 UTC 2009
>Closed-Date:    Mon Feb 17 11:10:42 UTC 2014
>Last-Modified:  Mon Feb 17 11:10:42 UTC 2014
>Originator:     Warren Block
>Release:        FreeBSD 8.0-RC1
>Organization:
>Environment:
FreeBSD lightning 8.0-RC1 FreeBSD 8.0-RC1 #6: Wed Oct 14 18:44:38 MDT 2009     root@lightning:/usr/obj/usr/src/sys/LIGHTNING  i386
>Description:
tunefs(8) man page says

..
BUGS
This utility should work on active file systems.
..

The bug is that it should work on active file systems, but does not.
>How-To-Repeat:
man 8 tunefs
>Fix:
Apply included patch.

Patch attached with submission follows:

--- tunefs.8.orig	2009-10-17 16:12:36.000000000 -0600
+++ tunefs.8	2009-10-17 16:21:42.000000000 -0600
@@ -165,7 +165,7 @@
 utility appeared in
 .Bx 4.2 .
 .Sh BUGS
-This utility should work on active file systems.
+This utility does not work on active file systems.
 To change the root file system, the system must be rebooted
 after the file system is tuned.
 .\" Take this out and a Unix Daemon will dog your steps from now until


>Release-Note:
>Audit-Trail:

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/139705: commit references a PR
Date: Wed, 21 Oct 2009 10:15:39 +0000 (UTC)

 Author: remko
 Date: Wed Oct 21 10:15:26 2009
 New Revision: 198316
 URL: http://svn.freebsd.org/changeset/base/198316
 
 Log:
   The tunefs utility does not work on active filesystems.
   
   PR:		docs/139705
   Submitted by:	Warren Block <wblock at wonkity dot com>
   Approved by:	imp (mentor, implicit)
 
 Modified:
   head/sbin/tunefs/tunefs.8
 
 Modified: head/sbin/tunefs/tunefs.8
 ==============================================================================
 --- head/sbin/tunefs/tunefs.8	Wed Oct 21 09:53:55 2009	(r198315)
 +++ head/sbin/tunefs/tunefs.8	Wed Oct 21 10:15:26 2009	(r198316)
 @@ -28,7 +28,7 @@
  .\"     @(#)tunefs.8	8.2 (Berkeley) 12/11/93
  .\" $FreeBSD$
  .\"
 -.Dd August 13, 2007
 +.Dd October 21, 2009
  .Dt TUNEFS 8
  .Os
  .Sh NAME
 @@ -165,7 +165,7 @@ The
  utility appeared in
  .Bx 4.2 .
  .Sh BUGS
 -This utility should work on active file systems.
 +This utility does not work on active file systems.
  To change the root file system, the system must be rebooted
  after the file system is tuned.
  .\" Take this out and a Unix Daemon will dog your steps from now until
 _______________________________________________
 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"
 
Responsible-Changed-From-To: freebsd-doc->remko 
Responsible-Changed-By: remko 
Responsible-Changed-When: Sat Nov 7 11:42:39 UTC 2009 
Responsible-Changed-Why:  
This is incorrect after receiving feedback. Take the PR so that I can 
resolve that. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139705 
State-Changed-From-To: open->closed 
State-Changed-By: remko 
State-Changed-When: Mon Feb 17 11:08:41 UTC 2014 
State-Changed-Why:  
This is long overdue to be closed. 

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