Bug 139705

Summary: [patch] tunefs(8) man page bugs section ambiguous on active filesystems
Product: Documentation Reporter: Warren Block <wblock>
Component: Books & ArticlesAssignee: Remko Lodder <remko>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Warren Block 2009-10-17 23:30:07 UTC
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.

Fix: Apply included patch.

Patch attached with submission follows:
How-To-Repeat: man 8 tunefs
Comment 1 dfilter service freebsd_committer freebsd_triage 2009-10-21 11:15:39 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"
Comment 2 Remko Lodder freebsd_committer freebsd_triage 2009-11-07 11:42:39 UTC
Responsible Changed
From-To: freebsd-doc->remko

This is incorrect after receiving feedback. Take the PR so that I can 
resolve that.
Comment 3 Remko Lodder freebsd_committer freebsd_triage 2014-02-17 11:08:41 UTC
State Changed
From-To: open->closed

This is long overdue to be closed.