1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 16:40:24 +02:00

32493: some man page formatting fixes

This commit is contained in:
Jun T 2014-03-18 00:01:56 +09:00 committed by Peter Stephenson
parent 35475f012a
commit 53e9e2646d
5 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2014-03-17 Peter Stephenson <p.stephenson@samsung.com>
* Jun T: 32493: Doc/Zsh/contrib.yo, Doc/Zsh/mod_pcre.yo,
Doc/Zsh/mod_regex.yo, Doc/Zsh/mod_sched.yo: some formatting
fixes.
2014-03-16 Peter Stephenson <p.w.stephenson@ntlworld.com>
* Mariusz Fik: 32847: Completion/openSUSE/Command/_zypper: new

View file

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

View file

@ -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)(

View file

@ -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))(

View file

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