diff options
author | mph <mph@FreeBSD.org> | 1998-06-21 04:33:36 +0000 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-06-21 04:33:36 +0000 |
commit | 866042c3ace6c0490b956094cb83ef96bcbf001c (patch) | |
tree | ced287c9f2aaba8a04bd1d242b77e14a291900b2 /usr.sbin/fdwrite | |
parent | e08eccffd419f3200f8f30704355a418fba46ac2 (diff) | |
download | FreeBSD-src-866042c3ace6c0490b956094cb83ef96bcbf001c.zip FreeBSD-src-866042c3ace6c0490b956094cb83ef96bcbf001c.tar.gz |
Correct punctuation.
Diffstat (limited to 'usr.sbin/fdwrite')
-rw-r--r-- | usr.sbin/fdwrite/fdwrite.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/fdwrite/fdwrite.1 b/usr.sbin/fdwrite/fdwrite.1 index f0f5f88..9867f5e 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.6 1997/09/18 06:35:51 charnier Exp $ +.\" $Id: fdwrite.1,v 1.7 1998/03/23 08:23:01 charnier Exp $ .\" .\" .Dd September 16, 1993 @@ -96,7 +96,7 @@ Some of the code was taken from .Xr fdformat 1 . .Sh AUTHORS The program has been contributed by -.An Poul-Henning Kamp Aq phk@login.dknet.dk +.An Poul-Henning Kamp Aq phk@login.dknet.dk . .Sh BUGS Diagnostics are less than complete at present. @@ -106,7 +106,7 @@ is seekable, it should ask the user to frisbee the disk, insert another, and rewind to the right spot and continue. This concept could be extended to cover non-seekable input also -by employing a temporary file . +by employing a temporary file. An option (defaulting to zero) should allow the user to ask for retries in case of failure. @@ -118,4 +118,4 @@ Programs like for instance, will do the job, if the data has not been compressed. One can always trust .Xr dd 1 -to help out in this situation of course +to help out in this situation of course. |