Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

(Modest) patches to info



I came across these while perusing the new! improved! info pages.
Thanks guys!

--vin

*** Doc/zsh.texi.orig.1	Wed Jul 10 17:08:32 1996
--- Doc/zsh.texi	Tue Jul 16 22:12:57 1996
***************
*** 1022,1028 ****
  result.
  
  @item $@{^@var{spec}@}
! Toggle the value of the @code{RC_EXPAND_PARAM} option for the evaluation
  @pindex RC_EXPAND_PARAM, use of
  of @var{spec}; if the @code{^} is doubled, turn it off.  When this option is 
  set, array expansions of the form
--- 1022,1028 ----
  result.
  
  @item $@{^@var{spec}@}
! Turn on the value of the @code{RC_EXPAND_PARAM} option for the evaluation
  @pindex RC_EXPAND_PARAM, use of
  of @var{spec}; if the @code{^} is doubled, turn it off.  When this option is 
  set, array expansions of the form
***************
*** 1033,1039 ****
  default @samp{fooa b cbar}.
  
  @item $@{=@var{spec}@}
! Toggle the value of the @code{SH_WORD_SPLIT} option for the evaluation
  @pindex SH_WORD_SPLIT, use of
  of @var{spec}; if the @code{=} is doubled, turn it off.  When this option is 
  set, parameter values are split into
--- 1033,1039 ----
  default @samp{fooa b cbar}.
  
  @item $@{=@var{spec}@}
! Turn on the value of the @code{SH_WORD_SPLIT} option for the evaluation
  @pindex SH_WORD_SPLIT, use of
  of @var{spec}; if the @code{=} is doubled, turn it off.  When this option is 
  set, parameter values are split into
***************
*** 1047,1053 ****
  @cindex csh, tilde expansion
  @cindex tilde expansion, csh
  @pindex CSH_JUNKIE_LOOPS
! Toggle the value of the @code{GLOB_SUBST} option for the evaluation of
  @var{spec}; if the @code{~} is doubled, turn it off.  When this option is set,
  any pattern characters resulting from the substitution become eligible for 
  file expansion and filename generation.
--- 1047,1053 ----
  @cindex csh, tilde expansion
  @cindex tilde expansion, csh
  @pindex CSH_JUNKIE_LOOPS
! Turn on the value of the @code{GLOB_SUBST} option for the evaluation of
  @var{spec}; if the @code{~} is doubled, turn it off.  When this option is set,
  any pattern characters resulting from the substitution become eligible for 
  file expansion and filename generation.
***************
*** 1189,1196 ****
  substitution is not enclosed in double quotes, the output is broken into 
  words using the @code{IFS}
  @vindex IFS, use of
! parameter.  The substitution @code{$(@var{cat} @var{foo})} may be replaced 
! by the equivalent but faster @code{$(<@var{foo})}.  In either case, if the 
  option @code{GLOB_SUBST} is set the output is eligible for filename
  generation.
  
--- 1189,1196 ----
  substitution is not enclosed in double quotes, the output is broken into 
  words using the @code{IFS}
  @vindex IFS, use of
! parameter.  The substitution @code{$(cat foo)} may be replaced 
! by the equivalent but faster @code{$(<foo)}.  In either case, if the 
  option @code{GLOB_SUBST} is set the output is eligible for filename
  generation.
  




Messages sorted by: Reverse Date, Date, Thread, Author