Skip to content

Commit ecc3afa

Browse files
committed
[internet.synop] Rename host_not_found_try_again enumerator
Fixes NB GB-20 (PDTS)
1 parent d3df14f commit ecc3afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internetprotocol.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
enum class resolver_errc {
2222
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}
23+
try_again = @\textit{an \impldef{value of the \tcode{try_again} error code} non-zero value}@, // \textit{EAI_AGAIN}
2424
service_not_found = @\textit{an \impldef{value of the \tcode{service_not_found} error code} non-zero value}@ // \textit{EAI_SERVICE}
2525
};
2626

0 commit comments

Comments
 (0)