[BACK]Return to column.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / column

Diff for /src/usr.bin/column/column.1 between version 1.9 and 1.10

version 1.9, 2003/06/03 02:56:07 version 1.10, 2003/06/10 09:12:09
Line 76 
Line 76 
 The  The
 .Nm  .Nm
 utility exits 0 on success or >0 if an error occurred.  utility exits 0 on success or >0 if an error occurred.
 .Sh EXAMPLES  
 .Dl (printf \&"PERM\ LINKS\ OWNER\ GROUP\ SIZE\ MONTH\ DAY\ HH:MM/YEAR\ NAME\en\&"\ \&; ls -l\ \&| sed 1d) \&| column -t  
 .Sh ENVIRONMENT  .Sh ENVIRONMENT
 .Bl -tag -width COLUMNS  .Bl -tag -width COLUMNS
 .It Ev COLUMNS  .It Ev COLUMNS
Line 86 
Line 84 
 is used to determine the size of  is used to determine the size of
 the screen if no other information is available.  the screen if no other information is available.
 .El  .El
   .Sh EXAMPLES
   .Dl (printf \&"PERM\ LINKS\ OWNER\ GROUP\ SIZE\ MONTH\ DAY\ HH:MM/YEAR\ NAME\en\&"\ \&; ls -l\ \&| sed 1d) \&| column -t
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr colrm 1 ,  .Xr colrm 1 ,
 .Xr ls 1 ,  .Xr ls 1 ,

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10