File: 06_283709_dstat.diff

package info (click to toggle)
sleuthkit 2.06-3etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 7,128 kB
  • ctags: 5,133
  • sloc: ansic: 41,406; sh: 14,123; perl: 4,745; cpp: 4,297; makefile: 925; python: 29
file content (32 lines) | stat: -rw-r--r-- 926 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
--- sleuthkit-1.73.orig/man/man1/dstat.1
+++ sleuthkit-1.73/man/man1/dstat.1
@@ -1,16 +1,16 @@
 .\" Process this file with
 .\" groff -man -Tascii foo.1
 .\"
-.TH DSTAT 1 "FEB 2002" "User Manuals"
+.TH DATASTAT 1 "FEB 2002" "User Manuals"
 .SH NAME
-dstat \- Display details of a data structure (i.e. block or sector)
+datastat \- Display details of a data structure (i.e. block or sector)
 .SH SYNOPSIS
-.B dstat [-f
+.B datastat [-f
 .I fstype 
 .B ] [-vV] 
 .I image addr
 .SH DESCRIPTION
-.B dstat
+.B datastat
 displays the allocation status of the given data address.
 
 The options are as follows:
@@ -31,6 +31,7 @@
 .SH "SEE ALSO"
 .BR dd (1),
 .SH HISTORY
-.BR "dstat" " first appeared in " "TASK" " v1.0."
+.BR "datastat" " first appeared in " "TASK" " v1.0 as " "dstat" "."
+It has been renamed to datastat in Debian GNU/Linux because of the Debian package dstat.
 .SH AUTHOR
 Brian Carrier <carrier@sleuthkit.org>