=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/apply/apply.1,v retrieving revision 1.12 retrieving revision 1.13 diff -c -r1.12 -r1.13 *** src/usr.bin/apply/apply.1 2000/11/09 17:52:01 1.12 --- src/usr.bin/apply/apply.1 2000/11/10 05:10:21 1.13 *************** *** 1,4 **** ! .\" $OpenBSD: apply.1,v 1.12 2000/11/09 17:52:01 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.13 2000/11/10 05:10:21 aaron Exp $ .\" $NetBSD: apply.1,v 1.4 1996/03/18 23:16:57 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 *************** *** 97,110 **** Debug mode. Print commands to the standard output but do not actually execute them. .El - .Sh ENVIRONMENT - The following environment variable affects the execution of - .Nm apply : - .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 EXAMPLES .Bl -tag -width apply .It Li "apply echo a*" --- 97,102 ---- *************** *** 124,129 **** --- 116,129 ---- 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 : + .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 *************** *** 133,146 **** .Xr xargs 1 .Sh AUTHOR Rob Pike .Sh BUGS Shell metacharacters in .Ar command may have bizarre effects; it is best to enclose complicated commands in single quotes .Pq '' . - .Sh HISTORY - The - .Nm - command appeared in - .Bx 4.2 . --- 133,146 ---- .Xr xargs 1 .Sh AUTHOR Rob Pike + .Sh HISTORY + The + .Nm + command appeared in + .Bx 4.2 . .Sh BUGS Shell metacharacters in .Ar command may have bizarre effects; it is best to enclose complicated commands in single quotes .Pq '' .