aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/apply
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-01-18 13:43:56 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-01-18 13:43:56 +0000
commit6c7216df785592bb069469113f556dfd1946ed5d (patch)
tree4ff679e02e4f5503cdcbf47f6fd1aa832ff79d14 /usr.bin/apply
parent55bf0e44752ba3432c3e4632c45263d5795e0aa9 (diff)
downloadsrc-6c7216df785592bb069469113f556dfd1946ed5d.tar.gz
src-6c7216df785592bb069469113f556dfd1946ed5d.zip
Sort sections.
Notes
Notes: svn path=/head/; revision=140420
Diffstat (limited to 'usr.bin/apply')
-rw-r--r--usr.bin/apply/apply.120
1 files changed, 10 insertions, 10 deletions
diff --git a/usr.bin/apply/apply.1 b/usr.bin/apply/apply.1
index ce944df70f66..3babbffae869 100644
--- a/usr.bin/apply/apply.1
+++ b/usr.bin/apply/apply.1
@@ -105,6 +105,11 @@ The following environment variable affects the execution of
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
.Bl -tag -width apply -compact
.It Li "apply echo a*"
@@ -120,11 +125,11 @@ runs
links all files in the current directory to the directory
.Pa /usr/joe .
.El
-.Sh FILES
-.Bl -tag -width /bin/sh -compact
-.It Pa /bin/sh
-default shell
-.El
+.Sh HISTORY
+The
+.Nm
+command appeared in
+.Bx 4.2 .
.Sh AUTHORS
.An Rob Pike
.Sh BUGS
@@ -137,8 +142,3 @@ commands in single quotes
The
.Nm
utility does not recognize multibyte characters.
-.Sh HISTORY
-The
-.Nm
-command appeared in
-.Bx 4.2 .