Skip to content

Commit fbabc69

Browse files
committed
Improved language.
1 parent cc95bf4 commit fbabc69

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

network.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -817,13 +817,13 @@
817817
\item \texttt{n} stands for \texttt{network}, \texttt{p} stands for
818818
\texttt{presentable}
819819
\item In the past \texttt{inet\_aton} and \texttt{inet\_ntoa} (\texttt{a} as
820-
\texttt{ascii}) were used for IPv4 addresses. Thanks for the functions above
820+
\texttt{ascii}) were used for IPv4 addresses. Thanks to the functions above
821821
these are now legacy. All these calls are usually documented in the
822822
\texttt{inet} man page.
823-
\item \label{ADDRESSES} Do realize that using these functions it is only
824-
possible to convert one address family once, either IPv4 or IPv6.
825-
When the output can be either, try one and if that fails, fallback to another.
826-
Example: \example{resolving/addresses.c}.
823+
\item \label{ADDRESSES} Do realize that by using these functions it is only
824+
possible to convert one address family per call, either IPv4 or IPv6. When the
825+
input can be either of those, try one and if that fails, fallback to the other
826+
one. Example: \example{resolving/addresses.c}.
827827
\end{itemize}
828828

829829
%%%%%

0 commit comments

Comments
 (0)