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 d3df14f commit ecc3afaCopy full SHA for ecc3afa
src/internetprotocol.tex
@@ -20,7 +20,7 @@
20
21
enum class resolver_errc {
22
host_not_found = @\textit{an \impldef{value of the \tcode{host_not_found} error code} non-zero value}@, // \textit{EAI_NONAME}
23
- host_not_found_try_again = @\textit{an \impldef{value of the \tcode{host_not_found_try_again} error code} non-zero value}@, // \textit{EAI_AGAIN}
+ try_again = @\textit{an \impldef{value of the \tcode{try_again} error code} non-zero value}@, // \textit{EAI_AGAIN}
24
service_not_found = @\textit{an \impldef{value of the \tcode{service_not_found} error code} non-zero value}@ // \textit{EAI_SERVICE}
25
};
26
0 commit comments