Print this page
12309 errors in section 9e of the manual
@@ -9,11 +9,11 @@
.\" http://www.illumos.org/license/CDDL.
.\"
.\"
.\" Copyright 2016 Joyent, Inc.
.\"
-.Dd November 15, 2016
+.Dd February 15, 2020
.Dt MC_GETPROP 9E
.Os
.Sh NAME
.Nm mc_getprop
.Nd get device properties
@@ -143,11 +143,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);
}