summaryrefslogtreecommitdiffstats
path: root/bin/expr
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-01-29 22:53:24 +0000
committermpp <mpp@FreeBSD.org>1996-01-29 22:53:24 +0000
commitddfba9f1d055aa2c147d4176510cfc6ea46f2831 (patch)
tree004ca447d96715bf6b47f9cf1483379371709792 /bin/expr
parent0d78e1e9023eeb6c4384791728bdf7efa722e8e3 (diff)
downloadFreeBSD-src-ddfba9f1d055aa2c147d4176510cfc6ea46f2831.zip
FreeBSD-src-ddfba9f1d055aa2c147d4176510cfc6ea46f2831.tar.gz
Fix some spelling errors.
Diffstat (limited to 'bin/expr')
-rw-r--r--bin/expr/expr.110
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/expr/expr.1 b/bin/expr/expr.1
index b2aba80..c1c1d37 100644
--- a/bin/expr/expr.1
+++ b/bin/expr/expr.1
@@ -15,7 +15,7 @@
.\" must display the following acknowledgement:
.\" This product includes software developed by Winning Strategies, Inc.
.\" 4. The name of the author may not be used to endorse or promote products
-.\" derived from this software withough specific prior written permission
+.\" derived from this software without specific prior written permission
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -28,7 +28,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: expr.1,v 1.2 1993/10/04 22:07:27 jtc Exp $
+.\" $Id: expr.1,v 1.3 1994/04/24 01:18:46 jkh Exp $
.\"
.Dd July 3, 1993
.Dt EXPR 1
@@ -51,8 +51,8 @@ All operators are separate arguments to the
utility.
Characters special to the command interpreter must be escaped.
.Pp
-Operators are listed below in order of increasing precidence.
-Operators with equal precidence are grouped within { } symbols.
+Operators are listed below in order of increasing precedence.
+Operators with equal precedence are grouped within { } symbols.
.Bl -tag -width indent
.It Ar expr1 Li | Ar expr2
Returns the evaluation of
@@ -66,7 +66,7 @@ Returns the evaluation of
if neither expression evaluates to an empty string or zero;
otherwise, returns zero.
.It Ar expr1 Li "{=, >, >=, <, <=, !=}" Ar expr2
-Returns the results of integer comparision if both arguments are integers;
+Returns the results of integer comparison if both arguments are integers;
otherwise, returns the results of string comparison using the locale-specific
collation sequence.
The result of each comparison is 1 if the specified relation is true,
OpenPOWER on IntegriCloud