aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/fdread/fdread.1
Commit message (Collapse)AuthorAgeFilesLines
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
| | | | Notes: svn path=/head/; revision=141846
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-2/+2
| | | | Notes: svn path=/head/; revision=140368
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-11/+22
| | | | Notes: svn path=/head/; revision=131500
* Use `The .Nm utility'Philippe Charnier2002-04-201-1/+4
| | | | Notes: svn path=/head/; revision=95127
* mdoc(7) police: use plain text parentheses with plain text blocks.Ruslan Ermilov2001-07-051-3/+1
| | | | Notes: svn path=/head/; revision=79286
* Implement the -I option that uses the FD_READID ioctl in order to readJoerg Wunsch2001-06-261-0/+32
| | | | | | | sector ID fields from a floppy, and display them. Notes: svn path=/head/; revision=78857
* Fix man page markup.Joerg Wunsch2001-05-161-23/+28
| | | | | | | Submitted by: ru Notes: svn path=/head/; revision=76685
* Initial import of fdread(1), a logical counterpart to fdwrite(1).Joerg Wunsch2001-05-141-0/+184
Its main purpose is to adapt automatically to the floppy parameters (in particular the track size for efficient reading), and to allow a simple error recovery for CRC-errored sectors. Requires the newly added fdc(4) options. Notes: svn path=/cvs2svn/branches/JOERG/; revision=76589