We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ace36 commit d25d540Copy full SHA for d25d540
network.tex
@@ -187,7 +187,7 @@
187
\item \emph{domain} -- ,,where the communication will take place'':
188
\begin{itemize}
189
\item \texttt{AF\_UNIX} \dots{} local communication within a host, its
190
- address is a file name. Also \texttt{AF\_LOCAL}.
+ address is a file name. \texttt{AF\_LOCAL} is a synonym.
191
\item \texttt{AF\_INET}, \texttt{AF\_INET6} \dots{} internet communication,
192
the address is an IP address and port pair
193
\end{itemize}
0 commit comments