From owner-freebsd-bugs@FreeBSD.ORG Fri Feb 5 22:56:49 2010 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9798D106566C for ; Fri, 5 Feb 2010 22:56:49 +0000 (UTC) (envelope-from falkman@gamozo.org) Received: from epicblunt.blendfresh.net (epicblunt.blendfresh.net [97.107.136.32]) by mx1.freebsd.org (Postfix) with ESMTP id 45FE68FC1C for ; Fri, 5 Feb 2010 22:56:48 +0000 (UTC) Received: from [192.168.1.146] (75-134-26-25.dhcp.mdsn.wi.charter.com [75.134.26.25]) (authenticated bits=0) by epicblunt.blendfresh.net (8.14.3/8.14.3) with ESMTP id o15MfDWc005915 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 5 Feb 2010 16:41:20 -0600 Message-ID: <4B6C9E65.3030300@gamozo.org> Date: Fri, 05 Feb 2010 16:40:37 -0600 From: Brandon Falk User-Agent: Thunderbird 2.0.0.23 (X11/20100203) MIME-Version: 1.0 To: freebsd-bugs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Typo in newfs X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Feb 2010 22:56:49 -0000 In the function newfs (/sbin/newfs) there is a typo on the help page. Should be a simple fix, and will make the world a better place. usage: newfs [ -fsoptions ] special-device [device-type] where fsoptions are: -E Erase previuos disk content <-- should be previous Freebsd 8.0 amd64 Regards, Brandon Falk