diff options
author | ru <ru@FreeBSD.org> | 2005-01-18 13:43:56 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-01-18 13:43:56 +0000 |
commit | 7f3c7f0d461522fe0390e72d21fa729bed8807bf (patch) | |
tree | 4ff679e02e4f5503cdcbf47f6fd1aa832ff79d14 /usr.bin/apply | |
parent | 8e249383f9b2938ac2233decd80969cc4cd3c59e (diff) | |
download | FreeBSD-src-7f3c7f0d461522fe0390e72d21fa729bed8807bf.zip FreeBSD-src-7f3c7f0d461522fe0390e72d21fa729bed8807bf.tar.gz |
Sort sections.
Diffstat (limited to 'usr.bin/apply')
-rw-r--r-- | usr.bin/apply/apply.1 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/usr.bin/apply/apply.1 b/usr.bin/apply/apply.1 index ce944df..3babbff 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 . |