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

PATCH: 3.0.6-pre-3: documentation fixes



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



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