diff options
author | ru <ru@FreeBSD.org> | 2005-11-03 07:28:46 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-11-03 07:28:46 +0000 |
commit | bef9291595739a3894e68ec9bc7559968db43217 (patch) | |
tree | beff0ca0ec18991712c5a66e935c691cea6f6c0a /usr.sbin/fdformat | |
parent | 7e7e386e615af5361bd0d8d701c699f136a1100b (diff) | |
download | FreeBSD-src-bef9291595739a3894e68ec9bc7559968db43217.zip FreeBSD-src-bef9291595739a3894e68ec9bc7559968db43217.tar.gz |
The default fill byte is 0xf6, not 0xf5.
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 dd5bbe1..2770901 100644 --- a/usr.sbin/fdformat/fdformat.1 +++ b/usr.sbin/fdformat/fdformat.1 @@ -64,7 +64,7 @@ as the fill byte for newly formatted sectors. must be a number in the range 0 through 255 using common C language notation. The default value is -.Dq Li 0xf5 . +.Dq Li 0xf6 . .It Fl f Ar fmt Specify the density settings for a .Ar fmt |