diff options
| author | Sevan Janiyan <sevan@FreeBSD.org> | 2016-10-02 23:44:52 +0000 |
|---|---|---|
| committer | Sevan Janiyan <sevan@FreeBSD.org> | 2016-10-02 23:44:52 +0000 |
| commit | 369cef877e3759b58a2d99e9c7df4e3e76fbaa3d (patch) | |
| tree | fbaa01f9da5340136aee838ed26734bc115fdf86 /sbin/fsdb | |
| parent | 4cbf025741f36e170332b0b62617dc42a7b31917 (diff) | |
Notes
Diffstat (limited to 'sbin/fsdb')
| -rw-r--r-- | sbin/fsdb/fsdb.8 | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/sbin/fsdb/fsdb.8 b/sbin/fsdb/fsdb.8 index 5fc6f2414b4cb..65d18c05c1c38 100644 --- a/sbin/fsdb/fsdb.8 +++ b/sbin/fsdb/fsdb.8 @@ -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 |
