diff options
Diffstat (limited to 'usr/src/man/man3dlpi')
21 files changed, 101 insertions, 60 deletions
diff --git a/usr/src/man/man3dlpi/dlpi_arptype.3dlpi b/usr/src/man/man3dlpi/dlpi_arptype.3dlpi index b262f52237..0879bf48e1 100644 --- a/usr/src/man/man3dlpi/dlpi_arptype.3dlpi +++ b/usr/src/man/man3dlpi/dlpi_arptype.3dlpi @@ -27,7 +27,7 @@ zero is returned. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for description of the following attributes: +See \fBattributes\fR(7) for description of the following attributes: .sp .sp @@ -45,4 +45,5 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBlibdlpi\fR(3LIB), \fBattributes\fR(5) +.BR libdlpi (3LIB), +.BR attributes (7) diff --git a/usr/src/man/man3dlpi/dlpi_bind.3dlpi b/usr/src/man/man3dlpi/dlpi_bind.3dlpi index b7833ac67c..1393baed3a 100644 --- a/usr/src/man/man3dlpi/dlpi_bind.3dlpi +++ b/usr/src/man/man3dlpi/dlpi_bind.3dlpi @@ -85,7 +85,7 @@ Unavailable \fBDLPI\fR \fBSAP\fR .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for description of the following attributes: +See \fBattributes\fR(7) for description of the following attributes: .sp .sp @@ -103,5 +103,9 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBdlpi_info\fR(3DLPI), \fBdlpi_recv\fR(3DLPI), \fBdlpi_send\fR(3DLPI), -\fBdlpi_unbind\fR(3DLPI), \fBlibdlpi\fR(3LIB), \fBattributes\fR(5) +.BR dlpi_info (3DLPI), +.BR dlpi_recv (3DLPI), +.BR dlpi_send (3DLPI), +.BR dlpi_unbind (3DLPI), +.BR libdlpi (3LIB), +.BR attributes (7) diff --git a/usr/src/man/man3dlpi/dlpi_close.3dlpi b/usr/src/man/man3dlpi/dlpi_close.3dlpi index 5299bcf39f..eb0f4da707 100644 --- a/usr/src/man/man3dlpi/dlpi_close.3dlpi +++ b/usr/src/man/man3dlpi/dlpi_close.3dlpi @@ -24,7 +24,7 @@ link instance. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for description of the following attributes: +See \fBattributes\fR(7) for description of the following attributes: .sp .sp @@ -42,4 +42,6 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBdlpi_open\fR(3DLPI), \fBlibdlpi\fR(3LIB), \fBattributes\fR(5) +.BR dlpi_open (3DLPI), +.BR libdlpi (3LIB), +.BR attributes (7) diff --git a/usr/src/man/man3dlpi/dlpi_disabnotify.3dlpi b/usr/src/man/man3dlpi/dlpi_disabnotify.3dlpi index 366bc3e9d4..e7115c66eb 100644 --- a/usr/src/man/man3dlpi/dlpi_disabnotify.3dlpi +++ b/usr/src/man/man3dlpi/dlpi_disabnotify.3dlpi @@ -75,7 +75,7 @@ The DLPI operation failed. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -93,4 +93,6 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBdlpi_enabnotify\fR(3DLPI), \fBlibdlpi\fR(3LIB), \fBattributes\fR(5) +.BR dlpi_enabnotify (3DLPI), +.BR libdlpi (3LIB), +.BR attributes (7) diff --git a/usr/src/man/man3dlpi/dlpi_enabmulti.3dlpi b/usr/src/man/man3dlpi/dlpi_enabmulti.3dlpi index 290709e00b..1cbd34b59a 100644 --- a/usr/src/man/man3dlpi/dlpi_enabmulti.3dlpi +++ b/usr/src/man/man3dlpi/dlpi_enabmulti.3dlpi @@ -84,7 +84,7 @@ Invalid argument .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for description of the following attributes: +See \fBattributes\fR(7) for description of the following attributes: .sp .sp @@ -102,4 +102,5 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBlibdlpi\fR(3LIB), \fBattributes\fR(5) +.BR libdlpi (3LIB), +.BR attributes (7) diff --git a/usr/src/man/man3dlpi/dlpi_enabnotify.3dlpi b/usr/src/man/man3dlpi/dlpi_enabnotify.3dlpi index f3dd38939b..2e5203562e 100644 --- a/usr/src/man/man3dlpi/dlpi_enabnotify.3dlpi +++ b/usr/src/man/man3dlpi/dlpi_enabnotify.3dlpi @@ -27,7 +27,7 @@ dlpi_enabnotify \- enable DLPI notification .LP The \fBdlpi_enabnotify()\fR function enables a notification callback for the set of events specified in \fInotes\fR, which must be one or more (by a logical -OR operation) of the DLPI notifications documented in \fBdlpi\fR(7P). The +OR operation) of the DLPI notifications documented in \fBdlpi\fR(4P). The callback function \fIfuncp\fR is registered with the DLPI handle \fIdh\fR and is invoked when \fIdh\fR receives notification for any of the specified event types. Upon success, \fIid\fR contains the identifier associated with the @@ -184,7 +184,7 @@ The DLPI operation failed. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -202,5 +202,8 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBdlpi_disabnotify\fR(3DLPI), \fBdlpi_recv\fR(3DLPI), \fBlibdlpi\fR(3LIB), -\fBattributes\fR(5), \fBdlpi\fR(7P) +.BR dlpi_disabnotify (3DLPI), +.BR dlpi_recv (3DLPI), +.BR libdlpi (3LIB), +.BR dlpi (4P), +.BR attributes (7) diff --git a/usr/src/man/man3dlpi/dlpi_fd.3dlpi b/usr/src/man/man3dlpi/dlpi_fd.3dlpi index 60aa56c58e..2a59ea66cb 100644 --- a/usr/src/man/man3dlpi/dlpi_fd.3dlpi +++ b/usr/src/man/man3dlpi/dlpi_fd.3dlpi @@ -23,7 +23,7 @@ used to directly operate on the open \fBDLPI\fR stream associated with the \fBDLPI\fR handle \fIdh\fR. This file descriptor can be used to perform non-\fBDLPI\fR operations that do not alter the state of the \fBDLPI\fR stream, such as waiting for an event using \fBpoll\fR(2), or pushing and configuring -additional \fBSTREAMS\fR modules, such as \fBpfmod\fR(7M). If \fBDLPI\fR +additional \fBSTREAMS\fR modules, such as \fBpfmod\fR(4M). If \fBDLPI\fR operations are directly performed on the file descriptor, or a \fBSTREAMS\fR module is pushed that alters the message-passing interface such that \fBDLPI\fR operations can no longer be issued, future operations on \fIdh\fR might not @@ -40,7 +40,7 @@ handle \fIdh\fR. If \fIdh\fR is invalid, \fB-1\fR is returned. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for description of the following attributes: +See \fBattributes\fR(7) for description of the following attributes: .sp .sp @@ -58,5 +58,8 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBpoll\fR(2), \fBlibdlpi\fR(3LIB), \fBattributes\fR(5), \fBdlpi\fR(7P), -\fBpfmod\fR(7M) +.BR poll (2), +.BR libdlpi (3LIB), +.BR pfmod (4M), +.BR dlpi (4P), +.BR attributes (7) diff --git a/usr/src/man/man3dlpi/dlpi_get_physaddr.3dlpi b/usr/src/man/man3dlpi/dlpi_get_physaddr.3dlpi index 260ffcc66f..ef9ccd48fe 100644 --- a/usr/src/man/man3dlpi/dlpi_get_physaddr.3dlpi +++ b/usr/src/man/man3dlpi/dlpi_get_physaddr.3dlpi @@ -97,7 +97,7 @@ Invalid argument .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for description of the following attributes: +See \fBattributes\fR(7) for description of the following attributes: .sp .sp @@ -115,4 +115,6 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBdlpi_set_physaddr\fR(3DLPI), \fBlibdlpi\fR(3LIB), \fBattributes\fR(5) +.BR dlpi_set_physaddr (3DLPI), +.BR libdlpi (3LIB), +.BR attributes (7) diff --git a/usr/src/man/man3dlpi/dlpi_iftype.3dlpi b/usr/src/man/man3dlpi/dlpi_iftype.3dlpi index d47471ae36..18e8b580de 100644 --- a/usr/src/man/man3dlpi/dlpi_iftype.3dlpi +++ b/usr/src/man/man3dlpi/dlpi_iftype.3dlpi @@ -28,7 +28,7 @@ Otherwise, zero is returned. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for description of the following attributes: +See \fBattributes\fR(7) for description of the following attributes: .sp .sp @@ -46,4 +46,5 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBlibdlpi\fR(3LIB), \fBattributes\fR(5) +.BR libdlpi (3LIB), +.BR attributes (7) diff --git a/usr/src/man/man3dlpi/dlpi_info.3dlpi b/usr/src/man/man3dlpi/dlpi_info.3dlpi index f2ad35eee5..680e8d809f 100644 --- a/usr/src/man/man3dlpi/dlpi_info.3dlpi +++ b/usr/src/man/man3dlpi/dlpi_info.3dlpi @@ -303,7 +303,7 @@ get_bcastaddr(const char *linkname, uchar_t *baddrlenp) .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for description of the following attributes: +See \fBattributes\fR(7) for description of the following attributes: .sp .sp @@ -321,4 +321,6 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBdlpi_bind\fR(3DLPI), \fBlibdlpi\fR(3LIB), \fBattributes\fR(5) +.BR dlpi_bind (3DLPI), +.BR libdlpi (3LIB), +.BR attributes (7) diff --git a/usr/src/man/man3dlpi/dlpi_linkname.3dlpi b/usr/src/man/man3dlpi/dlpi_linkname.3dlpi index fa67960463..a8be73f309 100644 --- a/usr/src/man/man3dlpi/dlpi_linkname.3dlpi +++ b/usr/src/man/man3dlpi/dlpi_linkname.3dlpi @@ -32,7 +32,7 @@ the \fBDLPI\fR handle. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for description of the following attributes: +See \fBattributes\fR(7) for description of the following attributes: .sp .sp @@ -50,4 +50,5 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBlibdlpi\fR(3LIB), \fBattributes\fR(5) +.BR libdlpi (3LIB), +.BR attributes (7) diff --git a/usr/src/man/man3dlpi/dlpi_mactype.3dlpi b/usr/src/man/man3dlpi/dlpi_mactype.3dlpi index 01ce797a3b..11a0f56323 100644 --- a/usr/src/man/man3dlpi/dlpi_mactype.3dlpi +++ b/usr/src/man/man3dlpi/dlpi_mactype.3dlpi @@ -31,7 +31,7 @@ returned. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for description of the following attributes: +See \fBattributes\fR(7) for description of the following attributes: .sp .sp @@ -49,4 +49,5 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBlibdlpi\fR(3LIB), \fBattributes\fR(5) +.BR libdlpi (3LIB), +.BR attributes (7) diff --git a/usr/src/man/man3dlpi/dlpi_open.3dlpi b/usr/src/man/man3dlpi/dlpi_open.3dlpi index 489f66066a..28bc7f66cf 100644 --- a/usr/src/man/man3dlpi/dlpi_open.3dlpi +++ b/usr/src/man/man3dlpi/dlpi_open.3dlpi @@ -43,7 +43,7 @@ its trailing digits removed, a matching \fBDL_STYLE1\fR link has a filename of \fIprovider\fR. If a \fBDL_STYLE2\fR link is opened, \fBdlpi_open()\fR automatically performs the necessary \fBDLPI\fR operations to place the \fBDLPI\fR link instance and the associated \fBDLPI\fR handle in the -\fBDL_UNBOUND\fR state. See \fBdlpi\fR(7P) for the definition of +\fBDL_UNBOUND\fR state. See \fBdlpi\fR(4P) for the definition of \fIlinkname\fR. .sp .LP @@ -61,7 +61,7 @@ listed below, defined in \fB<libdlpi.h>\fR. .ad .RS 18n Specify that the named DLPI device is an IP observability device (see -\fBipnet\fR(7D)), and \fBdl_open()\fR will open the device from the +\fBipnet\fR(4D)), and \fBdl_open()\fR will open the device from the \fB/dev/ipnet/\fR directory. .RE @@ -74,7 +74,7 @@ Specify that the named DLPI device is an IP observability device (see This flag is applicable only when opening IP Observability devices (with \fBDLPI_DEVIPNET\fR or by opening the \fB/dev/lo0\fR device). This flag causes the \fBipnet\fR driver to prepend an \fBipnet\fR header to each received IP -packet. See \fBipnet\fR(7D) for the contents of this header. +packet. See \fBipnet\fR(4D) for the contents of this header. .RE .sp @@ -83,7 +83,7 @@ packet. See \fBipnet\fR(7D) for the contents of this header. \fB\fBDLPI_NATIVE\fR\fR .ad .RS 18n -Enable \fBDLPI\fR native mode (see \fBDLIOCNATIVE\fR in \fBdlpi\fR(7P)) on a +Enable \fBDLPI\fR native mode (see \fBDLIOCNATIVE\fR in \fBdlpi\fR(4P)) on a \fBDLPI\fR link instance. Native mode persists until the \fBDLPI\fR handle is closed by \fBdlpi_close\fR(3DLPI). .RE @@ -94,7 +94,7 @@ closed by \fBdlpi_close\fR(3DLPI). \fB\fBDLPI_PASSIVE\fR\fR .ad .RS 18n -Enable \fBDLPI\fR passive mode (see \fBDL_PASSIVE_REQ\fR in \fBdlpi\fR(7P)) on +Enable \fBDLPI\fR passive mode (see \fBDL_PASSIVE_REQ\fR in \fBdlpi\fR(4P)) on a \fBDLPI\fR link instance. Passive mode persists until the \fBDLPI\fR handle is closed by \fBdlpi_close\fR(3DLPI). .RE @@ -105,7 +105,7 @@ is closed by \fBdlpi_close\fR(3DLPI). \fB\fBDLPI_RAW\fR\fR .ad .RS 18n -Enable \fBDLPI\fR raw mode (see \fBDLIOCRAW\fR in \fBdlpi\fR(7P)) on a +Enable \fBDLPI\fR raw mode (see \fBDLIOCRAW\fR in \fBdlpi\fR(4P)) on a \fBDLPI\fR link instance. Raw mode persists until the \fBDLPI\fR handle is closed by \fBdlpi_close\fR(3DLPI). .RE @@ -208,7 +208,7 @@ DLPI operation failed .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for description of the following attributes: +See \fBattributes\fR(7) for description of the following attributes: .sp .LP @@ -237,5 +237,9 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBdlpi_close\fR(3DLPI), \fBdlpi_set_timeout\fR(3DLPI), \fBlibdlpi\fR(3LIB), -\fBattributes\fR(5), \fBdlpi\fR(7P), \fBipnet\fR(7D) +.BR dlpi_close (3DLPI), +.BR dlpi_set_timeout (3DLPI), +.BR libdlpi (3LIB), +.BR ipnet (4D), +.BR dlpi (4P), +.BR attributes (7) diff --git a/usr/src/man/man3dlpi/dlpi_promiscon.3dlpi b/usr/src/man/man3dlpi/dlpi_promiscon.3dlpi index eec167d96e..4ef4f1b395 100644 --- a/usr/src/man/man3dlpi/dlpi_promiscon.3dlpi +++ b/usr/src/man/man3dlpi/dlpi_promiscon.3dlpi @@ -38,7 +38,7 @@ .Sh DESCRIPTION .Fn dlpi_promiscon enables promiscuous mode on a -.Xr dlpi 7P +.Xr dlpi 4P link instance associated with a DLPI handle .Fa dh , at the specified @@ -52,7 +52,7 @@ This operation can be performed in any DLPI state of a handle. .Pp .Fn dlpi_promiscoff disables promiscuous mode on a -.Xr dlpi 7P +.Xr dlpi 4P link instance associated with DLPI handle .Fa dh , at the specified level. @@ -107,5 +107,5 @@ Operation timed out .Sy Safe .Sh SEE ALSO .Xr libdlpi 3LIB , -.Xr attributes 5 , -.Xr dlpi 7P +.Xr dlpi 4P , +.Xr attributes 7 diff --git a/usr/src/man/man3dlpi/dlpi_recv.3dlpi b/usr/src/man/man3dlpi/dlpi_recv.3dlpi index b04700ef39..8812cba83f 100644 --- a/usr/src/man/man3dlpi/dlpi_recv.3dlpi +++ b/usr/src/man/man3dlpi/dlpi_recv.3dlpi @@ -67,7 +67,7 @@ use \fIdri_totmsglen\fR to determine the original total length of the message. .sp .LP If the handle is in raw mode, as described in \fBdlpi_open\fR(3DLPI), -\fImsgbuf\fR starts with the link-layer header. See \fBdlpi\fR(7P). The values +\fImsgbuf\fR starts with the link-layer header. See \fBdlpi\fR(4P). The values of \fIsaddrp\fR, \fIsaddrlenp\fR, and all the members of \fIdlpi_recvinfo_t\fR except \fIdri_totmsglen\fR are invalid because the address information is already included in the link-layer header returned by \fImsgbuf\fR. @@ -142,7 +142,7 @@ Unavailable \fBDLPI\fR \fBSAP\fR .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for description of the following attributes: +See \fBattributes\fR(7) for description of the following attributes: .sp .sp @@ -160,5 +160,8 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBdlpi_bind\fR(3DLPI), \fBdlpi_open\fR(3DLPI), \fBlibdlpi\fR(3LIB), -\fBattributes\fR(5), \fBdlpi\fR(7P) +.BR dlpi_bind (3DLPI), +.BR dlpi_open (3DLPI), +.BR libdlpi (3LIB), +.BR dlpi (4P), +.BR attributes (7) diff --git a/usr/src/man/man3dlpi/dlpi_send.3dlpi b/usr/src/man/man3dlpi/dlpi_send.3dlpi index 1a1af266cc..97e523e98e 100644 --- a/usr/src/man/man3dlpi/dlpi_send.3dlpi +++ b/usr/src/man/man3dlpi/dlpi_send.3dlpi @@ -55,7 +55,7 @@ SAP or priority (but not both), the current SAP can be retrieved using .sp .LP If the handle is in raw mode (see \fBDLPI_RAW\fR in \fBdlpi_open\fR(3DLPI)), -\fImsgbuf\fR must start with the link-layer header (see \fBdlpi\fR(7P)). In raw +\fImsgbuf\fR must start with the link-layer header (see \fBdlpi\fR(4P)). In raw mode, the contents of \fIdaddrp\fR and \fIsendp\fR are ignored, as they are already specified by the link-layer header in \fImsgbuf\fR. .sp @@ -93,7 +93,7 @@ Invalid argument .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for description of the following attributes: +See \fBattributes\fR(7) for description of the following attributes: .sp .sp @@ -111,5 +111,9 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBdlpi_bind\fR(3DLPI), \fBdlpi_info\fR(3DLPI), \fBdlpi_open\fR(3DLPI), -\fBlibdlpi\fR(3LIB), \fBattributes\fR(5), \fBdlpi\fR(7P) +.BR dlpi_bind (3DLPI), +.BR dlpi_info (3DLPI), +.BR dlpi_open (3DLPI), +.BR libdlpi (3LIB), +.BR dlpi (4P), +.BR attributes (7) diff --git a/usr/src/man/man3dlpi/dlpi_set_physaddr.3dlpi b/usr/src/man/man3dlpi/dlpi_set_physaddr.3dlpi index 54d99b2b8e..5359be50c3 100644 --- a/usr/src/man/man3dlpi/dlpi_set_physaddr.3dlpi +++ b/usr/src/man/man3dlpi/dlpi_set_physaddr.3dlpi @@ -73,7 +73,7 @@ Invalid argument .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for description of the following attributes: +See \fBattributes\fR(7) for description of the following attributes: .sp .sp @@ -91,4 +91,6 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBdlpi_get_physaddr\fR(3DLPI), \fBlibdlpi\fR(3LIB), \fBattributes\fR(5) +.BR dlpi_get_physaddr (3DLPI), +.BR libdlpi (3LIB), +.BR attributes (7) diff --git a/usr/src/man/man3dlpi/dlpi_set_timeout.3dlpi b/usr/src/man/man3dlpi/dlpi_set_timeout.3dlpi index e1ec338cc4..b5f6b55731 100644 --- a/usr/src/man/man3dlpi/dlpi_set_timeout.3dlpi +++ b/usr/src/man/man3dlpi/dlpi_set_timeout.3dlpi @@ -64,7 +64,7 @@ Invalid \fBDLPI\fR handle .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for description of the following attributes: +See \fBattributes\fR(7) for description of the following attributes: .sp .sp @@ -82,4 +82,5 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBlibdlpi\fR(3LIB), \fBattributes\fR(5) +.BR libdlpi (3LIB), +.BR attributes (7) diff --git a/usr/src/man/man3dlpi/dlpi_strerror.3dlpi b/usr/src/man/man3dlpi/dlpi_strerror.3dlpi index f6a3efd4ad..ee8fd76ff8 100644 --- a/usr/src/man/man3dlpi/dlpi_strerror.3dlpi +++ b/usr/src/man/man3dlpi/dlpi_strerror.3dlpi @@ -37,7 +37,7 @@ the error code is unknown, the string "Unknown DLPI error" is returned. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for description of the following attributes: +See \fBattributes\fR(7) for description of the following attributes: .sp .sp @@ -55,4 +55,5 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBlibdlpi\fR(3LIB), \fBattributes\fR(5) +.BR libdlpi (3LIB), +.BR attributes (7) diff --git a/usr/src/man/man3dlpi/dlpi_unbind.3dlpi b/usr/src/man/man3dlpi/dlpi_unbind.3dlpi index 7ab205f793..2f090d18e3 100644 --- a/usr/src/man/man3dlpi/dlpi_unbind.3dlpi +++ b/usr/src/man/man3dlpi/dlpi_unbind.3dlpi @@ -63,7 +63,7 @@ Invalid DLPI handle .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for description of the following attributes: +See \fBattributes\fR(7) for description of the following attributes: .sp .sp @@ -81,4 +81,6 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBdlpi_bind\fR(3DLPI), \fBlibdlpi\fR(3LIB), \fBattributes\fR(5) +.BR dlpi_bind (3DLPI), +.BR libdlpi (3LIB), +.BR attributes (7) diff --git a/usr/src/man/man3dlpi/dlpi_walk.3dlpi b/usr/src/man/man3dlpi/dlpi_walk.3dlpi index 771439c984..076cd2f877 100644 --- a/usr/src/man/man3dlpi/dlpi_walk.3dlpi +++ b/usr/src/man/man3dlpi/dlpi_walk.3dlpi @@ -77,7 +77,7 @@ either when all links have been visited or when \fIfn\fR() returns .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -95,4 +95,5 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBlibdlpi\fR(3LIB), \fBattributes\fR(5) +.BR libdlpi (3LIB), +.BR attributes (7) |
