Fix example; from sat@freebsd via jmc@openbsd.

This commit is contained in:
wiz 2006-12-24 10:07:18 +00:00
parent a0a9492dc8
commit e76d290058

View File

@ -1,4 +1,4 @@
.\" $NetBSD: apply.1,v 1.11 2003/08/07 11:13:06 agc Exp $
.\" $NetBSD: apply.1,v 1.12 2006/12/24 10:07:18 wiz Exp $
.\"
.\" Copyright (c) 1983, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -102,7 +102,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"