Hi Mateusz,

On Thu, Oct 15, 2020 at 02:17:45PM +0000, Mateusz Piotrowski wrote:
> Author: 0mp (doc,ports committer)
> Date: Thu Oct 15 14:17:45 2020
> New Revision: 366725
> URL: https://svnweb.freebsd.org/changeset/base/366725
> 
> Log:
>   Fix formatting of SYNOPSIS
>   
>   There was an unnecessary newline being added before Nm.
>   
>   MFC after:  3 days
> 
> Modified:
>   head/lib/geom/eli/geli.8
> 
> Modified: head/lib/geom/eli/geli.8
> ==============================================================================
> --- head/lib/geom/eli/geli.8  Thu Oct 15 13:47:52 2020        (r366724)
> +++ head/lib/geom/eli/geli.8  Thu Oct 15 14:17:45 2020        (r366725)
> @@ -24,7 +24,7 @@
>  .\"
>  .\" $FreeBSD$
>  .\"
> -.Dd July 22, 2020
> +.Dd October 15, 2020
>  .Dt GELI 8
>  .Os
>  .Sh NAME
> @@ -45,8 +45,7 @@ to your
>  geom_eli_load="YES"
>  .Ed
>  .Pp
> -Usage of the
> -.Nm
> +.No Usage of the Nm
>  utility:
>  .Pp
>  .Nm

The formatting of the SYNOPSIS was correct before this change. It's a common 
practice
in man pages to use

The
.Nm
utility
...

Your change is looking somewhat strange, since ".No Usage of the Nm" reads like 
the
man page would renders "Nm", since it is not used as macro.

A .Dd bump is also not necessary since no user visible changes were made to the 
man page.

-- Gordon
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to