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

Diff for /src/usr.bin/basename/basename.1 between version 1.10 and 1.11

version 1.10, 1999/11/20 07:45:56 version 1.11, 2000/03/04 21:12:01
Line 58 
Line 58 
 if given.  if given.
 The resulting filename is written to the standard output.  The resulting filename is written to the standard output.
 A non-existent suffix is ignored.  A non-existent suffix is ignored.
   .Pp
   The
   .Nm
   utility
   exits 0 on success or >0 if an error occurred.
 .Sh EXAMPLES  .Sh EXAMPLES
 The following line sets the shell variable  The following line sets the shell variable
 .Ev FOO  .Ev FOO
Line 65 
Line 70 
 .Pa tail :  .Pa tail :
 .Pp  .Pp
 .Dl FOO=`basename /usr/bin/tail`  .Dl FOO=`basename /usr/bin/tail`
 .Sh DIAGNOSTICS  
 The  
 .Nm  
 utility  
 exits 0 on success or >0 if an error occurred.  
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr csh 1 ,  .Xr csh 1 ,
 .Xr dirname 1 ,  .Xr dirname 1 ,

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