Date: Mon, 10 Oct 2016 16:25:05 +0000 (UTC) From: Sevan Janiyan <sevan@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r306987 - stable/10/sbin/fsdb Message-ID: <201610101625.u9AGP56R060286@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sevan (doc committer) Date: Mon Oct 10 16:25:05 2016 New Revision: 306987 URL: https://svnweb.freebsd.org/changeset/base/306987 Log: MFC r306603: Document which version of BSD first showed up in and add the version info for NetBSD & FreeBSD. PR: 212477 Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D8105 Modified: stable/10/sbin/fsdb/fsdb.8 Directory Properties: stable/10/ (props changed) Modified: stable/10/sbin/fsdb/fsdb.8 ============================================================================== --- stable/10/sbin/fsdb/fsdb.8 Mon Oct 10 16:24:05 2016 (r306986) +++ stable/10/sbin/fsdb/fsdb.8 Mon Oct 10 16:25:05 2016 (r306987) @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\" -.Dd August 24, 2006 +.Dd October 3, 2016 .Dt FSDB 8 .Os .Sh NAME @@ -239,19 +239,20 @@ Exit the program. .Sh HISTORY The .Nm -utility uses the source code for +utility appeared in +.Bx 4.3 Tahoe . +It used the source code for .Xr fsck 8 to implement most of the file system manipulation code. The remainder of .Nm -first appeared in -.Nx , +appeared in +.Nx 1.1 written by .An John T. Kohl . -.Pp -.An Peter Wemm -ported it to -.Fx . +It first appeared in +.Fx 2.1.5 +ported by Peter Wemm. .Sh BUGS Manipulation of ``short'' symlinks has no effect. In particular, one should not
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610101625.u9AGP56R060286>