Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] fix a typo in doc of globsubst.
- X-seq: zsh-workers 34823
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxx>
- Subject: Re: [PATCH] fix a typo in doc of globsubst.
- Date: Tue, 31 Mar 2015 11:35:53 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=uhDpAhrLfPVSAjzJnNoWyYZm1lNKHOmnojx1czLtRWE=; b=H9N6iacM/kNA5tWAO0ysQ3JEVhY3hDHybeRqWirC2Zz/1DillX5Ges/2o15C94qFkI PACx2RXHzFVfiMvS2fzz1hLYc4lCXDKQcJYEBFEMtMORXzRxyckY0IK/erD4PVTmCy6f BGJEpV0OAnE83XyK8XDIVPunRn01OFGoczQz8/rbfL4pJhUgxUW81tvSD4SzQ3fTL5ew XcweCfv072fVTV5vLgE9uigvCCkVf7FOG/7Agk1YLbIpJI96RunLbp2qI97tFmDBR7Y1 S8p10ETTCCTzRHufLeANtI1KkxV+fYJAE8jFAjx2YIl/vcaBKAcJIYXiRre8PONx7dw1 ltmg==
- In-reply-to: <20150331032834.GA19054@localhost.localdomain>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20150331032834.GA19054@localhost.localdomain>
On Tue, Mar 31, 2015 at 5:28 AM, Han Pingtian <hanpt@xxxxxxxxxxxxxxxxxx> wrote:
> Signed-off-by: Han Pingtian <hanpt@xxxxxxxxxxxxxxxxxx>
> ---
> Doc/Zsh/options.yo | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
> index 359ecb9..19920ca 100644
> --- a/Doc/Zsh/options.yo
> +++ b/Doc/Zsh/options.yo
> @@ -540,7 +540,7 @@ pindex(GLOBSUBST)
> pindex(NOGLOBSUBST)
> item(tt(GLOB_SUBST) <C> <K> <S>)(
> Treat any characters resulting from parameter expansion as being
> -eligible for file expansion and filename generation, and any
> +eligible for filename expansion and filename generation, and any
> characters resulting from command substitution as being eligible for
> filename generation. Braces (and commas in between) do not become eligible
> for expansion.
> --
> 1.9.3
>
File expansion is not a typo, and is also used in a few other places
in the manual.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author