如何安装用于显示 host_ent 和 in_addr 结构信息的手册页?

如何安装用于显示 host_ent 和 in_addr 结构信息的手册页?
user@ubuntu:~/Documents/C$ man host_ent
No manual entry for host_ent

如何在 ubuntu 下安装 host_ent 或 in_addr 的手册页?

答案1

structgethostbyname(3)在 Linux 中,它们没有记录在自己的手册页中,而是作为手册页的一部分记录在 2/3/3p 节中。包含和手册页的软件包inet(3)manpages-dev

相关内容