Wording.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 22 May 2006 17:51:46 +0000 (17:51 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 22 May 2006 17:51:46 +0000 (17:51 +0000)
src/utils/README

index 004478f3eeddb193688d606f9d88d170fbae71a1..f27b6e25d7af7495d3666cf193828399e506fa7d 100644 (file)
@@ -1,6 +1,6 @@
-If your version of Perl predates 5.8.0, then you will need to compile
-setitimer-helper (with `make') and install it in PATH, if you want the
-"pintos" script's timeout support (with -T) to properly limit the
-child's CPU time.  Otherwise, it is unneeded.
+If your version of Perl predates 5.8.0 and you want the "pintos"
+script's timeout support (with -T) to properly limit the child's CPU
+time, then you will need to compile setitimer-helper (with `make') and
+install it in PATH.  Otherwise, setitimer-helper is unneeded.
 
 - Ben