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

Diff for /src/usr.bin/uuencode/uuencode.1 between version 1.6 and 1.7

version 1.6, 1999/06/05 01:21:46 version 1.7, 2000/03/14 14:58:24
Line 77 
Line 77 
 The resulting file is named  The resulting file is named
 .Ar name  .Ar name
 and will have the mode of the original file except that set-user-ID  and will have the mode of the original file except that set-user-ID
 and execute bits are not retained.  If the  and execute bits are not retained.
   If the
 .Fl p  .Fl p
 option is specified, the output will instead be written to stdout.  option is specified, the output will instead be written to stdout.
 .Nm uudecode  .Nm uudecode
Line 87 
Line 88 
 uuencodes it and mails it to a user on another system.  uuencodes it and mails it to a user on another system.
 When  When
 .Nm uudecode  .Nm uudecode
 is run on the target system, the file ``src_tree.tar.Z'' will be  is run on the target system, the file
 created which may then be uncompressed and extracted into the original  .Pa src_tree.tar.Z
 tree.  will be created which may then be uncompressed and extracted
   into the original tree.
 .Pp  .Pp
 .Bd -literal -offset indent -compact  .Bd -literal -offset indent -compact
 tar cf \- src_tree \&| compress \&|  tar cf \- src_tree \&| compress \&|
 uuencode src_tree.tar.Z \&| mail sys1!sys2!user  uuencode src_tree.tar.Z \&| mail sys1!sys2!user
 .Ed  .Ed
 .Sh DIAGNOSTICS  .Pp
 The  Both utilities exit 0 on success or >0 if an error occurred.
 .Nm uudecode  
 and  
 .Nm uuencode  
 utilities exit 0 on success or >0 if an error occurred.  
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr compress 1 ,  .Xr compress 1 ,
 .Xr mail 1 ,  .Xr mail 1 ,

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7