From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24237 invoked by alias); 10 May 2015 17:49:53 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 35075 Received: (qmail 7825 invoked from network); 10 May 2015 17:49:52 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-Biglobe-Sender: From: Jun T To: zsh-workers@zsh.org Cc: Jun-ichi Takimoto Subject: [PATCH 0/4] improve manual format Date: Mon, 11 May 2015 02:48:46 +0900 Message-Id: <1431280130-26058-1-git-send-email-takimoto-j@kba.biglobe.ne.jp> X-Mailer: git-send-email 1.9.5 (Apple Git-50.3) X-Biglobe-Spnum: 58822 From: Jun-ichi Takimoto 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)