diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-11-11 20:42:55 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-11-11 20:42:55 +0000 |
commit | 33732bf9c9c2eb2f535db82ea5b8faf65fa5cf8b (patch) | |
tree | f8c805976c6c435890b2c71cee93094ee75a663e /usr.bin | |
parent | a3833da005f72a3129123c97e5a532330e21fb26 (diff) |
add some missing Ns; from leon fischer
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/make/make.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index c2d34c2364f..5171e18c2cb 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: make.1,v 1.133 2021/03/08 06:20:50 jsg Exp $ +.\" $OpenBSD: make.1,v 1.134 2021/11/11 20:42:54 jmc Exp $ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" from: @(#)make.1 8.4 (Berkeley) 3/19/94 .\" -.Dd $Mdocdate: March 8 2021 $ +.Dd $Mdocdate: November 11 2021 $ .Dt MAKE 1 .Os .Sh NAME @@ -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 |