summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2008-12-27 00:17:41 +0000
committertrhodes <trhodes@FreeBSD.org>2008-12-27 00:17:41 +0000
commita83406ae2e355dade6f31bbd0874fbf4d7100323 (patch)
treed469c146b448f9b48d3ebf88821d9f3f169de623 /usr.bin
parentf18ef1805e675d2dad4785cccc40c457cef00dab (diff)
downloadFreeBSD-src-a83406ae2e355dade6f31bbd0874fbf4d7100323.zip
FreeBSD-src-a83406ae2e355dade6f31bbd0874fbf4d7100323.tar.gz
Fix up after last commit:
Bump doc date; Kill hard sentence breaks; Fix commas by moving them off their own line.
Diffstat (limited to 'usr.bin')
-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 6333509..cd9d913 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
OpenPOWER on IntegriCloud