Follow up to r290259 dealing with makefs(8)

- Don't use contractions (don't -> do not)
- Change "throw away" to "discard" when describing the -o keep-bad-images option
- Revert author e-mail split I brought over from NetBSD, effectively reverting
  the change bapt made in r267668

MFC after: 3 days
Submitted by: bjk
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
ngie 2015-11-09 09:39:07 +00:00
parent 44b9d011ea
commit 0996a3b63b

View File

@ -353,7 +353,7 @@ or
.Ql 3
is not implemented.
.It Sy keep-bad-images
Don't throw away images whose write was aborted due to an error.
Do not discard images whose write was aborted due to an error.
For debugging purposes.
.It Sy label
Label name of the image.
@ -388,8 +388,7 @@ The
utility appeared in
.Nx 1.6 .
.Sh AUTHORS
.An Luke Mewburn
.Aq lukem@NetBSD.org
.An Luke Mewburn Aq Mt lukem@NetBSD.org
(original program),
.An Daniel Watt ,
.An Walter Deignan ,