1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-30 19:20:53 +02:00
zsh/Doc/Zsh
Daniel Shahaf fa51a38955 46240: Make the expansion of manref()() in ztexi.yo match its expansion in zman.yo.
The difference was mostly harmless in the common case "(see manref(foo)(42))",
which expanded to "(see man page foo(42))" under ztexi.yo, but in other
contexts the ztexi.yo expansion was was nonsensical; for example:

    "the BSD manref(echo)(1) command"

    "the string returned by the manref(getlogin)(3) system call"

    "advisory file locking (via the manref(fcntl)(2) system call)"

    "this is the exact opposite from manref(ls)(1),"

While there, copyedit some uses of manref()().
2020-07-13 14:05:37 +00:00
..
.cvsignore
.distfiles
.vimrc
arith.yo 36693: arithmetic rounds towards zero, document 2015-09-30 14:22:59 +01:00
builtins.yo 46240: Make the expansion of manref()() in ztexi.yo match its expansion in zman.yo. 2020-07-13 14:05:37 +00:00
calsys.yo
compat.yo
compctl.yo
compsys.yo unposted: remove blank line that messed up "man" formatting 2020-05-17 13:31:51 -07:00
compwid.yo 45184: Clarify documentation of %-sequences understood by compadd -[Xx] 2020-01-05 12:04:46 -06:00
cond.yo 44981: Fix some typos in the documentation. 2019-12-04 21:31:17 +00:00
contrib.yo 46240: Make the expansion of manref()() in ztexi.yo match its expansion in zman.yo. 2020-07-13 14:05:37 +00:00
exec.yo 39566: Improve usefulness of command_not_found_handler. 2016-10-05 12:14:43 +01:00
expn.yo users/24985: Clarify documentation of the ${(n)} and ${(-)} parameter expansion flags, and add a forward compatibility hatch to the latter. 2020-07-12 11:39:34 +00:00
filelist.yo
files.yo
func.yo unposted: a few cosmetic format fixes in docs 2015-11-13 01:03:38 +09:00
grammar.yo users/24959/0002: Update aliases documentation for the addition of the ALIAS_FUNC_DEF option. 2020-06-27 00:53:02 +00:00
index.yo
intro.yo 44364: refer to zsh base manual page in zsh all 2019-05-28 09:35:12 +01:00
invoke.yo unposted: YODL compatibility fix for --emulate 2017-09-13 10:45:00 +01:00
jobs.yo 46240: Make the expansion of manref()() in ztexi.yo match its expansion in zman.yo. 2020-07-13 14:05:37 +00:00
manual.yo
metafaq.yo 46194: docs: metafaq: Remove spurious closing bracket 2020-07-06 23:41:35 +00:00
mod_attr.yo
mod_cap.yo
mod_clone.yo
mod_compctl.yo
mod_complete.yo
mod_complist.yo unposted: clarify ZLS_COLORS pattern matching contexts 2017-05-28 11:32:10 -07:00
mod_computil.yo
mod_curses.yo 40726: add "zcurses resize" for sane terminal size change 2017-03-05 11:25:38 -08:00
mod_datetime.yo 43800: Add nanosecond support to strftime built-in 2018-11-13 13:01:01 -06: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
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
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 Jun T. proofreading 2015-11-09 10:07:17 -08: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 unposted: zsh/system: Adjust documentation from workers/45708 2020-04-20 12:12:12 -05:00
mod_tcp.yo
mod_termcap.yo
mod_terminfo.yo
mod_zftp.yo
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
mod_zpty.yo unposted: Fix punctuation. 2020-01-10 12:46:32 +00:00
mod_zselect.yo
mod_zutil.yo unposted: zstyle docs: Fix typo. 2020-06-10 13:07:56 +00:00
modules.yo
options.yo 46049: docs: Correct the sense of the single-letter abstract of the GLOBAL_RCS option (-d) 2020-06-17 08:13:51 +00:00
params.yo 46240: Make the expansion of manref()() in ztexi.yo match its expansion in zman.yo. 2020-07-13 14:05:37 +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 40641: docs: patterns: Add '|' to the overview. Clarify that it short-circuits. 2017-02-28 07:39:15 +00:00
seealso.yo 41461: complete list of zsh manual pages in manual introcution 2017-07-26 09:39:08 +01:00
tcpsys.yo
zftpsys.yo 45739: docs: Clarifications about zstyle patterns. 2020-05-02 00:51:26 +00:00
zle.yo 46072 + 46136: Add the 'zle $widget -f nolast' syntax, to improve add-zle-hook-widget support for multiple hook functions. 2020-06-27 03:09:31 +00:00