zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: 3.0.6-pre-3: documentation fixes
@ 1999-06-03  4:10 Wayne Davison
  0 siblings, 0 replies; only message in thread
From: Wayne Davison @ 1999-06-03  4:10 UTC (permalink / raw)
  To: ZSH workers mailing list

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:<beginning time>:<ending time>:<command>.\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:<beginning time>:<elapsed seconds>:<command>.\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---


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-06-03  4:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-06-03  4:10 PATCH: 3.0.6-pre-3: documentation fixes Wayne Davison

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).