Correct a couple of typos.

This commit is contained in:
fredb 2002-05-15 19:00:32 +00:00
parent 40116f53dd
commit 0a08a9975c

View File

@ -1,4 +1,4 @@
.\" $NetBSD: awk.1,v 1.9 2002/02/08 01:36:19 ross Exp $ .\" $NetBSD: awk.1,v 1.10 2002/05/15 19:00:32 fredb Exp $
.\" .\"
.\" Copyright (C) Lucent Technologies 1997 .\" Copyright (C) Lucent Technologies 1997
.\" All Rights Reserved .\" All Rights Reserved
@ -172,7 +172,7 @@ Grouping
.It Ic $ .It Ic $
Field reference Field reference
.It Ic ++ -- .It Ic ++ --
Inrement and decrement, can be used either as postfix or prefix. Increment and decrement, can be used either as postfix or prefix.
.It Ic ^ .It Ic ^
Exponentiation (the Exponentiation (the
.Ic ** .Ic **
@ -184,7 +184,7 @@ Unary plus, unary minus and logical negation.
.It * / % .It * / %
Multiplication, division and modulus. Multiplication, division and modulus.
.It + - .It + -
Addition and subsctraction. Addition and subtraction.
.It Ar space .It Ar space
String concatenation. String concatenation.
.It Ic \*[Lt] \*[Gt] .It Ic \*[Lt] \*[Gt]