interim commit
This commit is contained in:
parent
ca2bb6155a
commit
769e4ec9b1
@ -65,7 +65,7 @@ applied to every @b step'th line starting from the line @b start.
|
|||||||
|
|
||||||
Here is the summary of the commands.
|
Here is the summary of the commands.
|
||||||
|
|
||||||
- <b># comment text</b>
|
- <b># comment</b>
|
||||||
The text beginning from # to the line end is ignored; # in a line following
|
The text beginning from # to the line end is ignored; # in a line following
|
||||||
<b>a \\</b>, <b>i \\</b>, and <b>c \\</b> is treated literally and does not
|
<b>a \\</b>, <b>i \\</b>, and <b>c \\</b> is treated literally and does not
|
||||||
introduce a comment.
|
introduce a comment.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* $Id: sed.h 191 2009-06-07 13:09:14Z hyunghwan.chung $
|
* $Id: sed.h 192 2009-06-07 13:33:07Z hyunghwan.chung $
|
||||||
*
|
*
|
||||||
Copyright 2006-2009 Chung, Hyung-Hwan.
|
Copyright 2006-2009 Chung, Hyung-Hwan.
|
||||||
|
|
||||||
@ -37,6 +37,8 @@
|
|||||||
*
|
*
|
||||||
* @example sed01.c
|
* @example sed01.c
|
||||||
* This example shows how to embed a basic stream editor.
|
* This example shows how to embed a basic stream editor.
|
||||||
|
*
|
||||||
|
* @todo enhance execution of the l command.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** @class qse_sed_t
|
/** @class qse_sed_t
|
||||||
|
Loading…
Reference in New Issue
Block a user