Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zshoptions.man fix
- X-seq: zsh-workers 2610
- From: Zefram <zefram@xxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx (Z Shell workers mailing list)
- Subject: zshoptions.man fix
- Date: Sun, 22 Dec 1996 18:19:46 +0000 (GMT)
-----BEGIN PGP SIGNED MESSAGE-----
Something weird happened to my zshoptions.man patch in 3.1.0.
-zefram
Index: Doc/zshoptions.man
===================================================================
RCS file: /home/zefram/usr/cvsroot/zsh/Doc/zshoptions.man,v
retrieving revision 1.1.1.15
diff -c -r1.1.1.15 zshoptions.man
*** Doc/zshoptions.man 1996/12/22 01:13:08 1.1.1.15
--- Doc/zshoptions.man 1996/12/22 01:27:41
***************
*** 245,269 ****
temporarily to the name of the function/script.
.TP
\fBGLOB\fP (+\fBF\fP, ksh: +\fBf\fP)
! + Perform filename generation (globbing).
! + (See the
! + .B FILENAME GENERATION
! + section of
! + .IR zshexpn (1).)
.TP
\fBGLOB_ASSIGN\fP
! + If this option is set, filename generation (globbing) is
! + performed on the right hand side of scalar parameter assignments of
! + the form \fIname\fB=\fIpattern\fR (e.g.
! + .RB ` param=* ').
! + If the result has more than one word the parameter will become an array
! + with those words as arguments. This option is provided for backwards
! + compatibility only: globbing is always performed on the right hand side
! + of array assignments of the form `\fIname\fB=( \fIvalue\fB )}\fR' (e.g.
! + .RB ` param=(*) ')
! + and this form is recommended for clarity;
! + with this option set, it is not possible to predict whether the result
! + will be an array or a scalar.
.TP
\fBGLOB_COMPLETE\fP
When the current word has a glob pattern, do not insert all the words
--- 245,269 ----
temporarily to the name of the function/script.
.TP
\fBGLOB\fP (+\fBF\fP, ksh: +\fBf\fP)
! Perform filename generation (globbing).
! (See the
! .B FILENAME GENERATION
! section of
! .IR zshexpn (1).)
.TP
\fBGLOB_ASSIGN\fP
! If this option is set, filename generation (globbing) is
! performed on the right hand side of scalar parameter assignments of
! the form \fIname\fB=\fIpattern\fR (e.g.
! .RB ` param=* ').
! If the result has more than one word the parameter will become an array
! with those words as arguments. This option is provided for backwards
! compatibility only: globbing is always performed on the right hand side
! of array assignments of the form `\fIname\fB=( \fIvalue\fB )}\fR' (e.g.
! .RB ` param=(*) ')
! and this form is recommended for clarity;
! with this option set, it is not possible to predict whether the result
! will be an array or a scalar.
.TP
\fBGLOB_COMPLETE\fP
When the current word has a glob pattern, do not insert all the words
-----BEGIN PGP SIGNATURE-----
Version: 2.6.2
iQCVAwUBMry+3XD/+HJTpU/hAQFuZwP+PumT+wwgATmHwDKYAKpuGxNiuPLuZZNW
JU3OrNMVo0I2OdgmjcYrHC7S8RqyQ2KvtsmEmPkkJJ3lvZ8q4KjpXWZzPmN/7A17
HpbOSk1YR+9pEttyE+U64cGEUrsgB+QSd52KBOZ64ph8Bm6Y6b/Ud8Z+iAflEuZC
JFpdpCx14eE=
=YjeY
-----END PGP SIGNATURE-----
Messages sorted by:
Reverse Date,
Date,
Thread,
Author