summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-14 12:49:42 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-17 12:38:12 -0400
commit6d5bf7a56bd4273408af241149f7f1d4cd4243c3 (patch)
treeaea45d571c1737fc5b3304163acbc297132d00c5
parenteae5a382128481075462a5b26a0798cc78f89a20 (diff)
downloadslackbuilds-6d5bf7a56bd4273408af241149f7f1d4cd4243c3.tar.gz
slackbuilds-6d5bf7a56bd4273408af241149f7f1d4cd4243c3.tar.xz
system/scanmem: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r--system/scanmem/README9
1 files changed, 5 insertions, 4 deletions
diff --git a/system/scanmem/README b/system/scanmem/README
index 3a5f2cfafd..70be1b4f47 100644
--- a/system/scanmem/README
+++ b/system/scanmem/README
@@ -1,6 +1,7 @@
-scanmem is a debugging utility designed to isolate the address of an arbitrary
-variable in an executing process. scanmem simply needs to be told the pid of
-the process, and the value of the variable at several different times.
+scanmem is a debugging utility designed to isolate the address of an
+arbitrary variable in an executing process. scanmem simply needs to be
+told the pid of the process, and the value of the variable at several
+different times.
After several scans of the process, scanmem isolates the position of the
-variable and allows you to modify it's value.
+variable and allows you to modify its value.