svn commit: r290601 - head/usr.sbin/makefs

Garrett Cooper ngie at FreeBSD.org
Mon Nov 9 09:39:09 UTC 2015


Author: ngie
Date: Mon Nov  9 09:39:07 2015
New Revision: 290601
URL: https://svnweb.freebsd.org/changeset/base/290601

Log:
  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

Modified:
  head/usr.sbin/makefs/makefs.8

Modified: head/usr.sbin/makefs/makefs.8
==============================================================================
--- head/usr.sbin/makefs/makefs.8	Mon Nov  9 09:29:38 2015	(r290600)
+++ head/usr.sbin/makefs/makefs.8	Mon Nov  9 09:39:07 2015	(r290601)
@@ -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 at NetBSD.org
+.An Luke Mewburn Aq Mt lukem at NetBSD.org
 (original program),
 .An Daniel Watt ,
 .An Walter Deignan ,


More information about the svn-src-all mailing list