summaryrefslogtreecommitdiffstats
path: root/libraries/liblightgrep
diff options
context:
space:
mode:
author B. Watson2022-03-13 20:39:39 +0100
committer B. Watson2022-03-13 20:39:39 +0100
commit6993679fb5cc103e6845920d66895edd49af9726 (patch)
tree921a79431152d3bd5a590a9746539400cbd3ed59 /libraries/liblightgrep
parent30ac5b7c4de30513d7ec6a9c68923613d78aadab (diff)
downloadslackbuilds-6993679fb5cc103e6845920d66895edd49af9726.tar.gz
libraries/liblightgrep: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/liblightgrep')
-rw-r--r--libraries/liblightgrep/README18
1 files changed, 9 insertions, 9 deletions
diff --git a/libraries/liblightgrep/README b/libraries/liblightgrep/README
index 943b9742c6..21ee0d6e38 100644
--- a/libraries/liblightgrep/README
+++ b/libraries/liblightgrep/README
@@ -1,15 +1,15 @@
-Lightgrep is a new regular expression engine, designed specifically for digital
-forensics. Why another regexp engine?
+Lightgrep is a new regular expression engine, designed specifically
+for digital forensics. Why another regexp engine?
Lightgrep:
- searches for many patterns simultaneously
- searches binary data as a stream, not as discrete lines of text
- - searches for patterns in many different encodings; give it dirty data,
- lightgrep don't care
- - never, ever, ever, never, never looks at a byte twice or backs up in your
- input
+ - searches for patterns in many different encodings; give it dirty
+ data, lightgrep don't care
+ - never, ever, ever, never, never looks at a byte twice or backs up
+ in your input
-Lightgrep is still pretty new and doesn't have all the regexp features you
-might be used to. But it has enough features to be more than a toy, and what
-is supported is well-tested.
+Lightgrep is still pretty new and doesn't have all the regexp features
+you might be used to. But it has enough features to be more than a
+toy, and what is supported is well-tested.