summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--comm/Socket.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/comm/Socket.cc b/comm/Socket.cc
index 1d5a542..2021aff 100644
--- a/comm/Socket.cc
+++ b/comm/Socket.cc
@@ -81,7 +81,7 @@ UchSocket :: Copy () const
/*?
This virtual function returns the type of the socket:
-one of \var{SOCK_UNSPEC}, \var{SOCK_STREAM}, \var{SOCK_DGRAM},
+one of \var{SOCK\_UNSPEC}, \var{SOCK\_STREAM}, \var{SOCK\_DGRAM},
depending on the class.
?*/
int
@@ -248,7 +248,7 @@ UchSocket :: Family ()
/*?
These function get and set the family.
-The possible values currently are \var{AF_UNSPEC}, \var{AF_UNIX} and \var{AF_INET}.
+The possible values currently are \var{AF\_UNSPEC}, \var{AF\_UNIX} and \var{AF\_INET}.
Other values may be defined if supported by the system.
The family must be defined for \fun{Open} (and thus \fun{Setup}) to succeed.
If an address is bound or connected to the socket, its family is used.