Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Dec 2008 00:17:41 +0000 (UTC)
From:      Tom Rhodes <trhodes@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r186506 - head/usr.bin/make
Message-ID:  <200812270017.mBR0HfFj054207@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812270017.mBR0HfFj054207>