aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2008-12-27 00:17:41 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2008-12-27 00:17:41 +0000
commit610c7c3155c5cd57d671da2c348ac5d2bde9b30c (patch)
treed469c146b448f9b48d3ebf88821d9f3f169de623 /usr.bin/make
parentc9c6feb62c1f3664db9e501e31d47b6ead6bd3cc (diff)
Notes
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/make.111
1 files changed, 5 insertions, 6 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1
index 6333509c047c..cd9d913da83c 100644
--- a/usr.bin/make/make.1
+++ b/usr.bin/make/make.1
@@ -32,7 +32,7 @@
.\" @(#)make.1 8.8 (Berkeley) 6/13/95
.\" $FreeBSD$
.\"
-.Dd March 24, 2008
+.Dd December 26, 2008
.Dt MAKE 1
.Os
.Sh NAME
@@ -1146,10 +1146,8 @@ or
.Sq Ic !=
operators, whereas numeric values (both integer and floating point)
can also be compared using the
-.Sq Ic >
-,
-.Sq Ic >=
-,
+.Sq Ic > ,
+.Sq Ic >= ,
.Sq Ic <
and
.Sq Ic <=
@@ -1157,7 +1155,8 @@ operators.
.Pp
If no relational operator (and right-hand value) are given, an implicit
.Sq Ic != 0
-is used. However be very careful in using this feature especially
+is used.
+However be very careful in using this feature especially
when the left-hand side variable expansion returns a string.
.Pp
When