From owner-svn-doc-all@FreeBSD.ORG Wed Feb 25 19:01:27 2015
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
(No client certificate requested)
by hub.freebsd.org (Postfix) with ESMTPS id DCC5B3E2;
Wed, 25 Feb 2015 19:01:27 +0000 (UTC)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(Client did not present a certificate)
by mx1.freebsd.org (Postfix) with ESMTPS id C736E6CC;
Wed, 25 Feb 2015 19:01:27 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1PJ1RXg068939;
Wed, 25 Feb 2015 19:01:27 GMT (envelope-from wblock@FreeBSD.org)
Received: (from wblock@localhost)
by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1PJ1R1L068937;
Wed, 25 Feb 2015 19:01:27 GMT (envelope-from wblock@FreeBSD.org)
Message-Id: <201502251901.t1PJ1R1L068937@svn.freebsd.org>
X-Authentication-Warning: svn.freebsd.org: wblock set sender to
wblock@FreeBSD.org using -f
From: Warren Block
Date: Wed, 25 Feb 2015 19:01:27 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r46293 - in head/en_US.ISO8859-1: articles htdocs/docs
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Wed, 25 Feb 2015 19:01:28 -0000
Author: wblock
Date: Wed Feb 25 19:01:26 2015
New Revision: 46293
URL: https://svnweb.freebsd.org/changeset/doc/46293
Log:
Restore the Handbook vinum chapter into a new separate article.
Added:
- copied from r41710, head/share/images/books/handbook/vinum/
Directory Properties:
head/share/images/articles/vinum/ (props changed)
Modified:
head/en_US.ISO8859-1/articles/Makefile
head/en_US.ISO8859-1/htdocs/docs/books.xml
Modified: head/en_US.ISO8859-1/articles/Makefile
==============================================================================
--- head/en_US.ISO8859-1/articles/Makefile Wed Feb 25 17:01:16 2015 (r46292)
+++ head/en_US.ISO8859-1/articles/Makefile Wed Feb 25 19:01:26 2015 (r46293)
@@ -42,6 +42,7 @@ SUBDIR+= releng-packages
SUBDIR+= remote-install
SUBDIR+= serial-uart
SUBDIR+= solid-state
+SUBDIR+= vinum
SUBDIR+= vm-design
SUBDIR+= wp-toolbox
Modified: head/en_US.ISO8859-1/htdocs/docs/books.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/docs/books.xml Wed Feb 25 17:01:16 2015 (r46292)
+++ head/en_US.ISO8859-1/htdocs/docs/books.xml Wed Feb 25 19:01:26 2015 (r46293)
@@ -310,6 +310,10 @@
Solid State Devices (solid-state)
The use of solid state disk devices in FreeBSD.
+ The vinum Volume
+ Manager (vinum)
+ Using gvinum to create RAID arrays.
+
Design elements
of the FreeBSD VM system (vm-design)
An easy to follow description of the design of the FreeBSD