[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: BASH_BUILTINS(1) | 'man bash_builtins' | Manual not found
From: |
Alex fxmbsw7 Ratchev |
Subject: |
Re: BASH_BUILTINS(1) | 'man bash_builtins' | Manual not found |
Date: |
Thu, 30 Sep 2021 13:37:57 +0200 |
i havent read official 'man alias' either
maybe you meant help alias
On Thu, Sep 30, 2021, 13:27 Greg Wooledge <greg@wooledge.org> wrote:
> On Thu, Sep 30, 2021 at 11:50:36AM +0300, Ricky Tigg wrote:
> > Hello.
> >
> > For reference | Execute 'man <Bash function>' e.g 'man alias'; this
> opens a
> > BASH_BUILTINS(1) titled manual. The obvious is then noticeable: a manual
> > entry for bash_builtins does exist. Once it is searched with 'man', it is
> > no longer found.
> >
> > To reproduce:
> >
> > $ man bash_builtins
> > No manual entry for bash_builtins
>
> This setup is operating system specific. You'll need to talk to your
> OS vendor's support mailing list, web forum, IRC channel, etc.
>
> E.g. on Debian 11:
>
> unicorn:~$ man bash-builtins | head -n1
> BASH-BUILTINS(7) Miscellaneous Information Manual
> BASH-BUILTINS(7)
>
> This page is provided by the "bash" package in Debian, but there are
> none of your symlinks, e.g. "man alias" does not give me this page. Again,
> all of that stuff is set up (or not set up) by your OS vendor.
>
>