about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/contrib.yo2
-rw-r--r--Doc/Zsh/mod_pcre.yo1
-rw-r--r--Doc/Zsh/mod_regex.yo1
-rw-r--r--Doc/Zsh/mod_sched.yo2
4 files changed, 4 insertions, 2 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index 11d596df8..c44647163 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -2904,7 +2904,7 @@ file name is matched against the pattern, regardless of how the file
 was passed to the handler.  The file is resolved to a full path using
 the tt(:A) modifier described in
 ifzman(the subsection Modifers in zmanref(zshexpn))\
-ifnzman(noderef(Modifiers)));
+ifnzman(noderef(Modifiers));
 this means that symbolic links are resolved where possible, so that
 links into other file systems behave in the correct fashion.
 )
diff --git a/Doc/Zsh/mod_pcre.yo b/Doc/Zsh/mod_pcre.yo
index 9b8d9d6a7..6ab5a1937 100644
--- a/Doc/Zsh/mod_pcre.yo
+++ b/Doc/Zsh/mod_pcre.yo
@@ -72,6 +72,7 @@ print -l $accum
 enditem()
 
 The tt(zsh/pcre) module makes available the following test condition:
+
 startitem()
 findex(pcre-match)
 item(expr tt(-pcre-match) pcre)(
diff --git a/Doc/Zsh/mod_regex.yo b/Doc/Zsh/mod_regex.yo
index 4081810ed..f20451664 100644
--- a/Doc/Zsh/mod_regex.yo
+++ b/Doc/Zsh/mod_regex.yo
@@ -4,6 +4,7 @@ Interface to the POSIX regex library.
 cindex(regular expressions)
 cindex(regex)
 The tt(zsh/regex) module makes available the following test condition:
+
 startitem()
 findex(regex-match)
 item(var(expr) tt(-regex-match) var(regex))(
diff --git a/Doc/Zsh/mod_sched.yo b/Doc/Zsh/mod_sched.yo
index 948001baf..2d8d77c7a 100644
--- a/Doc/Zsh/mod_sched.yo
+++ b/Doc/Zsh/mod_sched.yo
@@ -48,7 +48,7 @@ enditem()
 
 startitem()
 vindex(zsh_scheduled_events)
-item(zsh_scheduled_events)(
+item(tt(zsh_scheduled_events))(
 A readonly array corresponding to the events scheduled by the
 tt(sched) builtin.  The indices of the array correspond to the numbers
 shown when tt(sched) is run with no arguments (provided that the