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

Diff for /src/usr.bin/apply/apply.1 between version 1.19 and 1.20

version 1.19, 2003/06/03 02:56:05 version 1.20, 2003/06/10 09:12:09
Line 93 
Line 93 
 Debug mode.  Debug mode.
 Print commands to the standard output but do not actually execute them.  Print commands to the standard output but do not actually execute them.
 .El  .El
   .Sh ENVIRONMENT
   .Bl -tag -width SHELL
   .It Ev SHELL
   Pathname of shell to use.
   If this variable is not defined, the Bourne shell is used.
   .El
   .Sh FILES
   .Bl -tag -width /bin/sh -compact
   .It Pa /bin/sh
   default shell
   .El
 .Sh EXAMPLES  .Sh EXAMPLES
 .Li "$ apply echo a*"  .Li "$ apply echo a*"
 .Pp  .Pp
Line 117 
Line 128 
 .Pp  .Pp
 Links all files in the current directory to the directory  Links all files in the current directory to the directory
 .Pa /usr/joe .  .Pa /usr/joe .
 .Sh ENVIRONMENT  
 .Bl -tag -width SHELL  
 .It Ev SHELL  
 Pathname of shell to use.  
 If this variable is not defined, the Bourne shell is used.  
 .El  
 .Sh FILES  
 .Bl -tag -width /bin/sh -compact  
 .It Pa /bin/sh  
 default shell  
 .El  
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr xargs 1  .Xr xargs 1
 .Sh AUTHORS  
 Rob Pike  
 .Sh HISTORY  .Sh HISTORY
 The  The
 .Nm  .Nm
 command appeared in  command appeared in
 .Bx 4.2 .  .Bx 4.2 .
   .Sh AUTHORS
   Rob Pike
 .Sh BUGS  .Sh BUGS
 Shell metacharacters in  Shell metacharacters in
 .Ar command  .Ar command

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20