Date: Sat, 20 Aug 2011 15:22:47 +0000 From: oleksandr@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r225304 - soc2011/oleksandr/oleksandr-head/head/share/man/man9 Message-ID: <20110820152247.5556D106564A@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: oleksandr Date: Sat Aug 20 15:22:47 2011 New Revision: 225304 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=225304 Log: Review man for devstat(9) Modified: soc2011/oleksandr/oleksandr-head/head/share/man/man9/devstat.9 Modified: soc2011/oleksandr/oleksandr-head/head/share/man/man9/devstat.9 ============================================================================== --- soc2011/oleksandr/oleksandr-head/head/share/man/man9/devstat.9 Sat Aug 20 14:21:32 2011 (r225303) +++ soc2011/oleksandr/oleksandr-head/head/share/man/man9/devstat.9 Sat Aug 20 15:22:47 2011 (r225304) @@ -396,11 +396,11 @@ DEVSTAT_ERROR_READ_ERROR = 0x004, DEVSTAT_ERROR_WRITE_ERROR = 0x008, DEVSTAT_ERROR_OTHER_ERROR = 0x010, - DEVSTAT_ERROR_RECOVERABLE = 0x020, + DEVSTAT_ERROR_RECOVERED_ERROR = 0x020, DEVSTAT_ERROR_NOT_READY = 0x040, - DEVSTAT_ERROR_MEDIA_ERROR = 0x080, - DEVSTAT_ERROR_HARDWARE = 0x100, - DEVSTAT_ERROR_ILLEGAL_REQ = 0x200, + DEVSTAT_ERROR_MEDIUM_ERROR = 0x080, + DEVSTAT_ERROR_HARDWARE_ERROR = 0x100, + DEVSTAT_ERROR_ILLEGAL_REQUEST = 0x200, DEVSTAT_ERROR_UNIT_ATTENTION = 0x400, DEVSTAT_ERROR_ABORTED_COMMAND = 0x800 } devstat_error_flags; @@ -408,7 +408,7 @@ .Pp The number of disk errors recorded into the field of the structure .Nm devstat_device_error. -It looks: +This structure looks like: .Bd -literal -offset indent typedef enum { int retriable; @@ -416,11 +416,11 @@ int read_error; int write_error; int other_error; - int recoverable; + int recovered; int not_ready; - int media_error; + int medium_error; int hardware; - int illegal_req; + int illegal_request; int unit_attention; int aborted_command; } devstat_device_error;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110820152247.5556D106564A>