Correct a couple of typos.
This commit is contained in:
parent
40116f53dd
commit
0a08a9975c
@ -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
|
||||
.\" All Rights Reserved
|
||||
@ -172,7 +172,7 @@ Grouping
|
||||
.It Ic $
|
||||
Field reference
|
||||
.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 ^
|
||||
Exponentiation (the
|
||||
.Ic **
|
||||
@ -184,7 +184,7 @@ Unary plus, unary minus and logical negation.
|
||||
.It * / %
|
||||
Multiplication, division and modulus.
|
||||
.It + -
|
||||
Addition and subsctraction.
|
||||
Addition and subtraction.
|
||||
.It Ar space
|
||||
String concatenation.
|
||||
.It Ic \*[Lt] \*[Gt]
|
||||
|
Loading…
Reference in New Issue
Block a user