mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 10:43:32 +00:00
Fix up after last commit:
Bump doc date; Kill hard sentence breaks; Fix commas by moving them off their own line.
This commit is contained in:
parent
c9c6feb62c
commit
610c7c3155
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=186506
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user