Print this page
12284 errors in compress(1) and pack(1) man pages

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1/pack.1.man.txt
          +++ new/usr/src/man/man1/pack.1.man.txt
↓ open down ↓ 58 lines elided ↑ open up ↑
  59   59             o      no disk storage blocks are saved by packing
  60   60  
  61   61             o      a file called file.z already exists
  62   62  
  63   63             o      the .z file cannot be created
  64   64  
  65   65             o      an I/O error occurred during processing.
  66   66  
  67   67  
  68   68         The last segment of the file name must be short enough to allow space
  69      -       for the appended .zextension. Directories cannot be compressed.
       69 +       for the appended .z extension. Directories cannot be compressed.
  70   70  
  71   71     pcat
  72   72         The pcat command does for packed files what cat(1) does for ordinary
  73   73         files, except that pcat cannot be used as a filter. The specified files
  74   74         are unpacked and written to the standard output.
  75   75  
  76   76  
  77   77         pcat returns the number of files it was unable to unpack. Failure can
  78   78         occur if:
  79   79  
↓ open down ↓ 51 lines elided ↑ open up ↑
 131  131                 pack uses Huffman (minimum redundancy) codes on a byte-by-byte
 132  132                 basis. If the - argument is used, an internal flag is set that
 133  133                 causes the number of times each byte is used, its relative
 134  134                 frequency, and the code for the byte to be printed on the
 135  135                 standard output. Additional occurrences of - in place of file
 136  136                 causes the internal flag to be set and reset.
 137  137  
 138  138  
 139  139  USAGE
 140  140         See largefile(5) for the description of the behavior of pack, pcat, and
 141      -       unpack when encountering files greater than or equal to 2 Gbyte ( 2^31
      141 +       unpack when encountering files greater than or equal to 2 Gbyte (2^31
 142  142         bytes).
 143  143  
 144  144  EXAMPLES
 145  145         Example 1 Viewing a Packed File
 146  146  
 147  147  
 148  148         To view a packed file named file.z use:
 149  149  
 150  150  
 151  151  
↓ open down ↓ 1 lines elided ↑ open up ↑
 153  153  
 154  154  
 155  155  
 156  156         or just:
 157  157  
 158  158  
 159  159  
 160  160         example% pcat file
 161  161  
 162  162  
 163      -       Example 2 Making and Unpacked Copy:
      163 +       Example 2 Making an Unpacked Copy:
 164  164  
 165  165  
 166  166         To make an unpacked copy, say nnn, of a packed file named file.z
 167  167         (without destroying file.z) use the command:
 168  168  
 169  169  
 170  170  
 171  171         example% pcat file >nnn
 172  172  
 173  173  
↓ open down ↓ 26 lines elided ↑ open up ↑
 200  200         +---------------+-----------------+
 201  201         |CSI            | Enabled         |
 202  202         +---------------+-----------------+
 203  203  
 204  204  SEE ALSO
 205  205         cat(1), compress(1), zcat(1), fgetattr(3C), fsetattr(3C),
 206  206         attributes(5), environ(5), largefile(5)
 207  207  
 208  208  
 209  209  
 210      -                                March 13, 2008                         PACK(1)
      210 +                               February 5, 2020                        PACK(1)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX