From owner-svn-src-head@FreeBSD.ORG Sat Mar 16 23:29:20 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 271957FE for ; Sat, 16 Mar 2013 23:29:20 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id B40F38A7 for ; Sat, 16 Mar 2013 23:29:19 +0000 (UTC) Received: by mail-wg0-f50.google.com with SMTP id es5so4146441wgb.29 for ; Sat, 16 Mar 2013 16:29:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=x+A/esHxCTaQyYJFN1lBxJSKugA34G7hrdcb1Fu87kQ=; b=pd5bukqT9vqPElSntk7SBkpPorH35JfnANtUWtkyNQUQcBaM/OPD6hfcQbGfOdzKr3 vQmIdeRfAhZEkQ+UCSKknv84ntWi5Q7JsPXKqeuc9CxC96vgMEigv4f38LE72+ZqO5if R5eSFpvOqFzFgrBIorHStbiMUjMWdXiD+Fx3U= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:x-gm-message-state; bh=x+A/esHxCTaQyYJFN1lBxJSKugA34G7hrdcb1Fu87kQ=; b=VJcRQml4UqbF1ySXDjeO6b+/+FmBSlRSPzQxVLWRKokZLXDIo9lqnPJy4zJV1TjuER fgO/RB5j1uONFakDaLLMzjEXj+hQPRGQLGIBpFoNt4co0Ly8gty5AIwHnbZxPJGLCLB7 53conV/cmd6eGkVCPKR7spLsLtxv7GP4mq1n38RGtVR7qeCQMkmd/CMK+WSYtzUzwiPK K8h4bOQvgO8rUyykY0Shkotl0aPRpI27n3w9sAajGeen/jIZZj9vfu5x00gUMC+iG9oh RZX/mMegbuRYIvjzTSSpadFaAwEvXJnlrTZeeuhFNCnemqYrsi23Pploh6hihaMIbSt7 x8hg== X-Received: by 10.194.63.240 with SMTP id j16mr17743360wjs.45.1363476558593; Sat, 16 Mar 2013 16:29:18 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.108.106 with HTTP; Sat, 16 Mar 2013 16:28:48 -0700 (PDT) In-Reply-To: <201303162150.r2GLo6uQ020417@svn.freebsd.org> References: <201303162150.r2GLo6uQ020417@svn.freebsd.org> From: Eitan Adler Date: Sat, 16 Mar 2013 19:28:48 -0400 Message-ID: Subject: Re: svn commit: r248384 - head/sbin/gvinum To: Joel Dahl Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQms885JbKOTMoolOFouTwOA+0mVEw1cIcs0533+OFLWQckfmJLiiYg1LIVG2VxH905d1hao Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 16 Mar 2013 23:29:20 -0000 On 16 March 2013 17:50, Joel Dahl wrote: > Author: joel (doc committer) > Date: Sat Mar 16 21:50:06 2013 > New Revision: 248384 > URL: http://svnweb.freebsd.org/changeset/base/248384 > > Log: > Remove reference to vinum(4). The manual page was removed in r248370. The handbook still makes some references to this manual page: ./handbook/disks/chapter.xml: storage. &man.vinum.4; implements the RAID-0, RAID-1 and ./handbook/disks/chapter.xml: information about &man.vinum.4;. ./handbook/disks/chapter.xml: Also, since &man.vinum.4; does not use the Perhaps this document needs further work or is this entirely a mechanical change? -- Eitan Adler