Suggest -p instead of -o /dev/stdout.

PR:	42356
This commit is contained in:
fanf 2002-09-03 10:18:56 +00:00
parent e43529519e
commit 0429c5021e

View File

@ -179,7 +179,7 @@ The following example extract a compress'ed tar
archive from your mailbox
.Pp
.Bd -literal -offset indent -compact
uudecode -o /dev/stdout < $MAIL | zcat | tar xfv -
uudecode -p < $MAIL | zcat | tar xfv -
.Ed
.Sh SEE ALSO
.Xr basename 1 ,