From owner-svn-src-head@freebsd.org Mon Nov 2 16:49:10 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38BE6A2463E; Mon, 2 Nov 2015 16:49:10 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: from mail-wi0-x232.google.com (mail-wi0-x232.google.com [IPv6:2a00:1450:400c:c05::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C5A6B182E; Mon, 2 Nov 2015 16:49:09 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: by wicfv8 with SMTP id fv8so54446953wic.0; Mon, 02 Nov 2015 08:49:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=hBJNCxJH0BLGyAfv05RF8gqtylSwshMi6fddG7zdEXo=; b=shAQCm5WIF/ChLgks5PnHAR17uUaf1ZoINMPaAHY7tqdq6DitqVgU3YFqKolD53uIe FfEZb4nNIVFfLIZ2z5fMWR+1PDNnk4122XAmAC/49a/Nca6SFA6fqto6ljvF4Iqkg4ZM MCdPt2D5rTUhSWADzmKPX3x3ahUoEwixN0ObENsZ6/+05GpmKffRLcoczGzDbpavr0kA ekxpEGQgdAsanSAJSfsyWojHoMXx/f2gJUrCMI3TaPzyoD8FPC5BK6rZoHwRbvUoEwqC XjLxsR2geoWv14mQnDowilEphFmLg5+uJwNXDpmT2sMUv7rNd8ODwFdVR/gXAWiO0hsN 6gKw== MIME-Version: 1.0 X-Received: by 10.194.249.35 with SMTP id yr3mr28379882wjc.17.1446482948363; Mon, 02 Nov 2015 08:49:08 -0800 (PST) Received: by 10.27.10.234 with HTTP; Mon, 2 Nov 2015 08:49:08 -0800 (PST) In-Reply-To: <201511020736.tA27agJq021424@repo.freebsd.org> References: <201511020736.tA27agJq021424@repo.freebsd.org> Date: Mon, 2 Nov 2015 10:49:08 -0600 Message-ID: Subject: Re: svn commit: r290259 - head/usr.sbin/makefs From: Benjamin Kaduk To: Garrett Cooper Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2015 16:49:10 -0000 On Mon, Nov 2, 2015 at 1:36 AM, Garrett Cooper wrote: > Author: ngie > Date: Mon Nov 2 07:36:42 2015 > New Revision: 290259 > URL: https://svnweb.freebsd.org/changeset/base/290259 > > Log: > Sync makefs(8) content a bit with src/usr.sbin/makefs/makefs.8@1.53 > > Sections involving unimplemented filesystems (chfs, msdosfs, udf, v7fs) > and > options have been omitted. > > MFC after: 1 week > Obtained from: NetBSD > 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 2 03:36:15 2015 > (r290258) > +++ head/usr.sbin/makefs/makefs.8 Mon Nov 2 07:36:42 2015 > (r290259) > @@ -339,7 +341,7 @@ Load a generic boot image into the first > .It Sy hard-disk-boot > Boot image is a hard disk image. > .It Sy keep-bad-images > -Do not throw away images whose write was aborted due to an error. > +Don't throw away images whose write was aborted due to an error. > Documentation style is to not use contractions. (Also, "discard" might be better than "throw away", while you're on this line.) > For debugging purposes. > .It Sy label > Label name of the image. > @@ -372,11 +374,12 @@ The > utility appeared in > .Nx 1.6 . > .Sh AUTHORS > -.An Luke Mewburn Aq Mt lukem@NetBSD.org > -(original program) > -.An Daniel Watt > -.An Walter Deignan > -.An Ryan Gabrys > -.An Alan Perez-Rathke > +.An Luke Mewburn > +.Aq lukem@NetBSD.org > mdoc(7) itself lists An ... Aq ... on the same line; please do not split them like this. -Ben > +(original program), > +.An Daniel Watt , > +.An Walter Deignan , > +.An Ryan Gabrys , > +.An Alan Perez-Rathke , > .An Ram Vedam > (cd9660 support) > _______________________________________________ > svn-src-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-src-all > To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" >