It's `apply echo *'' that is similar to ls -1'', not `apply echo a*''.

Submitted by:	sat
This commit is contained in:
Ruslan Ermilov 2006-12-13 08:13:14 +00:00
parent ea0e76a28d
commit 6a2561eb26

View File

@ -32,7 +32,7 @@
.\" @(#)apply.1 8.2 (Berkeley) 4/4/94
.\" $FreeBSD$
.\"
.Dd July 17, 2004
.Dd December 13, 2006
.Dt APPLY 1
.Os
.Sh NAME
@ -112,7 +112,7 @@ default shell
.El
.Sh EXAMPLES
.Bl -tag -width apply -compact
.It Li "apply echo a*"
.It Li "apply echo *"
is similar to
.Xr ls 1 ;
.It Li "apply \-2 cmp a1 b1 a2 b2 a3 b3"