I am having a hard time finding man pages for the structures used in socket. So I am currently learning about them from a separate online tutorial. But it would be nice to know how to lookup these structures in the man pages itself.
I am using a Debian 8.3 Linux system.
For example, I found information about struct addrinfo
in man getaddrinfo
.
But I have not been able to find information about struct sockaddr_in
in any man page. Which man page contains the details about this struct? And how to find out the man pages for such structures in general?