deleted files related to the dropped 'cut' utility

This commit is contained in:
hyung-hwan 2012-08-19 14:26:41 +00:00
parent 6421da99f4
commit 9bc182de7a
2 changed files with 0 additions and 29 deletions

View File

@ -1,28 +0,0 @@
/** @page cut TEXT CUTTER
@section cut_contents CONTENTS
- \ref cut_intro
- \ref cut_howtouse
@section cut_intro INTRODUCTION
Most of unix platforms offer a text utility with which you can remove
or extract selected subtext. This library contains data types and functions
that can help you embed such text manipulation functionality into your
applications.
@section cut_howtouse HOW TO USE
See the following key functions.
- qse_cut_open()
- qse_cut_comp()
- qse_cut_exec()
- qse_cut_close()
Also see helper functions for easier use.
- qse_cut_openstd()
- qse_cut_compstd()
- qse_cut_execstd()
*/

View File

@ -27,7 +27,6 @@ See the subpages for various modules available in this library.
- @subpage cenc "Character Encoding"
- @subpage io "I/O Handling"
- @subpage awk "AWK Interpreter"
- @subpage cut "CUT Text Cutter"
- @subpage sed "SED Stream Editor"
@section installation INSTALLATION