Print this page
12309 errors in section 9e of the manual
@@ -92,11 +92,11 @@
uint32_t val;
ASSERT(MUTEX_HELD(&ep->ep_lock));
if (strcmp(pr_name, example_priv_props[0] == 0) {
val = ep->ep_rx_itr;
- } else if (strcmp(pr_name, exampe_priv_props[1] == 0) {
+ } else if (strcmp(pr_name, example_priv_props[1] == 0) {
val = ep->ep_tx_itr;
} else {
return (ENOTSUP);
}
@@ -177,6 +177,6 @@
than the required size for a given value.
SEE ALSO
mac(9E), mac_register(9F), strcmp(9F), mac_register(9S)
-illumos November 15, 2016 illumos
+illumos February 15, 2020 illumos