Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Why 'man' not work?
- X-seq: zsh-users 1140
- From: Timothy J Luoma <luomat+zsh+users@xxxxxxxxxxxxxxx>
- To: zhouyhong <sve6!zhouyh%ichp7@xxxxxxxxxxxxxxxxxxx>
- Subject: Re: Why 'man' not work?
- Date: Mon, 10 Nov 97 13:50:42 -0500
- Cc: zsh-users@xxxxxxxxxxxxxxx
- In-reply-to: <199707281000.MAA15334@xxxxxxxxxx>
- References: <199707281000.MAA15334@xxxxxxxxxx>
Author: zhouyhong <sve6!zhouyh%ichp7@xxxxxxxxxxxxxxxxxxx>
Original-Date: Mon, 10 Nov 97 10:44:11 EAT
Message-ID: <199711100244.VAA18728@xxxxxxxxxxxxxxx>
> It told me: "zsh: job table full or recursion limit exceeded"
what does 'where man' say??
It sounds like you might have made an alias or function for `man':
>From the FAQ:
3.14: How do I execute command `foo' within function `foo'?
The command `command foo' does just that. You don't need this with
aliases, but you do with functions. Note that error messages like
zsh: job table full or recursion limit exceeded
are a good sign that you tried calling `foo' in function `foo' without
using `command'. If `foo' is a builtin rather than an external
command, use `builtin foo' instead.
TjL, bitten by this just the other day
Messages sorted by:
Reverse Date,
Date,
Thread,
Author