diff options
author | steve <steve@FreeBSD.org> | 1998-06-27 21:29:35 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-06-27 21:29:35 +0000 |
commit | 5a9ce09142e33ef851523eff668703ad18b0862f (patch) | |
tree | dd003ce0373c3e7fe48c3fb135020a5267aca794 | |
parent | f9b27556e8d7d1063d8abb4d6930d7126cf88b34 (diff) | |
download | FreeBSD-src-5a9ce09142e33ef851523eff668703ad18b0862f.zip FreeBSD-src-5a9ce09142e33ef851523eff668703ad18b0862f.tar.gz |
Typo.
PR: 7093
Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
-rw-r--r-- | usr.sbin/fdwrite/fdwrite.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/fdwrite/fdwrite.1 b/usr.sbin/fdwrite/fdwrite.1 index 9867f5e..3e8cf35 100644 --- a/usr.sbin/fdwrite/fdwrite.1 +++ b/usr.sbin/fdwrite/fdwrite.1 @@ -6,7 +6,7 @@ .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" ---------------------------------------------------------------------------- .\" -.\" $Id: fdwrite.1,v 1.7 1998/03/23 08:23:01 charnier Exp $ +.\" $Id: fdwrite.1,v 1.8 1998/06/21 04:33:36 mph Exp $ .\" .\" .Dd September 16, 1993 @@ -34,7 +34,7 @@ The device will then be opened, and queried for its parameters, then each track will be formatted, written with data from the .Ar inputfile , read back and compared. -When the floppy disk if filled, the process is repeated, with the next disk. +When the floppy disk is filled, the process is repeated, with the next disk. This continues until the program is interrupted or EOF is encountered on the .Ar inputfile . |