Print this page
12309 errors in section 9e of the manual

@@ -9,11 +9,11 @@
 .\" http://www.illumos.org/license/CDDL.
 .\"
 .\"
 .\" Copyright (c) 2017, Joyent, Inc.
 .\"
-.Dd Nov 26, 2017
+.Dd February 15, 2020
 .Dt MAC_CAPAB_TRANSCEIVER 9E
 .Os
 .Sh NAME
 .Nm mac_capab_transceiver ,
 .Nm mct_info ,

@@ -154,11 +154,11 @@
 .Sy MAC_CAPAB_TRANSCEIVER ,
 then the value of the capability structure is the following structure:
 .Bd -literal -offset indent
 typedef struct mac_capab_transceiver {
         uint_t  mct_flags;
-        uint_t  mct_ntransceiveres;
+        uint_t  mct_ntransceivers;
         int     (*mct_info)(void *driver, uint_t id,
                     mac_transceiver_info_t *infop),
         int     (*mct_read)(void *driver, uint_t id, uint_t page,
                     void *buf, size_t nbytes, off_t offset,
                     size_t *nread)

@@ -183,11 +183,11 @@
 member to
 .Sy 0 .
 .It Sy mct_ntransceivers
 The value of
 .Sy mct_ntransceivers
-indicates that the number of transceivers present in the device.
+indicates the number of transceivers present in the device.
 For most devices, it is expected that this value will be set to one.
 However, some devices do support multiple transceivers and PHYs that
 show up behind a single logical MAC.
 .Pp
 It is expected that this value will not change across the lifetime of

@@ -229,11 +229,11 @@
 the functions described in the section
 .Sx Information Functions .
 After successfully calling all of the functions, the driver should
 return
 .Sy 0 .
-Othewrise, it should return the appropriate error number.
+Otherwise, it should return the appropriate error number.
 For a full list of error numbers, see
 .Xr Intro 2 .
 Common values are:
 .Bl -tag -width Er -offset width
 .It Er EINVAL