>Command Changes > lofiadm(1M) will take the following additional arguments - > > -C Compress the file with a specified compression algorithm > or with the default compression algorithm if one isn't > specified. The only supported compression algorithm at this > time is gzip which is also the default. > > -s The segment size to use to divide the file being compressed. > If no segment size is specified, a default segment size of > 128k is used. >
Optional option arguments are not allowed by the utility syntax guidelines, and all of your examples show option arguments for both of these options even though they use the default values. Please drop the statements in both of these option descriptions that specify default values and specify that the option arguments are optional. Since the -s segment size option argument is not "just a number", please also clearly specify the formats accepted and the allowed range of segment sizes. - Don ... ... ... > > Examples: > > 1. Compress a file with gzip > > # lofiadm -C gzip /export/home/solaris.iso > > 2. Compress a file with gzip and compress it in 64k chunks > > # lofiadm -C gzip -s 64k /export/home/solaris.iso ... ... ...
