summaryrefslogtreecommitdiffstats
path: root/sbin/geom
diff options
context:
space:
mode:
authorwblock <wblock@FreeBSD.org>2012-01-09 04:27:32 +0000
committerwblock <wblock@FreeBSD.org>2012-01-09 04:27:32 +0000
commit21407f3295420f716eb5c904f1c466419ae2c916 (patch)
treec054771fc791f29ac7c7ffc878855db0e6bbdf28 /sbin/geom
parent8c8c75b10c56d54274ac6edf8c28f6a0f5879ce4 (diff)
downloadFreeBSD-src-21407f3295420f716eb5c904f1c466419ae2c916.zip
FreeBSD-src-21407f3295420f716eb5c904f1c466419ae2c916.tar.gz
Clarity improvements.
Approved by: gjb (mentor) MFC after: 3 days
Diffstat (limited to 'sbin/geom')
-rw-r--r--sbin/geom/class/part/gpart.816
1 files changed, 8 insertions, 8 deletions
diff --git a/sbin/geom/class/part/gpart.8 b/sbin/geom/class/part/gpart.8
index b915316..87fe7a2 100644
--- a/sbin/geom/class/part/gpart.8
+++ b/sbin/geom/class/part/gpart.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 21, 2011
+.Dd January 8, 2012
.Dt GPART 8
.Os
.Sh NAME
@@ -33,7 +33,7 @@
.Sh SYNOPSIS
To add support for the disk partitioning GEOM class,
place one or more of the following
-lines in your kernel configuration file:
+lines in the kernel configuration file:
.Bd -ragged -offset indent
.Cd "options GEOM_PART_APM"
.Cd "options GEOM_PART_BSD"
@@ -410,13 +410,13 @@ about its use.
.El
.\" ==== RESTORE ====
.It Cm restore
-Restore the partition table from backup previously created by
+Restore the partition table from a backup previously created by the
.Cm backup
-action and given from standard input.
-Only partition table may be restored.
-This action does not affect content of partitions.
-This mean that you should copy your data from backup after restoring
-partition table and write bootcode again if it is needed.
+action and read from standard input.
+Only the partition table is restored.
+This action does not affect the content of partitions.
+After restoring the partition table and writing bootcode if needed,
+user data must be restored from backup.
.Pp
Additional options include:
.Bl -tag -width 10n
OpenPOWER on IntegriCloud