Received: by mail.netbsd.org (Postfix, from userid 605) id D60F985F3C; Sun, 11 Sep 2016 03:35:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 644D285F38 for ; Sun, 11 Sep 2016 03:35:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id YHs-CDEikyLs for ; Sun, 11 Sep 2016 03:35:09 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0864985F32 for ; Sun, 11 Sep 2016 03:35:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F275EFBD1; Sun, 11 Sep 2016 03:35:08 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 11 Sep 2016 03:35:08 +0000 From: "Sevan Janiyan" Subject: CVS commit: src/sbin/fdisk To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20160911033508.F275EFBD1@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Sevan Janiyan" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: sevan Date: Sun Sep 11 03:35:08 UTC 2016 Modified Files: src/sbin/fdisk: fdisk.8 Log Message: - Document the HISTORY of fdisk based on the original post to comp.unix.bsd by Julian Elischer [1] and the Mach 2.5 Installation notes [2]. I was unable to pin point the exact version of Mach the fdisk utility appeared as I didn't find documentation older than version 2.5 & no source code or repo history. fdisk utility appears as a separate utility[3] in v2.5. Due to this, I've avoided stating the exact version fdisk first appeared in Mach. - Make correction pointed by textproc/igor - Bump date [1] https://groups.google.com/forum/#!searchin/comp.unix.bsd/14-Dec-89$20Robert$20Baron$20(rvb)$20at$20Carnegie-Mellon$20University%7Csort:relevance/comp.unix.bsd/Hhi45vAHxDg [2] ftp://ftp.mcs.vuw.ac.nz/doc/misc/mach-i386-doc/i386_install.ps [3] ftp://ftp.mcs.vuw.ac.nz/doc/misc/mach-i386-doc/i386_manpages.ps To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 src/sbin/fdisk/fdisk.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.