From eb98f6b2ec0199ec0f594b88b6fe7f2e81378d7e Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Thu, 1 Mar 2007 14:26:51 +0000 Subject: [PATCH] *** empty log message *** --- ase/doc/awk-en.man | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ase/doc/awk-en.man b/ase/doc/awk-en.man index e9041b4c..7c17ce9e 100644 --- a/ase/doc/awk-en.man +++ b/ase/doc/awk-en.man @@ -44,14 +44,13 @@ The following code fragment illustrates the basic steps. === Primitive Functions === -ase_awk_open requires a set of primitive functions to be passed. This set include pointers to the system primitive functions for system dependent operation such as memory allocation, string formatting, etc. +ase_awk_open requires that a set of primitive functions be provided by its caller. This set include pointers to the system primitive functions for system dependent operation such as memory allocation, string formatting, etc. === Source IO Handler === ase_awk_srcio_t -The source code is read in with the source input handler provided. -The optional source output handler writes the generated source code. +The source code is read in with the source input handler provided. The optional source output handler writes the generated source code. === External IO Handler ===