1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Correct name of RAID-5 version

Add URL for Cybernet
This commit is contained in:
Greg Lehey 1998-11-03 07:02:58 +00:00
parent d679319f61
commit 28045e8444
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40851

View File

@ -35,7 +35,7 @@
.\" otherwise) arising in any way out of the use of this software, even if
.\" advised of the possibility of such damage.
.\"
.\" $Id: vinum.4,v 1.4 1998/08/20 02:01:16 grog Exp grog $
.\" $Id: vinum.4,v 1.5 1998/09/29 09:49:46 grog Exp grog $
.\"
.Dd 22 July 1998
.Dt vinum 4
@ -45,7 +45,7 @@
.Nd Logical Volume Manager
.Sh SYNOPSIS
.Cd "modload /lkm/vinum_mod.o"
.Cd "modload /lkm/vinum_mod.raid5.o"
.Cd "modload /lkm/Vinum_mod.o"
.Sh DESCRIPTION
.Nm
is a logical volume manager inspired by, but not derived from, the Veritas
@ -155,14 +155,15 @@ to issue an error message and terminate.
.Nm
is currently available in two versions: a freely available version which does
not contain RAID-5 functionality, and a full version including RAID-5
functionality, which is available from Cybernet Systems Inc.
functionality, which is available from Cybernet Systems
Inc. (\f(CWhttp://www.cybernet.com\fP).
.Sh RUNNING VINUM
The freely available version of the
.Nm
LKM is called
.Pa /lkm/vinum_mod.o ,
and the RAID-5 version is
.Pa /lkm/vinum_mod.raid5.o .
.Pa /lkm/Vinum_mod.o .
To load the module:
.Bd -unfilled -offset indent
# modload /lkm/vinum_mod.o