mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-15 20:25:17 +03:00
http://www.porcupine.org/forensics/tct.html utility to dump memory contents to standard output
17 lines
766 B
Diff
17 lines
766 B
Diff
Description: fix manpage, changing -d by -s. Thanks to Andrew Kvalheim.
|
|
Author: Joao Eriberto Mota Filho <eriberto@debian.org>
|
|
Bug-Ubuntu: https://launchpad.net/bugs/784353
|
|
Last-Update: 2018-11-27
|
|
Index: memdump/memdump.1
|
|
===================================================================
|
|
--- memdump.orig/memdump.1
|
|
+++ memdump/memdump.1
|
|
@@ -52,7 +52,7 @@ uses the \fIpage_size\fR value.
|
|
.sp
|
|
Warning: a too large read buffer size causes memory to be missed on
|
|
FreeBSD or Solaris.
|
|
-.IP "\fB-d \fIdump-size\fR (default: 0)"
|
|
+.IP "\fB-s \fIdump-size\fR (default: 0)"
|
|
Number of memory bytes to dump. By default, the program runs
|
|
until the memory device reports an end-of-file (Linux), or until
|
|
it has dumped from \fB/dev/mem\fR as much memory as reported present
|