Author: trhodes Date: Sat Dec 27 00:17:41 2008 New Revision: 186506 URL: http://svn.freebsd.org/changeset/base/186506
Log: Fix up after last commit: Bump doc date; Kill hard sentence breaks; Fix commas by moving them off their own line. Modified: head/usr.bin/make/make.1 Modified: head/usr.bin/make/make.1 ============================================================================== --- head/usr.bin/make/make.1 Fri Dec 26 22:55:38 2008 (r186505) +++ head/usr.bin/make/make.1 Sat Dec 27 00:17:41 2008 (r186506) @@ -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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"