deleted files related to the dropped 'cut' utility
This commit is contained in:
parent
6421da99f4
commit
9bc182de7a
@ -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()
|
|
||||||
*/
|
|
@ -27,7 +27,6 @@ See the subpages for various modules available in this library.
|
|||||||
- @subpage cenc "Character Encoding"
|
- @subpage cenc "Character Encoding"
|
||||||
- @subpage io "I/O Handling"
|
- @subpage io "I/O Handling"
|
||||||
- @subpage awk "AWK Interpreter"
|
- @subpage awk "AWK Interpreter"
|
||||||
- @subpage cut "CUT Text Cutter"
|
|
||||||
- @subpage sed "SED Stream Editor"
|
- @subpage sed "SED Stream Editor"
|
||||||
|
|
||||||
@section installation INSTALLATION
|
@section installation INSTALLATION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user