From owner-svn-src-head@FreeBSD.ORG Wed Jun 27 01:44:49 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72F9D106566C; Wed, 27 Jun 2012 01:44:49 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5C0F88FC0A; Wed, 27 Jun 2012 01:44:49 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q5R1inl1074279; Wed, 27 Jun 2012 01:44:49 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q5R1inn7074277; Wed, 27 Jun 2012 01:44:49 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201206270144.q5R1inn7074277@svn.freebsd.org> From: Warren Block Date: Wed, 27 Jun 2012 01:44:49 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r237620 - head/sbin/geom/class/raid X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jun 2012 01:44:49 -0000 Author: wblock (doc committer) Date: Wed Jun 27 01:44:48 2012 New Revision: 237620 URL: http://svn.freebsd.org/changeset/base/237620 Log: Use possessive "its", no apostrophe. MFC after: 1 day Modified: head/sbin/geom/class/raid/graid.8 Modified: head/sbin/geom/class/raid/graid.8 ============================================================================== --- head/sbin/geom/class/raid/graid.8 Wed Jun 27 01:13:37 2012 (r237619) +++ head/sbin/geom/class/raid/graid.8 Wed Jun 27 01:44:48 2012 (r237620) @@ -85,7 +85,7 @@ utility is used to manage software RAID GEOM RAID class. GEOM RAID class uses on-disk metadata to provide access to software-RAID volumes defined by different RAID BIOSes. -Depending on RAID BIOS type and it's metadata format, different subsets of +Depending on RAID BIOS type and its metadata format, different subsets of configurations and features are supported. To allow booting from RAID volume, the metadata format should match the RAID BIOS type and its capabilities.