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

Diff for /src/usr.bin/lndir/lndir.1 between version 1.3 and 1.4

version 1.3, 1997/06/22 23:04:41 version 1.4, 1997/06/22 23:10:56
Line 166 
Line 166 
 program prints the link name and the location where it does point.  program prints the link name and the location where it does point.
 .Sh BUGS  .Sh BUGS
 The  The
 .Nm patch  .Xr patch 1
 program gets upset if it cannot change the files.  You should never run  program gets upset if it cannot change the files.  You should never run
 .Nm patch  .Xr patch 1
 from a shadow directory anyway.  from a shadow directory anyway.
 .\".Pp  .Pp
 .\" You need to use something like  You need to use something like
 .\" .nf  .Bd -unfilled -offset indent
 .\"     find todir \|\-type l \|\-print \||\| xargs rm  find todir \|\-type l \|\-print \||\| xargs rm
 .\" .fi  .Ed
 .\" to clear out all files before you can relink (if fromdir moved, for instance).  to clear out all files before you can relink (if fromdir moved, for instance).
 .\" Something like  Something like
 .\" .nf  .Bd -unfilled -offset indent
 .\"      find . \|\\! \|\-type d \|\-print  find . \|\\! \|\-type d \|\-print
 .\" .fi  .Ed
 .\" will find all files that are not directories.  will find all files that are not directories.
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr patch 1  .Xr find 1 ,
   .Xr ln 1 ,
   .Xr patch 1 .
 .Sh HISTORY  .Sh HISTORY
 .Nm lndir  .Nm lndir
 was first distributed as part of X11.  was first distributed as part of X11.

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4