diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-04-03 13:05:26 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-04-03 13:05:26 +0000 |
commit | b75ab02f577dc403062a426e2efdab6bac3226bc (patch) | |
tree | 7dd7204f7d7b06ef8059291ee3b7bb5d3110feed /sbin/recoverdisk | |
parent | 838f5ac1f9676fb19acb6c759de0d74fa46747fc (diff) | |
download | src-b75ab02f577dc403062a426e2efdab6bac3226bc.tar.gz src-b75ab02f577dc403062a426e2efdab6bac3226bc.zip |
Bump date after recent changes and lint
Notes
Notes:
svn path=/head/; revision=359591
Diffstat (limited to 'sbin/recoverdisk')
-rw-r--r-- | sbin/recoverdisk/recoverdisk.1 | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/sbin/recoverdisk/recoverdisk.1 b/sbin/recoverdisk/recoverdisk.1 index 1df6629480f7..4b838332ec19 100644 --- a/sbin/recoverdisk/recoverdisk.1 +++ b/sbin/recoverdisk/recoverdisk.1 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 1, 2013 +.Dd April 3, 2020 .Dt RECOVERDISK 1 .Os .Sh NAME @@ -72,9 +72,12 @@ The default is 60 and the unit is "progress messages" so if things go well, this is the same as once per minute. .It Fl u Ar pattern By default blocks which encounter read errors will be filled with -the pattern "_UNREAD_" in the output file. This option can be -used to specify another pattern. Nothing gets written if the string -is empty. +the pattern +.Ql _UNREAD_ +in the output file. +This option can be +used to specify another pattern. +Nothing gets written if the string is empty. .It Fl v Enables nicer status report using ANSI escapes and UTF-8. .It Fl w Ar writelist @@ -164,7 +167,7 @@ This is harmless and can be avoided by setting to no more than 128kB. .Pp .Nm -needs to know about read errors as fast as possible, i.e. retries by lower +needs to know about read errors as fast as possible, i.e., retries by lower layers will usually slow down the operation. When using .Xr cam 4 |