Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH 0/4] improve manual format
- X-seq: zsh-workers 35075
 
- From: Jun T <takimoto-j@xxxxxxxxxxxxxxxxx>
 
- To: zsh-workers@xxxxxxx
 
- Subject: [PATCH 0/4] improve manual format
 
- Date: Mon, 11 May 2015 02:48:46 +0900
 
- Cc: Jun-ichi Takimoto <takimoto-j@xxxxxxxxxxxxxxxxx>
 
- List-help: <mailto:zsh-workers-help@zsh.org>
 
- List-id: Zsh Workers List <zsh-workers.zsh.org>
 
- List-post: <mailto:zsh-workers@zsh.org>
 
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
 
From: Jun-ichi Takimoto <takimoto-j@xxxxxxxxxxxxxxxxx>
This is the format improvement of the latter half of the manual.
Additional fixes for ch.14-18 are also included.
I've defined a yodl macro SPACES() for manually indenting the
second (and third ..) lines of the synopsis of bulitin commands.
(It must be redefined everytime I use it (quite ugly),
 because I could not find a way to define SPACES(n) which expands
 to n space characters.)
I'm using yodl-3.0, so please confirm that it causes no problem
with yodl-2.x.
Jun
 Doc/Zsh/builtins.yo      |  29 ++---
 Doc/Zsh/calsys.yo        |  19 ++--
 Doc/Zsh/compctl.yo       |  25 +++--
 Doc/Zsh/compsys.yo       | 267 +++++++++++++++++++++++++----------------------
 Doc/Zsh/compwid.yo       |  33 +++---
 Doc/Zsh/contrib.yo       |  77 +++++++-------
 Doc/Zsh/expn.yo          |   2 +
 Doc/Zsh/mod_clone.yo     |  18 ++--
 Doc/Zsh/mod_complist.yo  |   6 +-
 Doc/Zsh/mod_curses.yo    |  10 +-
 Doc/Zsh/mod_parameter.yo |   4 +-
 Doc/Zsh/mod_pcre.yo      |  10 +-
 Doc/Zsh/mod_sched.yo     |   4 +-
 Doc/Zsh/mod_stat.yo      |   6 +-
 Doc/Zsh/mod_system.yo    |  15 +--
 Doc/Zsh/mod_zftp.yo      |  26 ++---
 Doc/Zsh/mod_zpty.yo      |  12 +--
 Doc/Zsh/mod_zselect.yo   |   6 +-
 Doc/Zsh/mod_zutil.yo     |  52 ++++-----
 Doc/Zsh/options.yo       |   2 +-
 Doc/Zsh/params.yo        |   2 +-
 Doc/Zsh/tcpsys.yo        |  70 +++++++------
 Doc/Zsh/zftpsys.yo       |  52 ++++-----
 Doc/Zsh/zle.yo           |   9 +-
 24 files changed, 401 insertions(+), 355 deletions(-)
-- 
1.9.5 (Apple Git-50.3)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author