File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
821821these 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% %%%%
You can’t perform that action at this time.
0 commit comments