From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1652 invoked from network); 19 Jul 1999 19:18:52 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 19 Jul 1999 19:18:52 -0000 Received: (qmail 10812 invoked by alias); 19 Jul 1999 19:18:38 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7208 Received: (qmail 10798 invoked from network); 19 Jul 1999 19:18:38 -0000 To: zsh-workers@sunsite.auc.dk Subject: Zsh online manuals under SunOS 5.7. MIME-Version: 1.0 (generated by AKEMI 1.13.2 - =?ISO-2022-JP?B?Ig==?= =?ISO-2022-JP?B?GyRCQTA0Y0s8GyhCIg==?=) Content-Type: text/plain; charset=US-ASCII From: Tanaka Akira Date: 20 Jul 1999 04:18:35 +0900 Message-ID: User-Agent: Chao-gnus/6.12.5 AKEMI/1.13.2 (=?ISO-2022-JP?B?GyRCQTAbKEI=?= =?ISO-2022-JP?B?GyRCNGNLPBsoQg==?=) FLAM-DOODLE/1.12.6 (=?ISO-2022-JP?B?GyRCM3cbKEI=?= 10R4.0/5.0) Emacs/20.3.11 (sparc-sun-solaris2.6) MULE/4.0 (HANANOEN) Under SunOS 5.7, if windex is generated by /bin/catman -w, man command cannot refer zsh online manuals. Z:akr@is27e1u11% cd Doc Z:akr@is27e1u11% mkdir man Z:akr@is27e1u11% cd man Z:akr@is27e1u11% mkdir man1 Z:akr@is27e1u11% cp ../zsh.1 man1/zsh.1 Z:akr@is27e1u11% MANPATH=$PATH man zsh |head -10 No manual entry for zsh. Z:akr@is27e1u11% ls man1 Z:akr@is27e1u11% MANPATH=$PWD man zsh |head -10 Reformatting page. Wait... done User Commands ZSH(1) NAME zsh - the Z shell Broken Pipe Z:akr@is27e1u11% catman -w -M $PWD Z:akr@is27e1u11% MANPATH=$PWD man zsh No manual entry for zsh. Z:akr@is27e1u11% ls -l windex -rw-r--r-- 1 akr is 0 Jul 20 04:08 windex Z:akr@is27e1u11% vi man1/zsh.1 Edit man1/zsh.1 as follows: | --- man1/zsh.1- Mon Jul 19 23:56:34 1999 | +++ man1/zsh.1 Tue Jul 20 03:53:10 1999 | @@ -1,11 +1,7 @@ | -.TH "ZSH" "1" "July 19, 1999" "zsh 3\&.1\&.6\-test\-2" | +.TH "ZSH" "1" "July 19, 1999" | .SH ""NAME | -.' | zsh \- the Z shell | -.' (avoiding a yodl bug) | .\" Yodl file: Zsh/intro.yo | -.' | -.' | .SH ""SYNOPSIS | .' | Because zsh contains many features, the zsh manual has been split into Z:akr@is27e1u11% catman -w -M $PWD Z:akr@is27e1u11% ls -l windex -rw-r--r-- 1 akr is 28 Jul 20 04:10 windex Z:akr@is27e1u11% cat windex zsh zsh (1) - the Z shell Z:akr@is27e1u11% MANPATH=$PWD man zsh |head -10 Reformatting page. Wait... done User Commands ZSH(1) NAME zsh - the Z shell Broken Pipe Z:akr@is27e1u11% Because man command under SunOS 5.7 uses windex to search a manual file, empty windex causes the "No manual entry for zsh." error. Is there a way to make online manuals suitable for Solaris 7 catman? # without editing by hand. -- Tanaka Akira