aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.1
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-09-24 22:18:03 +0300
committerArnold D. Robbins <arnold@skeeve.com>2011-09-24 22:18:03 +0300
commit8dbfb49319c538b0682d4dbcc977ba5b811b86b0 (patch)
tree3c44d7a0588390e7e2ed15d863d671f3d7abab59 /doc/gawk.1
parent997dbc7f520c811e4c5325b9536f72cb454560cc (diff)
downloadegawk-8dbfb49319c538b0682d4dbcc977ba5b811b86b0.tar.gz
egawk-8dbfb49319c538b0682d4dbcc977ba5b811b86b0.tar.bz2
egawk-8dbfb49319c538b0682d4dbcc977ba5b811b86b0.zip
Minor spelling and doc fixes.
Diffstat (limited to 'doc/gawk.1')
-rw-r--r--doc/gawk.14
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gawk.1 b/doc/gawk.1
index 24d7d2d5..205eb389 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -2491,7 +2491,7 @@ source array
.I s
unchanged. The optional string
.I how
-controls the direction and the comparsion mode.
+controls the direction and the comparison mode.
Valid values for
.I how
are
@@ -3775,7 +3775,7 @@ Concatenate and line number (a variation on a theme):
Run an external command for particular lines of data:
.ft B
- tail -f access_log |
+ tail \-f access_log |
awk '/myhome.html/ { system("nmap " $1 ">> logdir/myhome.html") }'
.ft R
.fi