aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/fdwrite
Commit message (Collapse)AuthorAgeFilesLines
...
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-3/+3
| | | | Notes: svn path=/head/; revision=34809
* Use err(3). Document -y flag. Remove unused -s flag from getopt string.Philippe Charnier1997-09-182-52/+33
| | | | Notes: svn path=/head/; revision=29559
* `it's'' -> `its'' where appropriate and typo fixes in time2posix.3.Eivind Eklund1997-05-191-2/+2
| | | | | | | | | Closes PR docs/3612. Submitted by: Josh Gilliam <soil@quick.net> Notes: svn path=/head/; revision=25932
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
| | | | Notes: svn path=/head/; revision=22997
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Make this more usable from shell scripts and such by adding a non-interactiveJordan K. Hubbard1996-09-301-9/+19
| | | | | | | | flag and some checking to see if it's even reasonable to ask for confirmation at all. Notes: svn path=/head/; revision=18573
* Fix a bunch of spelling errors in a bunch of man pages.Mike Pritchard1996-01-301-2/+2
| | | | Notes: svn path=/head/; revision=13744
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
| | | | Notes: svn path=/head/; revision=8857
* #include'ing mysterious stuff from ${DESTDIR}/sys/<somewhere> is no longerJoerg Wunsch1994-10-142-4/+3
| | | | | | | | necessary. Requested by: phk Notes: svn path=/head/; revision=3592
* A small program, which can take a file of any size, format, write and verifyPoul-Henning Kamp1994-09-183-0/+341
it onto a bunch of floppies in a semi-intelligent way. Useful for things like: tar cf - . | gzip -9 | fdwrite -d /dev/rfd0.1720 -v Where it will keep asking for floppies until tar is done. Notes: svn path=/cvs2svn/branches/phk/; revision=2849