Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/awk Correct a couple of typos.
details: https://anonhg.NetBSD.org/src/rev/11003ae6ac5f
branches: trunk
changeset: 527013:11003ae6ac5f
user: fredb <fredb%NetBSD.org@localhost>
date: Wed May 15 19:00:32 2002 +0000
description:
Correct a couple of typos.
diffstat:
usr.bin/awk/awk.1 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 975c35271422 -r 11003ae6ac5f usr.bin/awk/awk.1
--- a/usr.bin/awk/awk.1 Wed May 15 18:39:47 2002 +0000
+++ b/usr.bin/awk/awk.1 Wed May 15 19:00:32 2002 +0000
@@ -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 @@
.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 @@
.It * / %
Multiplication, division and modulus.
.It + -
-Addition and subsctraction.
+Addition and subtraction.
.It Ar space
String concatenation.
.It Ic \*[Lt] \*[Gt]
Home |
Main Index |
Thread Index |
Old Index