summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fdwrite
Commit message (Collapse)AuthorAgeFilesLines
* Use err(3). Document -y flag. Remove unused -s flag from getopt string.charnier1997-09-182-52/+33
|
* `it's'' -> `its'' where appropriate and typo fixes in time2posix.3.eivind1997-05-191-2/+2
| | | | | | Closes PR docs/3612. Submitted by: Josh Gilliam <soil@quick.net>
* Revert $FreeBSD$ to $Id$peter1997-02-223-3/+3
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-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.
* Make this more usable from shell scripts and such by adding a non-interactivejkh1996-09-301-9/+19
| | | | | flag and some checking to see if it's even reasonable to ask for confirmation at all.
* Fix a bunch of spelling errors in a bunch of man pages.mpp1996-01-301-2/+2
|
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* #include'ing mysterious stuff from ${DESTDIR}/sys/<somewhere> is no longerjoerg1994-10-142-4/+3
| | | | | necessary. Requested by: phk
* A small program, which can take a file of any size, format, write and verifyphk1994-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.
OpenPOWER on IntegriCloud