Skip to content

Commit 486d7fe

Browse files
committed
[internet.tcp], [internet.udp] Change "POSIX header file <...>" to "POSIX <...> header"
1 parent 0a7ceb9 commit 486d7fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/internetprotocol.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3947,7 +3947,7 @@
39473947
\end{libreqtab4}
39483948

39493949
\pnum
3950-
\begin{note} The constants \tcode{AF_INET}, \tcode{AF_INET6} and \tcode{SOCK_STREAM} are defined in the POSIX header file \tcode{<sys/socket.h>}. The constant \tcode{IPPROTO_TCP} is defined in the POSIX header file \tcode{<netinet/in.h>}. \end{note}
3950+
\begin{note} The constants \tcode{AF_INET}, \tcode{AF_INET6} and \tcode{SOCK_STREAM} are defined in the POSIX \tcode{<sys/socket.h>} header. The constant \tcode{IPPROTO_TCP} is defined in the POSIX \tcode{<netinet/in.h>} header. \end{note}
39513951

39523952

39533953
\rSec2[internet.tcp.comparisons]{\tcode{ip::tcp} comparisons}
@@ -4075,7 +4075,7 @@
40754075
\end{libreqtab4}
40764076

40774077
\pnum
4078-
\begin{note} The constants \tcode{AF_INET}, \tcode{AF_INET6} and \tcode{SOCK_DGRAM} are defined in the POSIX header file \tcode{<sys/socket.h>}. The constant \tcode{IPPROTO_UDP} is defined in the POSIX header file \tcode{<netinet/in.h>}. \end{note}
4078+
\begin{note} The constants \tcode{AF_INET}, \tcode{AF_INET6} and \tcode{SOCK_DGRAM} are defined in the POSIX \tcode{<sys/socket.h>} header. The constant \tcode{IPPROTO_UDP} is defined in the POSIX \tcode{<netinet/in.h>} header. \end{note}
40794079

40804080

40814081
\rSec2[internet.udp.comparisons]{\tcode{ip::udp} comparisons}

0 commit comments

Comments
 (0)