svn commit: r359591 - head/sbin/recoverdisk

Mateusz Piotrowski 0mp at FreeBSD.org
Fri Apr 3 13:05:37 UTC 2020


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 4


More information about the svn-src-all mailing list