summaryrefslogtreecommitdiff
path: root/usr.bin/apply
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-06-10 09:12:14 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-06-10 09:12:14 +0000
commit954f7917cd61e2c4e87fa97f77b5d16372fced8d (patch)
tree871a313e9494c2e181e8b7547436ca52ed2b21b5 /usr.bin/apply
parent7da7265de4dc122cf4762c2707b245904c8acdd7 (diff)
- section reorder
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@
Diffstat (limited to 'usr.bin/apply')
-rw-r--r--usr.bin/apply/apply.128
1 files changed, 14 insertions, 14 deletions
diff --git a/usr.bin/apply/apply.1 b/usr.bin/apply/apply.1
index 54f72d08d49..935333e3121 100644
--- a/usr.bin/apply/apply.1
+++ b/usr.bin/apply/apply.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: apply.1,v 1.19 2003/06/03 02:56:05 millert Exp $
+.\" $OpenBSD: apply.1,v 1.20 2003/06/10 09:12:09 jmc Exp $
.\" $NetBSD: apply.1,v 1.4 1996/03/18 23:16:57 jtc Exp $
.\"
.\" Copyright (c) 1983, 1990, 1993
@@ -93,6 +93,17 @@ as the magic character instead of the default
Debug mode.
Print commands to the standard output but do not actually execute them.
.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
.Li "$ apply echo a*"
.Pp
@@ -117,26 +128,15 @@ Runs
.Pp
Links all files in the current directory to the directory
.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
.Xr xargs 1
-.Sh AUTHORS
-Rob Pike
.Sh HISTORY
The
.Nm
command appeared in
.Bx 4.2 .
+.Sh AUTHORS
+Rob Pike
.Sh BUGS
Shell metacharacters in
.Ar command