Hi Michael,

Michael Reed wrote on Tue, Sep 22, 2015 at 04:11:26PM -0400:

> I'm pretty sure the use of Nm was previously wrong,

Indeed.  The .Nm macro is only intended for command names that
occur in the NAME section of the respective manual.

> but let me know if I'm off the mark.
> 
> Index: src/share/man/man5/bsd.port.mk.5
> ===================================================================
> RCS file: /cvs/src/share/man/man5/bsd.port.mk.5,v
> retrieving revision 1.422
> diff -u -p -r1.422 bsd.port.mk.5
> --- src/share/man/man5/bsd.port.mk.5  21 Sep 2015 09:06:33 -0000      1.422
> +++ src/share/man/man5/bsd.port.mk.5  22 Sep 2015 20:01:33 -0000
> @@ -1216,7 +1216,7 @@ If set to
>  every package build will verify that shared libraries are correctly
>  registered.
>  This is essentially the same as running
> -.Nm make Ar lib-depends-check
> +.Cm make lib-depends-check
>  after each package build.
>  Defaults to
>  .Sq \&No ,

Fixed differently, with a .Ql in-line literal display.

> @@ -2567,7 +2567,7 @@ If set to true,
>  .Ar checksum
>  will analyze ${CHECKSUM_FILE}, and try retrieving files with the correct
>  checksum off
> -.Pa ftp.openbsd.org ,
> +.Lk ftp.openbsd.org ,
>  in the directory
>  .Pa /pub/OpenBSD/distfiles/$cipher/$value/$file .
>  .It Ev REORDER_DEPENDENCIES

Committed.

Thanks,
  Ingo

Reply via email to