linux - How to view socket(7) manual on ubuntu? -
i reading "foundations of python network programming."
it asks me view socket(7) manual.
i tried
man socket it shows me socket(2)
and when type
man socket(7) it says wrong command.
how can view socket(7)?
the syntax man [section] topic
man 7 socket
Comments
Post a Comment