changeset 2369:101e8f10917f

* fixed a typo (thanks to anka)
author rotor <rotor>
date Thu, 01 Feb 2007 00:53:52 +0000
parents 07cf299e4e01
children a7c5f3906682
files progs/minccalc/minccalc.man1
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/progs/minccalc/minccalc.man1
+++ b/progs/minccalc/minccalc.man1
@@ -1,6 +1,6 @@
 .\"                                      Hey, EMACS: -*- nroff -*-
 .\" Copyright 2000 Andrew Janke
-.TH MINCCALC 1 "$Date: 2004-05-20 21:52:07 $" "" "MINC User's Guide"
+.TH MINCCALC 1 "$Date: 2007-02-01 00:53:52 $" "" "MINC User's Guide"
 
 .SH NAME
 minccalc - perform complex math operations on minc files
@@ -186,9 +186,9 @@
 whose name starts with a lowercase letter.
 
 Besides normal scalar operators such as +, -, * and /, the expression
-language also supports the infix exponentiation operator ^ and the
-usual boolean operators <, <=, >, >=, ==, != as well as && (and), ||
-(or) and ! (not). Note that the && and || boolean operators always
+language also supports the infix exponentiation operator ^ , the
+usual relational operators <, <=, >, >=, ==, != as well as the boolean operators
+&& (and), || (or) and ! (not). Note that the && and || boolean operators always
 evaluate both operands, unlike C. Scalar mathematical functions include
 \fBabs\fR, \fBsqrt\fR, \fBexp\fR, \fBlog\fR, \fBsin\fR, \fBcos\fR, \fBtan\fR,
 \fBasin\fR, \fBacos\fR and \fBatan\fR. There are also some specialized