From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8270 invoked from network); 30 Apr 2007 06:13:44 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FORGED_RCVD_HELO autolearn=ham version=3.1.8 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 30 Apr 2007 06:13:44 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 16423 invoked from network); 30 Apr 2007 06:13:38 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 30 Apr 2007 06:13:38 -0000 Received: (qmail 6622 invoked by alias); 30 Apr 2007 06:13:36 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23358 Received: (qmail 6612 invoked from network); 30 Apr 2007 06:13:35 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 30 Apr 2007 06:13:35 -0000 Received: (qmail 16154 invoked from network); 30 Apr 2007 06:13:35 -0000 Received: from smtpout0171.sc1.he.tucows.com (HELO n064.sc1.he.tucows.com) (64.97.136.171) by a.mx.sunsite.dk with SMTP; 30 Apr 2007 06:13:32 -0000 Received: from sc.homeunix.net (82.26.169.33) by n064.sc1.he.tucows.com (7.2.069.1) id 4630CEFC0004957F; Mon, 30 Apr 2007 06:13:27 +0000 Received: from chazelas by sc.homeunix.net with local (Exim 4.67) (envelope-from ) id 1HiP8Y-0001Jp-Lz; Mon, 30 Apr 2007 07:13:26 +0100 Date: Mon, 30 Apr 2007 07:13:26 +0100 From: Stephane Chazelas To: Dave Yost Cc: zsh-workers@sunsite.dk Subject: Re: manual all on one HTML page Message-ID: <20070430061326.GA4961@sc.homeunix.net> Mail-Followup-To: Dave Yost , zsh-workers@sunsite.dk References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.6i On Sun, Apr 29, 2007 at 05:49:07PM -0700, Dave Yost wrote: > Hi. > > There really should be an all-on-one-page HTML manual. > > I tried to look for the exec command using the current divided-up > HTML and couldn't find it. [...] That's the biggest problem with the HTML format. That's why there exist more advanced formats like the "info" formats. The info format is inspired from books. There is a table of content and an index, both searchable with completion, and the whole document can be searched as well. See the "g", "i", "m", "s" keys in info. Typically: info zsh iexec -- Stéphane