diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-10 15:02:42 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-10 23:23:45 +0200 |
commit | 975a0c15ea8888a3b4a103d142480ef1ab51bb25 (patch) | |
tree | 445d4b9293c7a8be26aedf793001611a87a7bef0 /gnu/packages | |
parent | fbdabdad2dce03e6fc24cee22b8bf6f068d0e9a1 (diff) | |
download | guix-975a0c15ea8888a3b4a103d142480ef1ab51bb25.tar guix-975a0c15ea8888a3b4a103d142480ef1ab51bb25.tar.gz |
gnu: sedsed: Edit description.
* gnu/packages/admin.scm (sedsed)[description]: Use @command{} instead
of command(n) and do some minor editing.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/admin.scm | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 2d63727bee..bfa1e7e806 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -2503,17 +2503,18 @@ in order to be able to find it. (home-page "https://aurelio.net/projects/sedsed") (synopsis "Sed sed scripts") (description - "@code{sedsed} can debug, indent, tokenize and HTMLize your sed(1) script. + "@code{sedsed} can debug, indent, tokenize and HTMLize your @command{sed} +script. -In debug mode it reads your script and add extra commands to it. When +In debug mode, it reads your script and adds extra commands to it. When executed you can see the data flow between the commands, revealing all the -magic sed does on its internal buffers. +magic sed performs on its internal buffers. -In indent mode your script is reformatted with standard spacing. +In indent mode, your script is reformatted with standard spacing. -In tokenize mode you can see the elements of every command you use. +In tokenize mode, you can see the elements of every command you use. -In HTMLize mode your script is converted to a beautiful colored HTML file, +In HTMLize mode, your script is converted to a beautiful colored HTML file, with all the commands and parameters identified for your viewing pleasure. With sedsed you can master any sed script. No more secrets, no more hidden |