diff options
author | des <des@FreeBSD.org> | 1998-04-20 11:34:47 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 1998-04-20 11:34:47 +0000 |
commit | 25761cb8b7f664ba11e9c4b145ab00ec3f95e48a (patch) | |
tree | 0aae238607730ac5e4771e6b59c80f36e850b28d /usr.sbin/fdformat | |
parent | e61bac859171977245ecb3c47fe015af9b58b623 (diff) | |
download | FreeBSD-src-25761cb8b7f664ba11e9c4b145ab00ec3f95e48a.zip FreeBSD-src-25761cb8b7f664ba11e9c4b145ab00ec3f95e48a.tar.gz |
fd(4) referenced in HISTORY has nothing to do with floppy disks;
changed to fdc(4).
Diffstat (limited to 'usr.sbin/fdformat')
-rw-r--r-- | usr.sbin/fdformat/fdformat.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/fdformat/fdformat.1 b/usr.sbin/fdformat/fdformat.1 index 436d834..b3aff60 100644 --- a/usr.sbin/fdformat/fdformat.1 +++ b/usr.sbin/fdformat/fdformat.1 @@ -146,7 +146,7 @@ appropriate information written to diagnostic output). .Nm Fdformat has been developed for 386BSD 0.1 and upgraded to the new -.Xr fd 4 +.Xr fdc 4 floppy disk driver. It later became part of the .Fx 1.1 system. |