getconf: don't include xpg4 bits, gcc7 includes xpg6 bits for us
[unleashed.git] / share / man / man7fs / dcfs.7fs
blobb2354fc232c16f229d5bb64af324fe3f2b6c3276
1 '\" te
2 .\" Copyright (c) 2007, Sun Microsystems, Inc.  All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH DCFS 7FS "Nov 28, 2007"
7 .SH NAME
8 dcfs \- Compression file system
9 .SH SYNOPSIS
10 .LP
11 .nf
12 #include <sys/filio.h>
13 #include <sys/fs/decomp.h>
14 .fi
16 .SH DESCRIPTION
17 .sp
18 .LP
19 The \fBdcfs\fR filesystem is a layered filesystem that you use to compress data
20 when writing to a file and decompress upon read.  The primary function of the
21 \fBdcfs\fR filesystem is to compress individual files when constructing a boot
22 archive and when reading or booting from the archive.
23 .SH ATTRIBUTES
24 .sp
25 .LP
26 See \fBattributes\fR(5) for descriptions of the following attributes:
27 .sp
29 .sp
30 .TS
31 box;
32 l l
33 l l .
34 ATTRIBUTE TYPE  ATTRIBUTE VALUE
35 Interface Stability     Uncommitted
36 .TE
38 .SH SEE ALSO
39 .sp
40 .LP
41 \fBboot\fR(8), \fBbootadm\fR(8), \fBfiocompress\fR(8), \fBattributes\fR(5),
42 \fBufs\fR(7FS)
43 .SH NOTES
44 .sp
45 .LP
46 The \fBdcfs\fR compression/decompression file system works only with UFS.