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

Benjamin Kaduk bjkfbsd at gmail.com
Mon Nov 2 16:49:10 UTC 2015


On Mon, Nov 2, 2015 at 1:36 AM, Garrett Cooper <ngie at freebsd.org> 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 at 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 at NetBSD.org
> -(original program)
> -.An Daniel Watt
> -.An Walter Deignan
> -.An Ryan Gabrys
> -.An Alan Perez-Rathke
> +.An Luke Mewburn
> +.Aq lukem at 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 at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-src-all
> To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
>


More information about the svn-src-all mailing list