summaryrefslogtreecommitdiff
path: root/comm
diff options
context:
space:
mode:
authorchatty1993-11-29 12:27:40 +0000
committerchatty1993-11-29 12:27:40 +0000
commitdc133f98ca4890fdf032f879cbb692d19dbffe73 (patch)
treefd7b0d97f39f07c0732594866327529512e037a7 /comm
parent466ae2252208ffa63e6b50d426431e4931e9130c (diff)
downloadivy-league-dc133f98ca4890fdf032f879cbb692d19dbffe73.zip
ivy-league-dc133f98ca4890fdf032f879cbb692d19dbffe73.tar.gz
ivy-league-dc133f98ca4890fdf032f879cbb692d19dbffe73.tar.bz2
ivy-league-dc133f98ca4890fdf032f879cbb692d19dbffe73.tar.xz
Fixed documentation glitch
Diffstat (limited to 'comm')
-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.