关于linux man命令的疑问

时间:2022-05-23 16:27:22
比如查询utime函数时,出现下面两个选项,一个后面带有“(2)”,另一个后面带有“(3p)”,这个表示什么意思?

linux:/ # man utime
Man: find all matching manual pages
 * utime (2)
   utime (3p)
Man: What manual page do you want?

8 个解决方案

#1


1. General Commands
2. System Calls
3. Subroutines
4. Special Files
5. File Formats
6. Games
7. Macros and Conventions
8. Maintenence Commands

#3


3后面的P是什么意思?

#4


https://www.kernel.org/doc/man-pages/maintaining.html

Standards

Join the Austin group. (Membership is free.)

Get electronic copies of current and past UNIX standards, especially the current POSIX.1-2008/SUSv4 standard, available in PDF format to members of the Austin group, and browsable online. Note also that section 3p of the man pages includes pages containing the specifications for all functions in POSIX.1-2001 (e.g., try man 3p stat).

Other standards to look out for are SUSv1, SUSv2, and the SVID (System V Interface Definition), all of which are available in electronic form.

And get the C99 standard.

And have a look at the LSB (LSB 4.0, LSB 3.2).

#5


菜鸟看不懂啊。

#6


 3p of the man 

关于linux man命令的疑问

#7


p 代表 POSIX

#8


在介绍man之前先理解两个概念:pager和section。
    pager是程序、函数的名称,也就是待查找的程序或者函数的名称。例如:ls(程序)、mkdir(函数)。
    section是帮助文档的分类,每个类别描述特定内容的帮助信息,目前共有8个section,每个section的含义如下:
    section1、用户程序;
    section2、系统调用;
    section3、库函数调用;
    section4、特定文件(通常位于/dev目录下);
    section5、文件格式;
    section6、游戏;
    section7、其他项;
    section8、系统管理;

#1


1. General Commands
2. System Calls
3. Subroutines
4. Special Files
5. File Formats
6. Games
7. Macros and Conventions
8. Maintenence Commands

#2


#3


3后面的P是什么意思?

#4


https://www.kernel.org/doc/man-pages/maintaining.html

Standards

Join the Austin group. (Membership is free.)

Get electronic copies of current and past UNIX standards, especially the current POSIX.1-2008/SUSv4 standard, available in PDF format to members of the Austin group, and browsable online. Note also that section 3p of the man pages includes pages containing the specifications for all functions in POSIX.1-2001 (e.g., try man 3p stat).

Other standards to look out for are SUSv1, SUSv2, and the SVID (System V Interface Definition), all of which are available in electronic form.

And get the C99 standard.

And have a look at the LSB (LSB 4.0, LSB 3.2).

#5


菜鸟看不懂啊。

#6


 3p of the man 

关于linux man命令的疑问

#7


p 代表 POSIX

#8


在介绍man之前先理解两个概念:pager和section。
    pager是程序、函数的名称,也就是待查找的程序或者函数的名称。例如:ls(程序)、mkdir(函数)。
    section是帮助文档的分类,每个类别描述特定内容的帮助信息,目前共有8个section,每个section的含义如下:
    section1、用户程序;
    section2、系统调用;
    section3、库函数调用;
    section4、特定文件(通常位于/dev目录下);
    section5、文件格式;
    section6、游戏;
    section7、其他项;
    section8、系统管理;