From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20758 invoked from network); 3 Jun 1999 04:10:33 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 3 Jun 1999 04:10:33 -0000 Received: (qmail 4373 invoked by alias); 3 Jun 1999 04:10:20 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6443 Received: (qmail 4366 invoked from network); 3 Jun 1999 04:10:20 -0000 Message-Id: <199906030410.VAA14177@bebop.clari.net> To: "ZSH workers mailing list" Subject: PATCH: 3.0.6-pre-3: documentation fixes Date: Wed, 02 Jun 1999 21:10:13 -0700 From: Wayne Davison Here's some doc fixes for 3.0.6-pre-3: + Some tt(FOO) entities were used in zshbuiltins.man, so I changed them to be \fBFOO\fP. + I documented my change to EXTENDED_HISTORY's output format. + I added the missing doc for HIST_REDUCE_BLANKS. ..wayne.. ---8<------8<------8<------8<---cut here--->8------>8------>8------>8--- --- zsh-3.0.6-pre-3/Doc/zshbuiltins.man Mon May 31 10:48:20 1999 +++ ./Doc/zshbuiltins.man Wed Jun 2 21:03:44 1999 @@ -315,11 +315,11 @@ are reset to their default value corresponding to the specified emulation mode, except for certain options describing the interactive environment; otherwise, only those options likely to cause portability -problems in scripts and functions are altered. If the tt(-L) option -is given, the option tt(LOCAL_OPTIONS) will be set as well, causing -the effect of the tt(emulate) command to be local to the immediately +problems in scripts and functions are altered. If the \-\fBL\fP option +is given, the option \fBLOCAL_OPTIONS\fP will be set as well, causing +the effect of the \fBemulate\fP command to be local to the immediately surrounding shell function, if any; normally this is turned off in all -emulation modes except tt(ksh). +emulation modes except \fBksh\fP. .TP \fBenable\fP [ \-\fBafmr\fP ] \fIarg\fP ... Enable the hash table element named \fIarg\fP, presumably disabled --- zsh-3.0.6-pre-3/Doc/zshoptions.man Mon May 31 10:48:14 1999 +++ ./Doc/zshoptions.man Wed Jun 2 21:05:03 1999 @@ -185,9 +185,11 @@ directory expansion as in \fBFilename Expansion\fP above.) .TP \fBEXTENDED_HISTORY\fP -Save beginning and ending timestamps to the history file. -The format of these timestamps is -\fI:::.\fP +Save each command's beginning timestamp (in seconds since the epoch) +and the duration (in seconds) to the history file. +The format of this prefixed data is: +.sp +\fI:::.\fP .TP \fBFLOW_CONTROL\fP If this option is unset, @@ -263,6 +265,10 @@ \fBHIST_NO_STORE\fP Remove the \fBhistory\fP (\fBfc\fP \-\fBl\fP) command from the history when invoked. +.TP +\fBHIST_REDUCE_BLANKS\fP +Remove superfluous blanks from each command line +being added to the history list. .TP \fBHIST_VERIFY\fP Whenever the user enters a line with history substitution, ---8<------8<------8<------8<---cut here--->8------>8------>8------>8---