From owner-cvs-src-old@FreeBSD.ORG Fri Apr 10 10:12:17 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D735E1065763 for ; Fri, 10 Apr 2009 10:12:17 +0000 (UTC) (envelope-from lulf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A981F8FC0C for ; Fri, 10 Apr 2009 10:12:17 +0000 (UTC) (envelope-from lulf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n3AACH3c007094 for ; Fri, 10 Apr 2009 10:12:17 GMT (envelope-from lulf@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n3AACHd5007093 for cvs-src-old@freebsd.org; Fri, 10 Apr 2009 10:12:17 GMT (envelope-from lulf@repoman.freebsd.org) Message-Id: <200904101012.n3AACHd5007093@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to lulf@repoman.freebsd.org using -f From: Ulf Lilleengen Date: Fri, 10 Apr 2009 10:12:09 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/gvinum gvinum.8 gvinum.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Apr 2009 10:12:18 -0000 lulf 2009-04-10 10:12:09 UTC FreeBSD src repository Modified files: sbin/gvinum gvinum.8 gvinum.c Log: SVN rev 190884 on 2009-04-10 10:12:09Z by lulf - Implement the grow command to make it easier for users to extend plexes without having to understand all gvinum internals. - Document the grow command in the manpage and update examples to use the command where possible. Revision Changes Path 1.6 +9 -7 src/sbin/gvinum/gvinum.8 1.12 +86 -0 src/sbin/gvinum/gvinum.c