aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2015-11-09 09:39:07 +0000
committerEnji Cooper <ngie@FreeBSD.org>2015-11-09 09:39:07 +0000
commitdaf5e000776ebd8e3603eb242916f509baafca83 (patch)
tree4ad9d4e40ff892c3b42a25a5da9f6886145530a9 /usr.sbin/makefs
parent0eea47e68bd27d04f819c55de02eaa840d06dba2 (diff)
downloadsrc-daf5e000776ebd8e3603eb242916f509baafca83.tar.gz
src-daf5e000776ebd8e3603eb242916f509baafca83.zip
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
Notes
Notes: svn path=/head/; revision=290601
Diffstat (limited to 'usr.sbin/makefs')
-rw-r--r--usr.sbin/makefs/makefs.85
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/makefs/makefs.8 b/usr.sbin/makefs/makefs.8
index c9d6c0761a21..b82927694b5a 100644
--- a/usr.sbin/makefs/makefs.8
+++ b/usr.sbin/makefs/makefs.8
@@ -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 ,