1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-18 15:21:16 +02:00
zsh/Doc/Zsh
Daniel Shahaf 1168c6c3ea 49448: docs: Fix pointers to the Widgets', User-defined Widgets', and `Standard Widgets' sections.
The latter two didn't have their own texinode()s.  Various places, both
those sections' subsections and elsewhere in the manual, linked to the
first section rather than to the third.  For instance, zshcontrib(1)
pointed to "noderef(Miscellaneous) in noderef(Zle Widgets)", even though
the former (currently §18.6.6) is not under the latter (currently §18.4).

Add texinode()s and fix those pointers.
2021-11-26 08:39:08 +00:00
..
.cvsignore
.distfiles 33047: use git to simplify massively source distribution file selection 2014-08-23 21:01:58 +01:00
.vimrc 35775: New zsh-specific yodl vim syntax highlighting. 2015-07-13 23:22:19 +00:00
arith.yo 47547: docs: Specify the exact kind of quoting which is assumed when parsing arithmetic expressions 2020-11-16 18:07:53 +00:00
builtins.yo 49534, 49539: separate watch/log functionality out into a module 2021-11-02 21:41:53 +01:00
calsys.yo 49445: docs: Clean up some subsection references. 2021-11-26 08:38:39 +00:00
compat.yo 49534, 49539: separate watch/log functionality out into a module 2021-11-02 21:41:53 +01:00
compctl.yo 35075: improve manual format 2015-05-12 00:36:18 +09:00
compsys.yo 49447: docs: _wanted: Clarify the example and point to another one. 2021-11-26 08:39:03 +00:00
compwid.yo 49528: allow multiple -D options to compadd 2021-10-30 23:35:04 +02:00
cond.yo 44981: Fix some typos in the documentation. 2019-12-04 21:31:17 +00:00
contrib.yo 49448: docs: Fix pointers to the Widgets', User-defined Widgets', and `Standard Widgets' sections. 2021-11-26 08:39:08 +00:00
exec.yo 49154: clarify status on exec failure 2021-09-06 14:28:54 -07:00
expn.yo 49446: docs: Add texinode()s, so the next commit can link directly to a subsection. 2021-11-26 08:38:56 +00:00
filelist.yo 25958: make it possible to get docs for startup files correct 2008-10-30 12:09:18 +00:00
files.yo 25958: make it possible to get docs for startup files correct 2008-10-30 12:09:18 +00:00
func.yo 45583/0004: docs: Document that hook functions may rely on $? (see workers/48570). 2021-04-15 16:27:53 +00:00
grammar.yo 49307 with doc update: POSIX_TRAPS fix. 2021-08-26 09:46:39 +01:00
index.yo 22360, 22365: support version 2 of Yodl 2006-03-20 11:06:22 +00:00
intro.yo 49445: docs: Clean up some subsection references. 2021-11-26 08:38:39 +00:00
invoke.yo unposted: YODL compatibility fix for --emulate 2017-09-13 10:45:00 +01:00
jobs.yo 49445: docs: Clean up some subsection references. 2021-11-26 08:38:39 +00:00
manual.yo 48096: Update Sourceforge links to https://zsh.sourceforge.io/ 2021-06-22 11:29:55 +01:00
metafaq.yo 48096: Update Sourceforge links to https://zsh.sourceforge.io/ 2021-06-22 11:29:55 +01:00
mod_attr.yo 28253: document -h argument to atribute commands 2010-09-12 18:56:40 +00:00
mod_cap.yo unposted: force latest version of files from vendor to main branch 2007-07-03 17:06:04 +00:00
mod_clone.yo 35075: improve manual format 2015-05-12 00:36:18 +09:00
mod_compctl.yo
mod_complete.yo unposted: force latest version of files from vendor to main branch 2007-07-03 17:06:04 +00:00
mod_complist.yo unposted: clarify ZLS_COLORS pattern matching contexts 2017-05-28 11:32:10 -07:00
mod_computil.yo 33206: fix compdescribe doc 2014-09-19 19:45:55 -07:00
mod_curses.yo unposted: Fix typos 2021-09-26 09:00:32 +00:00
mod_datetime.yo 47494, 47495: Add -n option to strftime 2020-10-25 23:06:02 +01:00
mod_db_gdbm.yo 40558, 40562: General improvements to zsh/db/gdbm module 2017-02-17 09:22:02 +00:00
mod_deltochar.yo
mod_example.yo unposted: force latest version of files from vendor to main branch 2007-07-03 17:06:04 +00:00
mod_files.yo 44153: rm: Accept -R as equivalent to -r 2019-03-21 22:04:55 -05:00
mod_langinfo.yo
mod_mapfile.yo unposted: docs: Fix some markup and typos. 2020-06-26 18:25:51 +00:00
mod_mathfunc.yo 43275: Add log2 to match func 2018-08-13 09:36:55 +01:00
mod_nearcolor.yo 43760: add documentation for true colour changes and nearcolor module 2018-11-05 22:24:16 +01:00
mod_newuser.yo 49445: docs: Clean up some subsection references. 2021-11-26 08:38:39 +00:00
mod_parameter.yo 44981: Fix some typos in the documentation. 2019-12-04 21:31:17 +00:00
mod_pcre.yo unposted: a few cosmetic format fixes in docs 2015-11-13 01:03:38 +09:00
mod_private.yo 49456: clean up detection of private params in nested scopes, update doc 2021-10-04 09:02:27 -07:00
mod_regex.yo github #58: docs: Note that the zsh/regex syntax is platform-dependent. 2020-07-07 13:27:03 +00:00
mod_sched.yo unposted: reference use of widgets to effect editor changes from a sched command 2016-09-12 09:52:23 -07:00
mod_socket.yo 44480: Don't automatically close externally visible file descroptors. 2019-07-02 13:42:53 +01:00
mod_stat.yo 43075: Support nanosecond-precision time formatting 2018-06-20 17:29:56 -05:00
mod_system.yo 48888: improve doc for $$ and $PPID, add fail test for PPID readonly-ness 2021-09-06 12:46:28 -07:00
mod_tcp.yo
mod_termcap.yo
mod_terminfo.yo
mod_watch.yo 49534, 49539: separate watch/log functionality out into a module 2021-11-02 21:41:53 +01:00
mod_zftp.yo 35075: improve manual format 2015-05-12 00:36:18 +09:00
mod_zle.yo
mod_zleparameter.yo users/21752: Extend zsh/zleparameter's $widgets' parameter's documentation. 2016-07-17 14:58:05 +00:00
mod_zprof.yo Mikael Magnusson: 28181: Remove a stray `)' that caused a ".RE" string to be output 2010-08-21 09:35:49 +00:00
mod_zpty.yo unposted: Fix punctuation. 2020-01-10 12:46:32 +00:00
mod_zselect.yo unposted: Fix typos 2021-09-26 09:00:32 +00:00
mod_zutil.yo 49561: add zformat -F option, similar to -f but ternary expressions check for existence instead of doing math evaluation 2021-11-12 20:33:52 +01:00
modules.yo unposted: cross-reference zmodload from the modules intro doc. 2011-09-25 18:09:13 +00:00
options.yo 49445: docs: Clean up some subsection references. 2021-11-26 08:38:39 +00:00
params.yo 49445: docs: Clean up some subsection references. 2021-11-26 08:38:39 +00:00
prompt.yo 43075: Support nanosecond-precision time formatting 2018-06-20 17:29:56 -05:00
redirect.yo 44964: zshmisc(1): Document APPEND_CREATE under the append redirection operators, >> and >>!. 2019-12-03 02:54:48 +00:00
restricted.yo 44387, edited: describe some problems with restricted mode 2019-06-06 21:09:42 +01:00
roadmap.yo 49445: docs: Clean up some subsection references. 2021-11-26 08:38:39 +00:00
seealso.yo 41461: complete list of zsh manual pages in manual introcution 2017-07-26 09:39:08 +01:00
tcpsys.yo 35075: improve manual format 2015-05-12 00:36:18 +09:00
zftpsys.yo 45739: docs: Clarifications about zstyle patterns. 2020-05-02 00:51:26 +00:00
zle.yo 49448: docs: Fix pointers to the Widgets', User-defined Widgets', and `Standard Widgets' sections. 2021-11-26 08:39:08 +00:00