セクション1はユーザーコマンド、セクション2はカーネルAPI、セクション3はCライブラリなどについて多くの場所で読んだことがあります。
私の質問はこれです:
コマンドライン(他のソースではなく、コマンドライン)から人間のセクションのコンテンツの種類の短い説明(上記のような)にどのように到達しますか
PS:私はFedora19デスクトップを使用しています
承認された回答:
man
のmanページ それ自体(これは取得するのとほぼ同じくらいメタです🙂):
man man
または、より具体的に(jordanmのコメントを参照):
man 1 man
ページを取得するにはman(1)
。
上記からの引用:
次の表は、マニュアルのセクション番号と、それに続く
ページの種類を示しています。1 Executable programs or shell commands 2 System calls (functions provided by the kernel) 3 Library calls (functions within program libraries) 4 Special files (usually found in /dev) 5 File formats and conventions eg /etc/passwd 6 Games 7 Miscellaneous (including macro packages and conventions), e.g. man(7), groff(7) 8 System administration commands (usually only for root) 9 Kernel routines [Non standard]