[-]
[+]
|
Changed |
diskscan.changes
|
|
[-]
[+]
|
Changed |
diskscan.spec
^
|
|
[-]
[+]
|
Changed |
diskscan-0.11.tar.gz/Documentation/diskscan.md
^
|
@@ -9,12 +9,12 @@
# SYNOPSIS
-diskscan [options...] block_device
+`diskscan` [options...] *block_device*
# DESCRIPTION
-diskscan is intended to check a disk and find any bad sectors already present
+`diskscan` is intended to check a disk and find any bad sectors already present
and assess it for any possible sectors that are in the process of going bad.
The operation is all read-only and can cause no direct damage to the data on
the disk.
@@ -57,14 +57,15 @@
# OPTIONS
--v, --verbose
-: display verbose information from the workings of the scan
- use multiple times for increased verbosity.
-
--f, --fix
-: Attempt to fix areas that are nearing failure. This should only be
- attempted on an unmounted block device and never on an inuse filesystem or
- corruption is likely.
+`-v`, `--verbose`
+ display verbose information from the workings of the scan
+ use multiple times for increased verbosity.
+
+`-f`, `--fix`
+ Attempt to fix areas that are nearing failure. This should only be
+ attempted on an unmounted block device and never on an inuse filesystem or
+ corruption is likely.
+
# SEE ALSO
|
[-]
[+]
|
Changed |
diskscan-0.11.tar.gz/Makefile
^
|
@@ -5,7 +5,7 @@
./do clean
install:
- ./do install
+ ./do all install
distclean:
./do clean
|
[-]
[+]
|
Changed |
diskscan-0.11.tar.gz/version/gitvars.pre
^
|
@@ -1,3 +1,3 @@
-37c48c33f78b8b0290279c7c5db787433431b315
- (HEAD, tag: diskscan-0.10, master)
-2013-09-28 22:55:13 +0300
+162ed02f33f97b375ea9f27dda878bf5cfb249e0
+ (tag: diskscan-0.11)
+2013-09-29 22:50:54 +0300
|