--- lofiadm.1m.orig	Thu Sep 27 12:07:59 2007
+++ lofiadm.1m.compress	Tue Oct  9 17:16:18 2007
@@ -12,10 +12,14 @@
 SYNOPSIS
      /usr/sbin/lofiadm -a file [device]
 
      /usr/sbin/lofiadm -d  file	| device
 
+     /usr/sbin/lofiadm -C [algorithm] [-s segment_size] file 
+
+     /usr/sbin/lofiadm -U file
+
      /usr/sbin/lofiadm [ file |	device]
 
 
 DESCRIPTION
      lofiadm administers  lofi(7D),  the  loopback  file  driver.
@@ -69,18 +73,30 @@
 
 System Administration Commands			      lofiadm(1M)
 
 
 
+     -C gzip | gzip-N	Compress the file with the "gzip"
+     			compression algorithm. The "gzip" compression
+			algorithm uses the same compression as the
+			gzip(1) command. You can specify the "gzip" 
+			level by using the value "gzip-N" where
+			N is 6 (fast) or 9 (best compression ratio).
+			Currently, "gzip" is equivalent to "gzip-6"
+			(which is also the default for gzip(6)).
+
      -d	file | device	Remove an association by file  or  device
 			name,  if  the associated block	device is
 			not busy, and deallocates the block  dev-
 			ice.
 
+     -s segment_size	The segment size to use to divide the file
+     			being compressed. Segment size can be an integer
+			multiple of 512.
 
+     -U file		Uncompress a compressed file.
 
-
 OPERANDS
      The following operands are	supported:
 
 
 
