diff --git a/qse/cmd/awk/awk.c b/qse/cmd/awk/awk.c index afb739e0..89c29ec4 100644 --- a/qse/cmd/awk/awk.c +++ b/qse/cmd/awk/awk.c @@ -421,7 +421,7 @@ struct opttab_t { QSE_T("ncmponstr"), QSE_AWK_NCMPONSTR, QSE_T("perform numeric comparsion on numeric strings") }, { QSE_T("strictnaming"), QSE_AWK_STRICTNAMING, QSE_T("enable the strict naming rule") }, { QSE_T("include"), QSE_AWK_INCLUDE, QSE_T("enable '@include'") }, - { QSE_T("tolerant"), QSE_AWK_TOLERANT, QSE_T("make more I/O fault-tolerant") }, + { QSE_T("tolerant"), QSE_AWK_TOLERANT, QSE_T("make more fault-tolerant") }, { QSE_T("abort"), QSE_AWK_ABORT, QSE_T("enable 'abort'") }, { QSE_NULL, 0, QSE_NULL } }; diff --git a/qse/doc/page/sed.doc b/qse/doc/page/sed.doc index ceacb557..a4efafe9 100644 --- a/qse/doc/page/sed.doc +++ b/qse/doc/page/sed.doc @@ -3,7 +3,6 @@ @section sed_contents CONTENTS - \ref sed_intro - \ref sed_command -- \ref sed_embed @section sed_intro INTRODUCTION @@ -261,8 +260,7 @@ Replaces all occurrences of characters in @b src with characters in @b dst. - c/selector/opts Selects characters or fields from the pattern space as specified by the @b selector and update the pattern space with the selected text. A selector -is a comma-separated list of selector atoms. A selector atom is one of -the followings: +is a comma-separated list of specifiers. A specifier is one of the followings: