Date: Sun, 17 Jan 2010 08:12:28 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r202458 - head/lib/libgeom Message-ID: <201001170812.o0H8CSx9058202@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: delphij Date: Sun Jan 17 08:12:28 2010 New Revision: 202458 URL: http://svn.freebsd.org/changeset/base/202458 Log: Correct a typo (when we talk about offset, it should be offset, not size). Submitted by: pluknet at gmail com Modified: head/lib/libgeom/libgeom.3 Modified: head/lib/libgeom/libgeom.3 ============================================================================== --- head/lib/libgeom/libgeom.3 Sun Jan 17 08:10:37 2010 (r202457) +++ head/lib/libgeom/libgeom.3 Sun Jan 17 08:12:28 2010 (r202458) @@ -304,7 +304,7 @@ function returns sector size of the give .Pp The .Fn g_stripeoffset -function returns stripe size of the given provider. +function returns stripe offset of the given provider. .Pp The .Fn g_stripesize
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001170812.o0H8CSx9058202>