summaryrefslogtreecommitdiff
path: root/bin/expr/expr.1
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1994-01-11 02:10:48 +0000
committerjtc <jtc@NetBSD.org>1994-01-11 02:10:48 +0000
commite04c8e070546705d19d56e2b45b91127ff06be8f (patch)
tree8c790c4db2c41682401fd078aa3243450bd6b4cf /bin/expr/expr.1
parenta072679039b01b157c7b4b74bb34611efdad89a0 (diff)
Fix spelling errors.
Diffstat (limited to 'bin/expr/expr.1')
-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 a592564f8dd..d32d17915e8 100644
--- a/bin/expr/expr.1
+++ b/bin/expr/expr.1
@@ -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.5 1993/10/04 22:06:59 jtc Exp $
+.\" $Id: expr.1,v 1.6 1994/01/11 02:13:18 jtc 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,
@@ -83,7 +83,7 @@ operator matches
against
.Ar expr2 ,
which must be a regular expression. The regular expression is anchored
-to the begining of the string with an implicit
+to the beginning of the string with an implicit
.Dq ^ .
.Pp
If the match succeeds and the pattern contains at least one regular