diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-03-01 14:09:25 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-03-01 14:09:25 +0000 |
commit | b2240fc1c08ba82628285458b057b5f795a68a43 (patch) | |
tree | 5acb2bdc9bc2d2c26e220a424cc6f0b29df60dec /usr.sbin/fdwrite | |
parent | 3197c29bd1de99eb5100db75bfb4d651f6878fa7 (diff) | |
download | FreeBSD-src-b2240fc1c08ba82628285458b057b5f795a68a43.zip FreeBSD-src-b2240fc1c08ba82628285458b057b5f795a68a43.tar.gz |
Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
Diffstat (limited to 'usr.sbin/fdwrite')
-rw-r--r-- | usr.sbin/fdwrite/fdwrite.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/fdwrite/fdwrite.1 b/usr.sbin/fdwrite/fdwrite.1 index 9bda4d8..cdaa7de 100644 --- a/usr.sbin/fdwrite/fdwrite.1 +++ b/usr.sbin/fdwrite/fdwrite.1 @@ -51,7 +51,8 @@ remaining on the current floppy disk, and the letters I, Z, F, W, R and C, which indicates completion of Input, Zero-fill, Format Write, Read and Compare of current track respectively. .It Fl y -Don't ask for presence of a floppy disk in the drive. This non-interactive flag +Don't ask for presence of a floppy disk in the drive. +This non-interactive flag is useful for shell scripts. .It Fl f Ar inputfile Input file to read. If none is given, stdin is assumed. |