diff --git a/usr.bin/awk/awk.1 b/usr.bin/awk/awk.1 index 35e704f4769f..ec966d147062 100644 --- a/usr.bin/awk/awk.1 +++ b/usr.bin/awk/awk.1 @@ -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]