From owner-svn-src-all@FreeBSD.ORG Wed Oct 21 10:15:26 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89C25106566B; Wed, 21 Oct 2009 10:15:26 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 798DD8FC16; Wed, 21 Oct 2009 10:15:26 +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 n9LAFQ6q094534; Wed, 21 Oct 2009 10:15:26 GMT (envelope-from remko@svn.freebsd.org) Received: (from remko@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n9LAFQwY094532; Wed, 21 Oct 2009 10:15:26 GMT (envelope-from remko@svn.freebsd.org) Message-Id: <200910211015.n9LAFQwY094532@svn.freebsd.org> From: Remko Lodder Date: Wed, 21 Oct 2009 10:15:26 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r198316 - head/sbin/tunefs X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Oct 2009 10:15:26 -0000 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 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