diff options
Diffstat (limited to 'usr/src/lib/libdlpi/common')
| -rw-r--r-- | usr/src/lib/libdlpi/common/libdlpi.c | 6 | ||||
| -rw-r--r-- | usr/src/lib/libdlpi/common/libdlpi_impl.h | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr/src/lib/libdlpi/common/libdlpi.c b/usr/src/lib/libdlpi/common/libdlpi.c index 11d975f694..b1bebd6787 100644 --- a/usr/src/lib/libdlpi/common/libdlpi.c +++ b/usr/src/lib/libdlpi/common/libdlpi.c @@ -191,8 +191,8 @@ dlpi_open_zone(const char *linkname, const char *zonename, dlpi_handle_t *dhp, /* * Special case: DLPI_SERIAL flag is set to indicate a synchronous - * serial line interface (see syncinit(1M), syncstat(1M), - * syncloop(1M)), which is not a DLPI link. + * serial line interface (see syncinit(8), syncstat(8), + * syncloop(8)), which is not a DLPI link. */ if (dip->dli_oflags & DLPI_SERIAL) { if ((retval = i_dlpi_style2_open(dip)) != DLPI_SUCCESS) { @@ -1279,7 +1279,7 @@ i_dlpi_attach(dlpi_impl_t *dip) * if this request fails, as this indicates the underlying DLPI device does * not support link aggregation (pre-GLDV3 device drivers), and thus will * see the expected behavior without failing with DL_SYSERR/EBUSY when issuing - * DLPI primitives like DL_BIND_REQ. For further info see dlpi(7p). + * DLPI primitives like DL_BIND_REQ. For further info see dlpi(4P). */ static void i_dlpi_passive(dlpi_impl_t *dip) diff --git a/usr/src/lib/libdlpi/common/libdlpi_impl.h b/usr/src/lib/libdlpi/common/libdlpi_impl.h index 8969cce7cb..7e51ce6558 100644 --- a/usr/src/lib/libdlpi/common/libdlpi_impl.h +++ b/usr/src/lib/libdlpi/common/libdlpi_impl.h @@ -59,7 +59,7 @@ extern "C" { /* * Publicly available DLPI notification types. This list may change if - * new DLPI notification types are made public. See dlpi(7P). + * new DLPI notification types are made public. See dlpi(4P). * */ #define DLPI_NOTIFICATION_TYPES (DL_NOTE_LINK_DOWN | DL_NOTE_LINK_UP | \ |
