From dc133f98ca4890fdf032f879cbb692d19dbffe73 Mon Sep 17 00:00:00 2001 From: chatty Date: Mon, 29 Nov 1993 12:27:40 +0000 Subject: Fixed documentation glitch --- comm/Socket.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'comm') 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. -- cgit v1.1