zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] fix a typo in doc of globsubst.
@ 2015-03-31  3:28 Han Pingtian
  2015-03-31  9:35 ` Mikael Magnusson
  0 siblings, 1 reply; 4+ messages in thread
From: Han Pingtian @ 2015-03-31  3:28 UTC (permalink / raw)
  To: zsh-workers

Signed-off-by: Han Pingtian <hanpt@linux.vnet.ibm.com>
---
 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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] fix a typo in doc of globsubst.
  2015-03-31  3:28 [PATCH] fix a typo in doc of globsubst Han Pingtian
@ 2015-03-31  9:35 ` Mikael Magnusson
  2015-03-31 10:07   ` Peter Stephenson
  0 siblings, 1 reply; 4+ messages in thread
From: Mikael Magnusson @ 2015-03-31  9:35 UTC (permalink / raw)
  To: zsh workers

On Tue, Mar 31, 2015 at 5:28 AM, Han Pingtian <hanpt@linux.vnet.ibm.com> wrote:
> Signed-off-by: Han Pingtian <hanpt@linux.vnet.ibm.com>
> ---
>  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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] fix a typo in doc of globsubst.
  2015-03-31  9:35 ` Mikael Magnusson
@ 2015-03-31 10:07   ` Peter Stephenson
  2015-03-31 12:05     ` Mikael Magnusson
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Stephenson @ 2015-03-31 10:07 UTC (permalink / raw)
  To: zsh workers

On Tue, 31 Mar 2015 11:35:53 +0200
Mikael Magnusson <mikachu@gmail.com> wrote:
> File expansion is not a typo, and is also used in a few other places
> in the manual.

I think the main point is that the section in the expansion part of the
manual is called "filename expansion", so for searching purposes it
would be useful to be consistent with that.

pws


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] fix a typo in doc of globsubst.
  2015-03-31 10:07   ` Peter Stephenson
@ 2015-03-31 12:05     ` Mikael Magnusson
  0 siblings, 0 replies; 4+ messages in thread
From: Mikael Magnusson @ 2015-03-31 12:05 UTC (permalink / raw)
  To: Peter Stephenson; +Cc: zsh workers

On Tue, Mar 31, 2015 at 12:07 PM, Peter Stephenson
<p.stephenson@samsung.com> wrote:
> On Tue, 31 Mar 2015 11:35:53 +0200
> Mikael Magnusson <mikachu@gmail.com> wrote:
>> File expansion is not a typo, and is also used in a few other places
>> in the manual.
>
> I think the main point is that the section in the expansion part of the
> manual is called "filename expansion", so for searching purposes it
> would be useful to be consistent with that.

In that case, we should change all occurrences of "file expansion".
And I may have been wrong in my last mail, while there are four hits
for "file expansion", there are many more for "filename expansion".

-- 
Mikael Magnusson


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-03-31 12:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-31  3:28 [PATCH] fix a typo in doc of globsubst Han Pingtian
2015-03-31  9:35 ` Mikael Magnusson
2015-03-31 10:07   ` Peter Stephenson
2015-03-31 12:05     ` Mikael Magnusson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).