From owner-svn-soc-all@FreeBSD.ORG Wed Sep 7 13:46:39 2011 Return-Path: Delivered-To: svn-soc-all@FreeBSD.org Received: from socsvn.FreeBSD.org (unknown [IPv6:2001:4f8:fff6::2f]) by hub.freebsd.org (Postfix) with SMTP id D4DDD1065670 for ; Wed, 7 Sep 2011 13:46:36 +0000 (UTC) (envelope-from oleksandr@FreeBSD.org) Received: by socsvn.FreeBSD.org (sSMTP sendmail emulation); Wed, 07 Sep 2011 13:46:36 +0000 Date: Wed, 07 Sep 2011 13:46:36 +0000 From: oleksandr@FreeBSD.org To: svn-soc-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <20110907134636.D4DDD1065670@hub.freebsd.org> Cc: Subject: socsvn commit: r225712 - soc2011/oleksandr/oleksandr-head/head/share/man/man9 X-BeenThere: svn-soc-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the entire Summer of Code repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2011 13:46:39 -0000 Author: oleksandr Date: Wed Sep 7 13:46:36 2011 New Revision: 225712 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=225712 Log: Edit code 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 Wed Sep 7 13:44:57 2011 (r225711) +++ soc2011/oleksandr/oleksandr-head/head/share/man/man9/devstat.9 Wed Sep 7 13:46:36 2011 (r225712) @@ -396,13 +396,13 @@ DEVSTAT_ERROR_READ_ERROR = 0x004, DEVSTAT_ERROR_WRITE_ERROR = 0x008, DEVSTAT_ERROR_OTHER_ERROR = 0x010, - DEVSTAT_ERROR_RECOVERED_ERROR = 0x020, - DEVSTAT_ERROR_NOT_READY = 0x040, - 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_RECOVERED_ERROR = 0x020, + DEVSTAT_ERROR_NOT_READY = 0x040, + 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; .Ed .Pp