Deleted Added
full compact
gpart.8 (266809) gpart.8 (268091)
1.\" Copyright (c) 2007, 2008 Marcel Moolenaar
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 2007, 2008 Marcel Moolenaar
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: stable/10/sbin/geom/class/part/gpart.8 266809 2014-05-28 15:02:42Z marck $
25.\" $FreeBSD: stable/10/sbin/geom/class/part/gpart.8 268091 2014-07-01 13:29:17Z ae $
26.\"
26.\"
27.Dd April 2, 2014
27.Dd June 11, 2014
28.Dt GPART 8
29.Os
30.Sh NAME
31.Nm gpart
32.Nd "control utility for the disk partitioning GEOM class"
33.Sh SYNOPSIS
34.\" ==== ADD ====
35.Nm

--- 450 unchanged lines hidden (view full) ---

486Partition editing tools from other operating systems often do not
487understand the bare disklabel partition layout, so this is sometimes
488called
489.Dq dangerously dedicated .
490.Pc
491Requires the
492.Cm GEOM_PART_BSD
493kernel option.
28.Dt GPART 8
29.Os
30.Sh NAME
31.Nm gpart
32.Nd "control utility for the disk partitioning GEOM class"
33.Sh SYNOPSIS
34.\" ==== ADD ====
35.Nm

--- 450 unchanged lines hidden (view full) ---

486Partition editing tools from other operating systems often do not
487understand the bare disklabel partition layout, so this is sometimes
488called
489.Dq dangerously dedicated .
490.Pc
491Requires the
492.Cm GEOM_PART_BSD
493kernel option.
494.It Cm BSD64
49564-bit implementation of BSD disklabel used in DragonFlyBSD to subdivide MBR
496or GPT partitions.
497Requires the
498.Cm GEOM_PART_BSD64
499kernel option.
494.It Cm LDM
495The Logical Disk Manager is an implementation of volume manager for
496Microsoft Windows NT.
497Requires the
498.Cd GEOM_PART_LDM
499kernel option.
500.It Cm GPT
501GUID Partition Table is used on Intel-based Macintosh computers and

--- 623 unchanged lines hidden ---
500.It Cm LDM
501The Logical Disk Manager is an implementation of volume manager for
502Microsoft Windows NT.
503Requires the
504.Cd GEOM_PART_LDM
505kernel option.
506.It Cm GPT
507GUID Partition Table is used on Intel-based Macintosh computers and

--- 623 unchanged lines hidden ---