From 8dbfb49319c538b0682d4dbcc977ba5b811b86b0 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sat, 24 Sep 2011 22:18:03 +0300 Subject: Minor spelling and doc fixes. --- doc/gawk.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/gawk.1') 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 -- cgit v1.2.3