Deleted Added
sdiff udiff text old ( 143576 ) new ( 148978 )
full compact
1.\" Copyright (c) 2004-2005 Pawel Jakub Dawidek <pjd@FreeBSD.org>
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: head/sbin/geom/class/label/glabel.8 148978 2005-08-12 00:27:45Z pjd $
26.\"
27.Dd July 2, 2004
28.Dt GLABEL 8
29.Os
30.Sh NAME
31.Nm glabel
32.Nd "disk labelization control utility"
33.Sh SYNOPSIS

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

97UFS2 (directory
98.Pa /dev/ufs/ ) .
99.It
100MSDOSFS (FAT12, FAT16, FAT32) (directory
101.Pa /dev/msdosfs/ ) .
102.It
103CD ISO9660 (directory
104.Pa /dev/iso9660/ ) .
105.It
106EXT2FS (directory
107.Pa /dev/ext2fs/ ) .
108.It
109REISERFS (directory
110.Pa /dev/reiserfs/ ) .
111.El
112.Pp
113Non file-system labels are created in the directory
114.Pa /dev/label/ .
115.Pp
116The first argument to
117.Nm
118indicates an action to be performed:

--- 106 unchanged lines hidden ---