From edfb721ac785219e9b881d8ac3a841cef8270a79 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 15 Dec 2010 23:33:49 +0200 Subject: Doc fixes. --- awklib/eg/prog/wc.awk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'awklib/eg/prog/wc.awk') diff --git a/awklib/eg/prog/wc.awk b/awklib/eg/prog/wc.awk index d51b9ff2..95940ae4 100644 --- a/awklib/eg/prog/wc.awk +++ b/awklib/eg/prog/wc.awk @@ -10,10 +10,10 @@ # # Default is to count lines, words, characters # -# Requires getopt and file transition library functions +# Requires getopt() and file transition library functions BEGIN { - # let getopt print a message about + # let getopt() print a message about # invalid options. we ignore them while ((c = getopt(ARGC, ARGV, "lwc")) != -1) { if (c == "l") -- cgit v1.2.3