Slight markup and grammar fixes.

This commit is contained in:
Ruslan Ermilov 2004-07-07 21:00:57 +00:00
parent 83f46f9e33
commit 0e252c9a1a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131763
5 changed files with 23 additions and 20 deletions

View File

@ -83,7 +83,7 @@ method, no metadata are stored on the devices, so the concatenated
device has to be configured by hand every time it is needed.
The
.Dq automatic
method use on-disk metadata to detect devices.
method uses on-disk metadata to detect devices.
Once devices are labeled, they will be automatically detected and
configured.
.Pp
@ -112,7 +112,7 @@ will be loaded if it is not loaded already.
.It Cm stop
Turn off existing concatenate device by its
.Ar name .
This command doesn't touch on-disk metadata!
This command does not touch on-disk metadata!
.It Cm destroy
Same as
.Cm stop .

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd Jul 2, 2004
.Dd July 2, 2004
.Dt GLABEL 8
.Os
.Sh NAME
@ -69,7 +69,7 @@
The
.Nm
utility is used for GEOM providers labelization.
A label can be setup on a GEOM provider in two ways:
A label can be set up on a GEOM provider in two ways:
.Dq manual
or
.Dq automatic .
@ -85,7 +85,7 @@ the future.
This class also provides volume label detection for file systems.
Those labels cannot be set with
.Nm ,
but must be set with the appropriate file system utility, e.g. for UFS
but must be set with the appropriate file system utility, e.g.\& for UFS
the file system label is set with
.Xr tunefs 8 .
Currently supported file systems are:
@ -123,7 +123,7 @@ The kernel module
.Pa geom_label.ko
will be loaded if it is not loaded already.
.It Cm label
Setup a label
Set up a label
.Ar name
for the given provider.
This is the
@ -135,7 +135,7 @@ will be loaded if it is not loaded already.
.It Cm stop
Turn off the given label by its
.Ar name .
This command doesn't touch on-disk metadata!
This command does not touch on-disk metadata!
.It Cm destroy
Same as
.Cm stop .
@ -161,7 +161,8 @@ Force the removal of the specified labels.
Be more verbose.
.El
.Sh EXAMPLES
The following example shows how to setup a label for disk da2,
The following example shows how to set up a label for disk
.Dq Li da2 ,
create a file system on it, and mount it:
.Bd -literal -offset indent
glabel label -v usr /dev/da2
@ -173,7 +174,7 @@ glabel stop usr
glabel unload
.Ed
.Pp
The next example shows how to setup a label for a UFS file system:
The next example shows how to set up a label for a UFS file system:
.Bd -literal -offset indent
tunefs -L data /dev/da4s1a
mount /dev/ufs/data /mnt/data

View File

@ -70,14 +70,15 @@ The first argument to
indicates an action to be performed:
.Bl -tag -width ".Cm configure"
.It Cm create
Setup a transparent provider on the given devices.
Set up a transparent provider on the given devices.
If operation succeded, new provider should appear with name
.Pa /dev/<dev>.nop .
.Pa /dev/ Ns Ao Ar dev Ac Ns Pa .nop .
The kernel module
.Pa geom_nop.ko
will be loaded if it is not loaded already.
.It Cm configure
Configure existing transparent provider. At the moment it is only used
Configure existing transparent provider.
At the moment it is only used
for changing failure probability.
The kernel module
.Pa geom_nop.ko

View File

@ -85,7 +85,7 @@ method, no metadata are stored on the devices, so the striped
device has to be configured by hand every time it is needed.
The
.Dq automatic
method use on-disk metadata to detect devices.
method uses on-disk metadata to detect devices.
Once devices are labeled, they will be automatically detected and
configured.
.Pp
@ -94,7 +94,7 @@ The first argument to
indicates an action to be performed:
.Bl -tag -width ".Cm destroy"
.It Cm create
Setup a striped device from the given devices with specified
Set up a striped device from the given devices with specified
.Ar name .
This is the
.Dq manual
@ -103,7 +103,7 @@ The kernel module
.Pa geom_stripe.ko
will be loaded if it is not loaded already.
.It Cm label
Setup a striped device from the given devices with the specified
Set up a striped device from the given devices with the specified
.Ar name .
This is the
.Dq automatic
@ -114,7 +114,7 @@ will be loaded if it is not loaded already.
.It Cm stop
Turn off existing striped device by its
.Ar name .
This command doesn't touch on-disk metadata!
This command does not touch on-disk metadata!
.It Cm destroy
Same as
.Cm stop .
@ -142,7 +142,7 @@ Specifies size of stripe block.
Be more verbose.
.El
.Sh EXAMPLES
The following example shows how to setup striped device from four disks
The following example shows how to set up striped device from four disks
for automatic configuration, create a file system on it, and mount it:
.Bd -literal -offset indent
gstripe label -v -s 65536 data /dev/da0 /dev/da1 /dev/da2 /dev/da3

View File

@ -55,9 +55,9 @@ Print detailed information (within the given class) about all providers
This command is only available if the given class exists in the kernel.
.It Cm load
Load the kernel module that implements the given class.
This command is only available if the class doesn't yet exist in the kernel and
This command is only available if the class does not yet exist in the kernel and
the file
.Pa geom_<class>.ko
.Pa geom_ Ns Ao Ar class Ac Ns Pa .ko
can be found in one of the directories specifed in
.Va kern.module_path
sysctl.
@ -75,10 +75,11 @@ directory and are loaded via
function when the class name is known.
When a class-specific shared library exists, a direct utility should also be
available under the name of
.Nm g<class> .
.Nm g Ns Ar class .
.Pp
Currently available classes which are aware of
.Xr geom 8 :
.Pp
.Bl -bullet -offset indent -compact
.It
CONCAT