1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-03 22:32:12 +02:00
Commit graph

15 commits

Author SHA1 Message Date
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
Jun-ichi Takimoto
db42e7c504 38108: enable to create both zsh_{a4,us}.pdf
Default paper size is taken from LC_PAPER.
Stop to check for pdfetex (obsolete and redundant).
2016-03-08 21:42:21 +09:00
Jun-ichi Takimoto
ff85c8b1c9 37090: correctly handle blank lines in yodl macro example() 2015-11-13 00:16:20 +09:00
Jun-ichi Takimoto
be5f561fa4 34850: make URLs in html/pdf docs clickable 2015-04-07 20:40:57 +09:00
Jun T
fa4c71b29e 32812: put contents at start of manual 2014-06-26 21:33:45 +01:00
Bruce Stephens
ee4391d33e 31459: fix alignment of zsh entry in info menu 2013-06-10 10:11:07 +01:00
Peter Stephenson
b174a0df05 31261: updates needed with latest texinfo 2013-04-12 22:47:22 +01:00
Clint Adams
ef171ac018 undo 24318 2007-12-25 17:33:56 +00:00
Clint Adams
f2042eaf2b 24318: drop leading spaces from direntry to cope with new makeinfo behavior. 2007-12-25 17:07:51 +00:00
Peter Stephenson
a5c9701518 24251: attempt to fix sitem() YODL macro in ztexi.yo 2007-12-14 11:58:30 +00:00
Peter Stephenson
40df7069cb 22360, 22365: support version 2 of Yodl 2006-03-20 11:06:22 +00:00
Peter Stephenson
6ee1839f20 15160, 15169: Doc formatting changes for texinfo and .html files 2001-06-28 17:02:57 +00:00
Andrey Borzenkov
2ea89bc8f1 12761: ` is converted into " by makeinfo; use @: instead; use {}` for tex 2000-09-06 14:46:48 +00:00
Peter Stephenson
e025336f2f Updated from list as far as 10376 2000-04-01 20:43:43 +00:00
Tanaka Akira
c175751b50 Initial revision 1999-04-15 18:05:35 +00:00