summaryrefslogtreecommitdiff
path: root/usr/src/lib/libdlpi/common/libdlpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libdlpi/common/libdlpi.c')
-rw-r--r--usr/src/lib/libdlpi/common/libdlpi.c6
1 files changed, 3 insertions, 3 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)