Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I use man pages a lot, but sometimes I can't get to the man pages I want. Like "man send" gives you a bash man pages or something. How do you cycle through different man pages for a function, that has several languages. I've tried the "man 2 send" and "man:/send(2)" syntax, but that does not seem to change the man section.
Well, man -k send displays all the related topics (equivalent to apropos).
Then you do man [section] page indeed. But you may need to do man -M path to fetch the man page you require to add extra pages that cannot be accessed otherwise.
I use man pages a lot, but sometimes I can't get to the man pages I want. Like "man send" gives you a bash man pages or something. How do you cycle through different man pages for a function, that has several languages. I've tried the "man 2 send" and "man:/send(2)" syntax, but that does not seem to change the man section.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.