Received: by mail.netbsd.org (Postfix, from userid 0) id B3B8863B250; Thu, 17 Dec 2009 14:27:50 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 5DF9163B10B for ; Thu, 17 Dec 2009 14:27:49 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 4A4E3175DD; Thu, 17 Dec 2009 14:27:49 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Thu, 17 Dec 2009 14:27:49 +0000 From: Antti Kantee Subject: CVS commit: src/sbin/fdisk To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20091217142749.4A4E3175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: list Reply-To: source-changes-d@NetBSD.org Module Name: src Committed By: pooka Date: Thu Dec 17 14:27:49 UTC 2009 Modified Files: src/sbin/fdisk: fdisk.8 fdisk.c Log Message: Use implicit -F for regular files, much like disklabel(8). To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sbin/fdisk/fdisk.8 cvs rdiff -u -r1.125 -r1.126 src/sbin/fdisk/fdisk.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.