Date: Fri, 3 Apr 2020 13:05:26 +0000 (UTC) From: Mateusz Piotrowski <0mp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r359591 - head/sbin/recoverdisk Message-ID: <202004031305.033D5Q8H068416@repo.freebsd.org>
index | next in thread | raw e-mail
Author: 0mp (doc,ports committer) Date: Fri Apr 3 13:05:26 2020 New Revision: 359591 URL: https://svnweb.freebsd.org/changeset/base/359591 Log: Bump date after recent changes and lint Modified: head/sbin/recoverdisk/recoverdisk.1 Modified: head/sbin/recoverdisk/recoverdisk.1 ============================================================================== --- head/sbin/recoverdisk/recoverdisk.1 Fri Apr 3 05:11:16 2020 (r359590) +++ head/sbin/recoverdisk/recoverdisk.1 Fri Apr 3 13:05:26 2020 (r359591) @@ -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" 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 4help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004031305.033D5Q8H068416>
