On Thu, Nov 11, 2021 at 06:25:46PM +0100, Leon Fischer wrote:
> Some keywords in make(1)'s list of conditionals have extra spaces:
> 
>      .ifmake [!]target [operator target ...]
>              Test the target being built.
> 
>      .ifnmake [!] target [operator target ...]
>              Test the target being built.
> 

fixed, thanks.
jmc

> Index: make.1
> ===================================================================
> RCS file: /cvs/src/usr.bin/make/make.1,v
> retrieving revision 1.133
> diff -u -p -r1.133 make.1
> --- make.1    8 Mar 2021 06:20:50 -0000       1.133
> +++ make.1    11 Nov 2021 17:22:18 -0000
> @@ -1082,7 +1082,7 @@ Test the value of a variable.
>  Test the target being built.
>  .It Xo
>  .Ic .ifnmake
> -.Oo \&! Oc Ar target
> +.Oo \&! Oc Ns Ar target
>  .Op Ar operator target ...
>  .Xc
>  Test the target being built.
> @@ -1090,7 +1090,7 @@ Test the target being built.
>  Reverse the sense of the last conditional.
>  .It Xo
>  .Ic .elif
> -.Oo \&! Oc Ar expression
> +.Oo \&! Oc Ns Ar expression
>  .Op Ar operator expression ...
>  .Xc
>  A combination of
> 

Reply via email to