=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/apply/apply.1,v retrieving revision 1.14 retrieving revision 1.15 diff -c -r1.14 -r1.15 *** src/usr.bin/apply/apply.1 2000/12/24 11:22:53 1.14 --- src/usr.bin/apply/apply.1 2001/05/01 03:50:39 1.15 *************** *** 1,4 **** ! .\" $OpenBSD: apply.1,v 1.14 2000/12/24 11:22:53 aaron Exp $ .\" $NetBSD: apply.1,v 1.4 1996/03/18 23:16:57 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 --- 1,4 ---- ! .\" $OpenBSD: apply.1,v 1.15 2001/05/01 03:50:39 aaron Exp $ .\" $NetBSD: apply.1,v 1.4 1996/03/18 23:16:57 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 *************** *** 98,121 **** Print commands to the standard output but do not actually execute them. .El .Sh EXAMPLES ! .Bl -tag -width apply ! .It Li "apply echo a*" ! is similar to ! .Xr ls 1 ; ! .It Li "apply \-2 cmp a1 b1 a2 b2 a3 b3" ! compares the ! .Sq a files to the ! .Sq b ! files; ! .It Li "apply \-0 who 1 2 3 4 5" ! runs .Xr who 1 ! 5 times; and ! .It Li "apply \'ln %1 /usr/joe\'" * ! links all files in the current directory to the directory .Pa /usr/joe . - .El .Sh ENVIRONMENT The following environment variable affects the execution of .Nm apply : --- 98,126 ---- Print commands to the standard output but do not actually execute them. .El .Sh EXAMPLES ! .Cm "apply echo a*" ! .Pp ! Similar to ! .Xr ls 1 . ! .Pp ! .Cm "apply \-2 cmp a1 b1 a2 b2 a3 b3" ! .Pp ! Compares the ! .Dq a files to the ! .Dq b ! files. ! .Pp ! .Cm "apply \-0 who 1 2 3 4 5" ! .Pp ! Runs .Xr who 1 ! 5 times. ! .Pp ! .Cm "apply \'ln %1 /usr/joe\'" * ! .Pp ! Links all files in the current directory to the directory .Pa /usr/joe . .Sh ENVIRONMENT The following environment variable affects the execution of .Nm apply : *************** *** 131,137 **** .El .Sh SEE ALSO .Xr xargs 1 ! .Sh AUTHOR Rob Pike .Sh HISTORY The --- 136,142 ---- .El .Sh SEE ALSO .Xr xargs 1 ! .Sh AUTHORS Rob Pike .Sh HISTORY The