diff options
Diffstat (limited to 'usr/src/uts/common/io')
51 files changed, 100 insertions, 101 deletions
diff --git a/usr/src/uts/common/io/audio/impl/audio_ddi.c b/usr/src/uts/common/io/audio/impl/audio_ddi.c index 7acf57da82..41ac11d528 100644 --- a/usr/src/uts/common/io/audio/impl/audio_ddi.c +++ b/usr/src/uts/common/io/audio/impl/audio_ddi.c @@ -507,7 +507,7 @@ audio_init_ops(struct dev_ops *devops, const char *name) (void) strlcpy(helper->name, name, sizeof (helper->name)); - helper->minfo.mi_idnum = 0; /* only for strlog(1M) */ + helper->minfo.mi_idnum = 0; /* only for strlog(8) */ helper->minfo.mi_idname = helper->name; helper->minfo.mi_minpsz = 0; helper->minfo.mi_maxpsz = 8192; diff --git a/usr/src/uts/common/io/audio/impl/audio_sun.c b/usr/src/uts/common/io/audio/impl/audio_sun.c index cee3f6ace4..698eae3801 100644 --- a/usr/src/uts/common/io/audio/impl/audio_sun.c +++ b/usr/src/uts/common/io/audio/impl/audio_sun.c @@ -23,7 +23,7 @@ */ /* - * Sun audio(7I) and mixer(7I) personality. + * Sun audio(4I) and mixer(4I) personality. * * There are some "undocumented" details of how legacy Sun audio * interfaces work. The following "rules" were derived from reading the @@ -251,7 +251,7 @@ devaudio_proc_alloc(audio_client_t *c) info = &proc->p_info; /* - * audio(7I) says: Upon the initial open() of the audio + * audio(4I) says: Upon the initial open() of the audio * device, the driver resets the data format of the device to * the default state of 8-bit, 8Khz, mono u-Law data. */ diff --git a/usr/src/uts/common/io/bge/bge.conf b/usr/src/uts/common/io/bge/bge.conf index edabf29ab1..8387dcbeb8 100644 --- a/usr/src/uts/common/io/bge/bge.conf +++ b/usr/src/uts/common/io/bge/bge.conf @@ -27,7 +27,7 @@ # Broadcom 579x Gigabit Ethernet devices # # All the properties below can be set globally (i.e. for all instances -# of BGE), or on a per-instance basis. See driver.conf(4) for details +# of BGE), or on a per-instance basis. See driver.conf(5) for details # of the syntax of global and per-instance properties. # # Properties specified in this file take effect when the driver is first @@ -35,7 +35,7 @@ # therefore not take effect until the next reboot, but will be permanent # thereafter. # -# Some of the driver's parameters can also be changed using ndd(1m). +# Some of the driver's parameters can also be changed using ndd(8). # Changes made with ndd apply only to a specific instance (e.g. bge1). # They take effect immediately, but are lost if the driver is unloaded. # @@ -106,7 +106,7 @@ # adv_pause_cap = 0; # # All of these parameters can can also be queried and modified at run-time -# by use of the ndd(1m) command. +# by use of the ndd(8) command. # ######################################################################### # diff --git a/usr/src/uts/common/io/bnx/bnx.conf b/usr/src/uts/common/io/bnx/bnx.conf index cb19ea560a..9c960cbcf6 100644 --- a/usr/src/uts/common/io/bnx/bnx.conf +++ b/usr/src/uts/common/io/bnx/bnx.conf @@ -14,6 +14,6 @@ # # -# Driver.conf file for NetExtreme II 1 GbE parts. See bnx(7D) for valid +# Driver.conf file for NetExtreme II 1 GbE parts. See bnx(4D) for valid # options. # diff --git a/usr/src/uts/common/io/cmlb.c b/usr/src/uts/common/io/cmlb.c index 7d88643ada..dce6c74a43 100644 --- a/usr/src/uts/common/io/cmlb.c +++ b/usr/src/uts/common/io/cmlb.c @@ -1689,7 +1689,7 @@ cmlb_validate_geometry(struct cmlb_lun *cl, boolean_t forcerevalid, int flags, cmlb_log(CMLB_DEVINFO(cl), CMLB_LABEL(cl), CE_NOTE, "!Disk (%s%d) is limited to 2 TB " "due to VTOC label. To use the full " - "capacity of the disk, use format(1M) to " + "capacity of the disk, use format(8) to " "relabel the disk with EFI/GPT label.\n", CMLB_LABEL(cl), ddi_get_instance(CMLB_DEVINFO(cl))); diff --git a/usr/src/uts/common/io/devinfo.c b/usr/src/uts/common/io/devinfo.c index 68ccd8eea4..d9e1e81a2d 100644 --- a/usr/src/uts/common/io/devinfo.c +++ b/usr/src/uts/common/io/devinfo.c @@ -1987,7 +1987,7 @@ property: * Make copy of global property list if this devinfo refers * global properties different from what's on the devnames * array. It can happen if there has been a forced - * driver.conf update. See mod_drv(1M). + * driver.conf update. See update_drv(8). */ ASSERT(me->drv_major != -1); if (node->devi_global_prop_list != diff --git a/usr/src/uts/common/io/e1000api/e1000_hw.h b/usr/src/uts/common/io/e1000api/e1000_hw.h index 9d440c3e71..644cc1ef17 100644 --- a/usr/src/uts/common/io/e1000api/e1000_hw.h +++ b/usr/src/uts/common/io/e1000api/e1000_hw.h @@ -290,8 +290,8 @@ enum e1000_mac_type { e1000_pch_lnp, e1000_pch_rpl, /* - * After this point all MACs are used by the igb(7D) driver as opposed - * to e1000g(7D). If a new MAC is specific to e1000g series of devices, + * After this point all MACs are used by the igb(4D) driver as opposed + * to e1000g(4D). If a new MAC is specific to e1000g series of devices, * then it should be added above this. */ e1000_82575, diff --git a/usr/src/uts/common/io/ecpp.conf b/usr/src/uts/common/io/ecpp.conf index 910929263b..527dd186ad 100644 --- a/usr/src/uts/common/io/ecpp.conf +++ b/usr/src/uts/common/io/ecpp.conf @@ -23,7 +23,6 @@ # Use is subject to license terms. # # -#ident "%Z%%M% %I% %E% SMI" # When fast-centronics is set to "true", handshaking between the # driver and the peripheral is conducted by hardware. For some @@ -45,7 +44,7 @@ fast-1284-compatible="true"; # Some Centronics devices require the Init signal to be toggled upon # power-up. The application should do this directly with ioctl(2) interface -# as specified in ecpp(7d). As an alternative to using the API, the driver +# as specified in ecpp(4D). As an alternative to using the API, the driver # may be configured to toggle the nInit signal upon every time the device # is opened. If centronics-init-seq is set to "true" the Init signal # will be toggled when the device is opened. The default is "false". diff --git a/usr/src/uts/common/io/ena/ena.conf b/usr/src/uts/common/io/ena/ena.conf index 64ee011d7c..5df2c7e805 100644 --- a/usr/src/uts/common/io/ena/ena.conf +++ b/usr/src/uts/common/io/ena/ena.conf @@ -15,7 +15,7 @@ # # -# Driver .conf file for AWS Elastic Network Adapter. See ena(7D) for +# Driver .conf file for AWS Elastic Network Adapter. See ena(4D) for # valid options. # diff --git a/usr/src/uts/common/io/i40e/i40e.conf b/usr/src/uts/common/io/i40e/i40e.conf index b4c3459931..0f039f21f0 100644 --- a/usr/src/uts/common/io/i40e/i40e.conf +++ b/usr/src/uts/common/io/i40e/i40e.conf @@ -15,5 +15,5 @@ # # Driver.conf file for Intel XL710 PCIe NIC Driver (i40e) -# See i40e(7D) for valid options. +# See i40e(4D) for valid options. # diff --git a/usr/src/uts/common/io/ib/adapters/hermon/hermon_stats.c b/usr/src/uts/common/io/ib/adapters/hermon/hermon_stats.c index b479f461e0..fde0ca6f2d 100644 --- a/usr/src/uts/common/io/ib/adapters/hermon/hermon_stats.c +++ b/usr/src/uts/common/io/ib/adapters/hermon/hermon_stats.c @@ -30,7 +30,7 @@ * * Implements all the routines necessary for setting up, querying, and * (later) tearing down all the kstats necessary for implementing to - * the interfaces necessary to provide busstat(1M) access. + * the interfaces necessary to provide busstat(8) access. */ #include <sys/types.h> diff --git a/usr/src/uts/common/io/ib/adapters/tavor/tavor_stats.c b/usr/src/uts/common/io/ib/adapters/tavor/tavor_stats.c index 244cf9b4fc..aa9e0889ae 100644 --- a/usr/src/uts/common/io/ib/adapters/tavor/tavor_stats.c +++ b/usr/src/uts/common/io/ib/adapters/tavor/tavor_stats.c @@ -30,7 +30,7 @@ * * Implements all the routines necessary for setting up, querying, and * (later) tearing down all the kstats necessary for implementing to - * the interfaces necessary to provide busstat(1M) access. + * the interfaces necessary to provide busstat(8) access. */ #include <sys/types.h> diff --git a/usr/src/uts/common/io/ib/clients/ibd/ibd.c b/usr/src/uts/common/io/ib/clients/ibd/ibd.c index 75e25457f2..8232642502 100644 --- a/usr/src/uts/common/io/ib/clients/ibd/ibd.c +++ b/usr/src/uts/common/io/ib/clients/ibd/ibd.c @@ -109,14 +109,14 @@ * objects that can be plumbed and they alone participate in I/O and not the * port driver. * - * There are some info ioctls supported in ibd which are used by dladm(1M) to + * There are some info ioctls supported in ibd which are used by dladm(8) to * display useful information. The info entry point for ibd is * ibd_get_partition_info(). * * 2. Late HCA initialization feature. * ------------------------------------ * As mentioned in section 1, the user creates the partition objects via - * dladm(1M). It is possible that: + * dladm(8). It is possible that: * a) The physical port itself is down and the SM cannot be reached. * b) The PKEY specified by the used has not been created in the SM yet. * c) An IPoIB broadcast group for the specified PKEY is not present. diff --git a/usr/src/uts/common/io/ib/ibtl/ibtl_ibnex.c b/usr/src/uts/common/io/ib/ibtl/ibtl_ibnex.c index 6b14dc4e8b..3a7847fd99 100644 --- a/usr/src/uts/common/io/ib/ibtl/ibtl_ibnex.c +++ b/usr/src/uts/common/io/ib/ibtl/ibtl_ibnex.c @@ -56,7 +56,7 @@ ibtl_ibnex_callback_t ibtl_ibnex_callback_routine = NULL; * IBTL_IBNEX_UNCFG_CLNTS_FLAG - Build a NVLIST containing * clients' devpaths and their * AP_IDs. (-x unconfig_clients) - * callback - Callback function to get ap_id from ib(7d) + * callback - Callback function to get ap_id from ib(4D) * Output: * buffer - The information is returned in this buffer * bufsiz - The size of the information buffer @@ -519,7 +519,7 @@ ibt_reprobe_dev(dev_info_t *dip) * else IBT_NO_HCAS_AVAILABLE. * * For IOC/Pseudo devices check if the given pdip is that of - * the ib(7d) nexus or that of the eoib(7d) nexus. If yes + * the ib(4D) nexus or that of the eoib(4D) nexus. If yes * return IBT_SUCCESS, else IBT_NO_HCAS_AVAILABLE. */ ibt_status_t diff --git a/usr/src/uts/common/io/lofi.c b/usr/src/uts/common/io/lofi.c index ed3ee88e53..e775ecce0d 100644 --- a/usr/src/uts/common/io/lofi.c +++ b/usr/src/uts/common/io/lofi.c @@ -126,7 +126,7 @@ * * Encryption: * Each lofi device can have its own symmetric key and cipher. - * They are passed to us by lofiadm(1m) in the correct format for use + * They are passed to us by lofiadm(8) in the correct format for use * with the misc/kcf crypto_* routines. * * Each block has its own IV, that is calculated in lofi_blk_mech(), based @@ -2275,7 +2275,7 @@ fake_disk_geometry(struct lofi_state *lsp) { u_offset_t dsize = lsp->ls_vp_size - lsp->ls_crypto_offset; - /* dk_geom - see dkio(7I) */ + /* dk_geom - see dkio(4I) */ /* * dkg_ncyl _could_ be set to one here (one big cylinder with gobs * of sectors), but that breaks programs like fdisk which want to @@ -2305,7 +2305,7 @@ fake_disk_geometry(struct lofi_state *lsp) } /* - * build vtoc - see dkio(7I) + * build vtoc - see dkio(4I) * * Fakes one big partition based on the size of the file. This is needed * because we allow newfs'ing the traditional lofi device and newfs will @@ -2345,7 +2345,7 @@ fake_disk_vtoc(struct lofi_state *lsp, struct vtoc *vt) } /* - * build dk_cinfo - see dkio(7I) + * build dk_cinfo - see dkio(4I) */ static void fake_disk_info(dev_t dev, struct dk_cinfo *ci) diff --git a/usr/src/uts/common/io/log.c b/usr/src/uts/common/io/log.c index 91ee5b2879..87ae96806c 100644 --- a/usr/src/uts/common/io/log.c +++ b/usr/src/uts/common/io/log.c @@ -25,7 +25,7 @@ /* - * Streams log driver. See log(7D). + * Streams log driver. See log(4D). */ #include <sys/types.h> diff --git a/usr/src/uts/common/io/mac/mac_flow.c b/usr/src/uts/common/io/mac/mac_flow.c index 62612122d6..d83de9503e 100644 --- a/usr/src/uts/common/io/mac/mac_flow.c +++ b/usr/src/uts/common/io/mac/mac_flow.c @@ -1204,7 +1204,7 @@ mac_link_flow_init(mac_client_handle_t mch, flow_entry_t *sub_flow) /* * mac_link_flow_add() - * Used by flowadm(1m) or kernel mac clients for creating flows. + * Used by flowadm(8) or kernel mac clients for creating flows. */ int mac_link_flow_add(datalink_id_t linkid, char *flow_name, @@ -1344,7 +1344,7 @@ mac_link_flow_clean(mac_client_handle_t mch, flow_entry_t *sub_flow) /* * Delete the SRSs associated with this subflow. If this is being - * driven by flowadm(1M) then the subflow will be deleted by + * driven by flowadm(8) then the subflow will be deleted by * dls_rem_flow. However if this is a result of the interface being * unplumbed then the subflow itself won't be deleted. */ @@ -1370,7 +1370,7 @@ mac_link_flow_clean(mac_client_handle_t mch, flow_entry_t *sub_flow) /* * mac_link_flow_remove() - * Used by flowadm(1m) or kernel mac clients for removing flows. + * Used by flowadm(8) or kernel mac clients for removing flows. */ int mac_link_flow_remove(char *flow_name) diff --git a/usr/src/uts/common/io/mac/mac_sched.c b/usr/src/uts/common/io/mac/mac_sched.c index 9290530810..fe00be8b14 100644 --- a/usr/src/uts/common/io/mac/mac_sched.c +++ b/usr/src/uts/common/io/mac/mac_sched.c @@ -44,7 +44,7 @@ * * This driver. It interfaces with device drivers and provides abstractions * that the rest of the system consumes. All data links -- things managed - * with dladm(1M), are accessed through MAC. + * with dladm(8), are accessed through MAC. * * GLDv3 DEVICE DRIVER * @@ -65,7 +65,7 @@ * which is used for all unicast traffic addressed to the address of a MAC * device. For example, when a VNIC is created, a default flow is created * for the VNIC's MAC address. In addition, flows are created for broadcast - * groups and a user may create a flow with flowadm(1M). + * groups and a user may create a flow with flowadm(8). * * CLASSIFICATION * @@ -77,7 +77,7 @@ * destination MAC address. * * The system also will do classification based on layer three and layer - * four properties. This is used to support things like flowadm(1M), which + * four properties. This is used to support things like flowadm(8), which * allows setting QoS and other properties on a per-flow basis. * * RING @@ -230,8 +230,8 @@ * capabilities and rules in place and then to supplement that with hardware * resources when available. In general, simple layer two classification is * sufficient and nothing else is used, unless a specific flow is created with - * tools such as flowadm(1M) or bandwidth limits are set on a device with - * dladm(1M). + * tools such as flowadm(8) or bandwidth limits are set on a device with + * dladm(8). * * RINGS AND GROUPS * @@ -292,7 +292,7 @@ * * MAC makes the determination as to which of these modes a given soft ring set * obtains based on parameters such as whether or not it's the primary mac - * client, whether it's on a 10 GbE or faster device, user controlled dladm(1M) + * client, whether it's on a 10 GbE or faster device, user controlled dladm(8) * properties, and the nature of the hardware and the resources that it has. * * When there is no fanout, MAC does not create any soft rings for a device and diff --git a/usr/src/uts/common/io/mac/plugins/mac_ether.c b/usr/src/uts/common/io/mac/plugins/mac_ether.c index 9b230b36cd..6e1ec4953a 100644 --- a/usr/src/uts/common/io/mac/plugins/mac_ether.c +++ b/usr/src/uts/common/io/mac/plugins/mac_ether.c @@ -62,7 +62,7 @@ static mac_stat_info_t ether_stats[] = { { ETHER_STAT_TOOSHORT_ERRORS, "runt_errors", KSTAT_DATA_UINT32, 0 }, { ETHER_STAT_JABBER_ERRORS, "jabber_errors", KSTAT_DATA_UINT32, 0 }, - /* Statistics described in the ieee802.3(5) man page */ + /* Statistics described in the ieee802.3(7) man page */ { ETHER_STAT_XCVR_ADDR, "xcvr_addr", KSTAT_DATA_UINT32, 0 }, { ETHER_STAT_XCVR_ID, "xcvr_id", KSTAT_DATA_UINT32, 0 }, { ETHER_STAT_XCVR_INUSE, "xcvr_inuse", KSTAT_DATA_UINT32, 0 }, diff --git a/usr/src/uts/common/io/mac/plugins/mac_wifi.c b/usr/src/uts/common/io/mac/plugins/mac_wifi.c index 1bd338c8b9..d8087cab91 100644 --- a/usr/src/uts/common/io/mac/plugins/mac_wifi.c +++ b/usr/src/uts/common/io/mac/plugins/mac_wifi.c @@ -44,7 +44,7 @@ static uint8_t wifi_ietfmagic[] = { 0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00 }; static uint8_t wifi_ieeemagic[] = { 0xaa, 0xaa, 0x03, 0x00, 0x00, 0xf8 }; static mac_stat_info_t wifi_stats[] = { - /* statistics described in ieee802.11(5) */ + /* statistics described in ieee802.11(7) */ { WIFI_STAT_TX_FRAGS, "tx_frags", KSTAT_DATA_UINT32, 0 }, { WIFI_STAT_MCAST_TX, "mcast_tx", KSTAT_DATA_UINT32, 0 }, { WIFI_STAT_TX_FAILED, "tx_failed", KSTAT_DATA_UINT32, 0 }, diff --git a/usr/src/uts/common/io/mlxcx/mlxcx.conf b/usr/src/uts/common/io/mlxcx/mlxcx.conf index 321820a47b..3c3d1bcb87 100644 --- a/usr/src/uts/common/io/mlxcx/mlxcx.conf +++ b/usr/src/uts/common/io/mlxcx/mlxcx.conf @@ -17,7 +17,7 @@ # # Driver.conf file for Mellanox Connect-X 4/5/6. -# See mlxcx(7D) for valid options. +# See mlxcx(4D) for valid options. # # diff --git a/usr/src/uts/common/io/mlxcx/mlxcx.h b/usr/src/uts/common/io/mlxcx/mlxcx.h index 68da65765f..a85a432bbe 100644 --- a/usr/src/uts/common/io/mlxcx/mlxcx.h +++ b/usr/src/uts/common/io/mlxcx/mlxcx.h @@ -25,7 +25,7 @@ #define _MLXCX_H /* - * mlxcx(7D) defintions + * mlxcx(4D) defintions */ #include <sys/ddi.h> diff --git a/usr/src/uts/common/io/net80211/net80211.c b/usr/src/uts/common/io/net80211/net80211.c index 7b8d614190..74b1b7ada8 100644 --- a/usr/src/uts/common/io/net80211/net80211.c +++ b/usr/src/uts/common/io/net80211/net80211.c @@ -670,7 +670,7 @@ ieee80211_notify_node_leave(ieee80211com_t *ic, ieee80211_node_t *in) /* - * Get 802.11 kstats defined in ieee802.11(5) + * Get 802.11 kstats defined in ieee802.11(7) * * Return 0 on success */ diff --git a/usr/src/uts/common/io/ntxn/ntxn.conf b/usr/src/uts/common/io/ntxn/ntxn.conf index a0f152297c..6adb37666d 100644 --- a/usr/src/uts/common/io/ntxn/ntxn.conf +++ b/usr/src/uts/common/io/ntxn/ntxn.conf @@ -28,7 +28,7 @@ # Driver.conf file for Netxen 10-Gigabit Ethernet devices # # All the properties below can be set globally (i.e. for all instances -# of ntxn), or on a per-instance basis. See driver.conf(4) for details +# of ntxn), or on a per-instance basis. See driver.conf(5) for details # of the syntax of global and per-instance properties. # # Properties specified in this file take effect when the driver is first @@ -36,7 +36,7 @@ # therefore not take effect until the next reboot, but will be permanent # thereafter. # -# Some of the driver's parameters can also be changed using ndd(1m). +# Some of the driver's parameters can also be changed using ndd(8). # Changes made with ndd apply only to a specific instance (e.g. ntxn0). # They take effect immediately, but are lost if the driver is unloaded. # diff --git a/usr/src/uts/common/io/nulldriver.c b/usr/src/uts/common/io/nulldriver.c index 04e8d86b22..d5050cf51a 100644 --- a/usr/src/uts/common/io/nulldriver.c +++ b/usr/src/uts/common/io/nulldriver.c @@ -45,7 +45,7 @@ * device access, a nexus driver can still internally use the transport * services. * - * A scsi(4) example of this type of use is SCSA enumeration services + * A scsi(5) example of this type of use is SCSA enumeration services * issuing a scsi REPORT_LUN command to a lun-0 'probe' node bound to * nulldriver in order to discover all luns supported by a target. */ diff --git a/usr/src/uts/common/io/nvme/nvme.c b/usr/src/uts/common/io/nvme/nvme.c index a8a9d0b843..c1c808ed34 100644 --- a/usr/src/uts/common/io/nvme/nvme.c +++ b/usr/src/uts/common/io/nvme/nvme.c @@ -107,7 +107,7 @@ * For each NVMe device the driver exposes one minor node for the controller and * one minor node for each namespace. The only operations supported by those * minor nodes are open(9E), close(9E), and ioctl(9E). This serves as the - * interface for the nvmeadm(1M) utility. + * interface for the nvmeadm(8) utility. * * * Blkdev Interface: diff --git a/usr/src/uts/common/io/overlay/overlay.c b/usr/src/uts/common/io/overlay/overlay.c index 3016d88b13..47a1833731 100644 --- a/usr/src/uts/common/io/overlay/overlay.c +++ b/usr/src/uts/common/io/overlay/overlay.c @@ -36,7 +36,7 @@ * General Architecture * -------------------- * - * The logical overlay device that a user sees in dladm(1M) is a combination of + * The logical overlay device that a user sees in dladm(8) is a combination of * two different components that work together. The first component is this * kernel module, which is responsible for answering question one -- how should * I transform a packet to put it on the wire. @@ -56,7 +56,7 @@ * general, the path isn't very common. * * The following is what makes up the logical overlay device that a user would - * create with dladm(1M). + * create with dladm(8). * * Kernel Userland * . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . @@ -244,7 +244,7 @@ * Finally, a property may declare a list of valid values. These valid values * are used for display purposes, they are not enforced by the broader system, * but merely allow a means for the information to be communicated to the user - * through dladm(1M). Like a default value, this is optional. + * through dladm(8). Like a default value, this is optional. * * The general scaffolding does not do very much with respect to the getting and * setting of properties. That is really owned by the individual plugins @@ -401,7 +401,7 @@ * +-------------------------------+ * * The primary entries that we care about are the overlay_dev_t, which - * correspond to each overlay device that is created with dladm(1M). Globally, + * correspond to each overlay device that is created with dladm(8). Globally, * these devices are maintained in a simple list_t which is protected with a * lock. Hence, these include important information such as the mac_handle_t * and a datalink_id_t which is used to interact with the broader MAC and DLS diff --git a/usr/src/uts/common/io/power.c b/usr/src/uts/common/io/power.c index aed53f5334..2e29f55416 100644 --- a/usr/src/uts/common/io/power.c +++ b/usr/src/uts/common/io/power.c @@ -41,7 +41,7 @@ * an application that has opened the device is going away, a new * minor clone is created for each open(9E) request. There are * allocations for creating minor clones between 1 and 255. The ioctl - * interface is defined by pbio(7I) and approved as part of + * interface is defined by pbio(4I) and approved as part of * PSARC/1999/393 case. */ diff --git a/usr/src/uts/common/io/ptem.c b/usr/src/uts/common/io/ptem.c index 3be1f9d777..137f2916b5 100644 --- a/usr/src/uts/common/io/ptem.c +++ b/usr/src/uts/common/io/ptem.c @@ -756,7 +756,7 @@ out: /* * TCSBRK meaningful if data part of message is 0 - * cf. termio(7). + * cf. termio(4I). */ if (!(*(int *)mp->b_cont->b_rptr)) (void) putnextctl(q, M_BREAK); diff --git a/usr/src/uts/common/io/ramdisk.c b/usr/src/uts/common/io/ramdisk.c index a7a568b77c..5fbd5e62b2 100644 --- a/usr/src/uts/common/io/ramdisk.c +++ b/usr/src/uts/common/io/ramdisk.c @@ -29,7 +29,7 @@ * * There are two types of ramdisk: 'real' OBP-created ramdisks, and 'pseudo' * ramdisks created at runtime with no corresponding OBP device node. The - * ramdisk(7D) driver is capable of dealing with both, and with the creation + * ramdisk(4D) driver is capable of dealing with both, and with the creation * and deletion of 'pseudo' ramdisks. * * Every ramdisk has a single 'state' structure which maintains data for @@ -44,7 +44,7 @@ * assigned to the ramdisk. All 'pseudo' ramdisks share a common devinfo * structure. * - * A single character device node is used by ramdiskadm(1M) to communicate + * A single character device node is used by ramdiskadm(8) to communicate * with the ramdisk driver, with minor number 0: * * /dev/ramdiskctl -> /devices/pseudo/ramdisk@0:ctl @@ -495,7 +495,7 @@ rd_map_window(rd_devstate_t *rsp, off_t offset) static void rd_fake_disk_geometry(rd_devstate_t *rsp) { - /* dk_geom - see dkio(7I) */ + /* dk_geom - see dkio(4I) */ /* * dkg_ncyl _could_ be set to one here (one big cylinder with gobs * of sectors), but that breaks programs like fdisk which want to @@ -529,7 +529,7 @@ rd_fake_disk_geometry(rd_devstate_t *rsp) rsp->rd_dkg.dkg_write_reinstruct = 0; rsp->rd_dkg.dkg_read_reinstruct = 0; - /* vtoc - see dkio(7I) */ + /* vtoc - see dkio(4I) */ bzero(&rsp->rd_vtoc, sizeof (struct vtoc)); rsp->rd_vtoc.v_sanity = VTOC_SANE; rsp->rd_vtoc.v_version = V_VERSION; @@ -548,7 +548,7 @@ rd_fake_disk_geometry(rd_devstate_t *rsp) rsp->rd_vtoc.v_part[0].p_size = rsp->rd_dkg.dkg_pcyl * rsp->rd_dkg.dkg_nsect * rsp->rd_dkg.dkg_nhead; - /* dk_cinfo - see dkio(7I) */ + /* dk_cinfo - see dkio(4I) */ bzero(&rsp->rd_ci, sizeof (struct dk_cinfo)); (void) strcpy(rsp->rd_ci.dki_cname, RD_DRIVER_NAME); rsp->rd_ci.dki_ctype = DKC_MD; diff --git a/usr/src/uts/common/io/sata/impl/sata.c b/usr/src/uts/common/io/sata/impl/sata.c index 8ee71ce192..9228b470ec 100644 --- a/usr/src/uts/common/io/sata/impl/sata.c +++ b/usr/src/uts/common/io/sata/impl/sata.c @@ -2221,7 +2221,7 @@ sata_scsi_tgt_free(dev_info_t *hba_dip, dev_info_t *tgt_dip, /* * If devid was previously created but not freed up from - * sd(7D) driver (i.e during detach(9F)) then do it here. + * sd(4D) driver (i.e during detach(9F)) then do it here. */ if ((sdinfo->satadrv_type == SATA_DTYPE_ATADISK) && (ddi_getprop(DDI_DEV_T_ANY, hba_dip, DDI_PROP_DONTPASS, @@ -11588,7 +11588,7 @@ sata_reprobe_pmult(sata_hba_inst_t *sata_hba_inst, sata_device_t *sata_device, * after which the port multiplier is not correct initialized and * recognized. In that case the new device will be marked as unknown * and will not be automatically probed in this routine. Instead - * system administrator could manually restart it via cfgadm(1M). + * system administrator could manually restart it via cfgadm(8). */ if (sata_device->satadev_type != SATA_DTYPE_PMULT) { cportinfo->cport_dev_type = SATA_DTYPE_UNKNOWN; diff --git a/usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c b/usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c index cf1fa01c68..d62e3b2924 100644 --- a/usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c +++ b/usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c @@ -97,7 +97,7 @@ static int vhci_bus_config_debug = 0; /* * Bidirectional map of 'target-port' to port id <pid> for support of - * iostat(1M) '-Xx' and '-Yx' output. + * iostat(8) '-Xx' and '-Yx' output. */ static kmutex_t vhci_targetmap_mutex; static uint_t vhci_targetmap_pid = 1; @@ -4966,14 +4966,14 @@ vhci_kstat_create_pathinfo(mdi_pathinfo_t *pip) * * We maintain a bidirectional 'target-port' to <pid> map, * called targetmap. All pathinfo nodes with the same - * 'target-port' map to the same <pid>. The iostat(1M) code, + * 'target-port' map to the same <pid>. The iostat(8) code, * when parsing a path oriented kstat name, uses the <pid> as * a SCSI_VHCI_GET_TARGET_LONGNAME ioctl argument in order * to get the 'target-port'. For KSTAT_FLAG_PERSISTENT kstats, * this ioctl needs to translate a <pid> to a 'target-port' * even after all pathinfo nodes associated with the * 'target-port' have been destroyed. This is needed to support - * consistent first-iteration activity-since-boot iostat(1M) + * consistent first-iteration activity-since-boot iostat(8) * output. Because of this requirement, the mapping can't be * based on pathinfo information in a devinfo snapshot. */ @@ -5003,7 +5003,7 @@ vhci_kstat_create_pathinfo(mdi_pathinfo_t *pip) * For this type of mapping we don't want the * <id> -> 'target-port' mapping to be made. This * will cause the SCSI_VHCI_GET_TARGET_LONGNAME ioctl - * to fail, and the iostat(1M) long '-n' output will + * to fail, and the iostat(8) long '-n' output will * still use the <pid>. We do this because we just * made up the 'target-port' using the guid, and we * don't want to expose that fact in iostat output. @@ -8346,7 +8346,7 @@ vhci_uscsi_send_sense(struct scsi_pkt *pkt, mp_uscsi_cmd_t *mp_uscmdp) rqpkt->pkt_private = mp_uscmdp; /* - * NOTE: This code path is related to MPAPI uscsi(7I), so path + * NOTE: This code path is related to MPAPI uscsi(4I), so path * selection is not based on path_instance. */ if (scsi_pkt_allocated_correctly(rqpkt)) @@ -8577,7 +8577,7 @@ vhci_uscsi_iostart(struct buf *bp) (void *)bp, bp->b_bcount, (void *)mp_uscmdp->pip, stat_size)); /* - * NOTE: This code path is related to MPAPI uscsi(7I), so path + * NOTE: This code path is related to MPAPI uscsi(4I), so path * selection is not based on path_instance. */ if (scsi_pkt_allocated_correctly(pkt)) diff --git a/usr/src/uts/common/io/scsi/impl/scsi_hba.c b/usr/src/uts/common/io/scsi/impl/scsi_hba.c index 50bf21b2f3..0ae0978796 100644 --- a/usr/src/uts/common/io/scsi/impl/scsi_hba.c +++ b/usr/src/uts/common/io/scsi/impl/scsi_hba.c @@ -3229,7 +3229,7 @@ scsi_hba_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *credp, (bus_state == BUS_QUIESCED)) rv = EALREADY; else if (tran->tran_quiesce == NULL) - rv = ENOTSUP; /* man ioctl(7I) says ENOTTY */ + rv = ENOTSUP; /* man ioctl(2) says ENOTTY */ else if (tran->tran_quiesce(self) != 0) rv = EIO; else if (ndi_set_bus_state(self, BUS_QUIESCED) != NDI_SUCCESS) @@ -3241,7 +3241,7 @@ scsi_hba_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *credp, (bus_state == BUS_ACTIVE)) rv = EALREADY; else if (tran->tran_unquiesce == NULL) - rv = ENOTSUP; /* man ioctl(7I) says ENOTTY */ + rv = ENOTSUP; /* man ioctl(2) says ENOTTY */ else if (tran->tran_unquiesce(self) != 0) rv = EIO; else if (ndi_set_bus_state(self, BUS_ACTIVE) != NDI_SUCCESS) @@ -3250,7 +3250,7 @@ scsi_hba_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *credp, case DEVCTL_BUS_RESET: if (tran->tran_bus_reset == NULL) - rv = ENOTSUP; /* man ioctl(7I) says ENOTTY */ + rv = ENOTSUP; /* man ioctl(2) says ENOTTY */ else if (tran->tran_bus_reset(self, RESET_BUS) != 1) rv = EIO; break; @@ -3261,7 +3261,7 @@ scsi_hba_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *credp, break; /* reset all worked */ } if (tran->tran_bus_reset == NULL) { - rv = ENOTSUP; /* man ioctl(7I) says ENOTTY */ + rv = ENOTSUP; /* man ioctl(2) says ENOTTY */ break; } if (tran->tran_bus_reset(self, RESET_BUS) != 1) @@ -3917,7 +3917,7 @@ scsi_hba_ident_nodename_compatible_get(struct scsi_inquiry *inq, csp = compatp; p = (char *)(compatp + NCOMPAT); - /* ( 0) driver (optional, not documented in scsi(4)) */ + /* ( 0) driver (optional, not documented in scsi(5)) */ if (compat0) { *csp++ = p; (void) snprintf(p, tlen, "%s", compat0); @@ -4006,7 +4006,7 @@ scsi_hba_ident_nodename_compatible_get(struct scsi_inquiry *inq, tlen -= len; } - /* (8.5) scsa,DD.bB (not documented in scsi(4)) */ + /* (8.5) scsa,DD.bB (not documented in scsi(5)) */ if (binding_set) { *csp++ = p; (void) snprintf(p, tlen, "scsa,%02x.b%s", @@ -7819,7 +7819,7 @@ scsi_hba_bus_config_spi(dev_info_t *self, uint_t flags, * Static driver.conf file enumeration: * * Force reprobe for BUS_CONFIG_ONE or when manually - * reconfiguring via devfsadm(1m) to emulate deferred attach. + * reconfiguring via devfsadm(8) to emulate deferred attach. * Reprobe only discovers driver.conf enumerated nodes, more * dynamic implementations probably require their own * bus_config. diff --git a/usr/src/uts/common/io/scsi/impl/scsi_subr.c b/usr/src/uts/common/io/scsi/impl/scsi_subr.c index 4b08bed848..1fd97aeeb3 100644 --- a/usr/src/uts/common/io/scsi/impl/scsi_subr.c +++ b/usr/src/uts/common/io/scsi/impl/scsi_subr.c @@ -2502,7 +2502,7 @@ scsi_uscsi_pktinit(struct uscsi_cmd *uscmd, struct scsi_pkt *pkt) (uscmd->uscsi_path_instance != 0)) { /* * Check to make sure the scsi_pkt was allocated correctly - * before transferring uscsi(7i) path_instance to scsi_pkt(9S). + * before transferring uscsi(4I) path_instance to scsi_pkt(9S). */ if (scsi_pkt_allocated_correctly(pkt)) { /* set pkt_path_instance and flag. */ @@ -2547,7 +2547,7 @@ scsi_uscsi_pktfini(struct scsi_pkt *pkt, struct uscsi_cmd *uscmd) { /* * Check to make sure the scsi_pkt was allocated correctly before - * transferring scsi_pkt(9S) path_instance to uscsi(7i). + * transferring scsi_pkt(9S) path_instance to uscsi(4I). */ if (!scsi_pkt_allocated_correctly(pkt)) { uscmd->uscsi_path_instance = 0; diff --git a/usr/src/uts/common/io/scsi/targets/sd.c b/usr/src/uts/common/io/scsi/targets/sd.c index 3478aa0325..aa88a9c42f 100644 --- a/usr/src/uts/common/io/scsi/targets/sd.c +++ b/usr/src/uts/common/io/scsi/targets/sd.c @@ -14337,7 +14337,7 @@ sd_initpkt_for_uscsi(struct buf *bp, struct scsi_pkt **pktpp) SD_FILL_SCSI1_LUN(un, pktp); /* - * Set up the optional USCSI flags. See the uscsi (7I) man page + * Set up the optional USCSI flags. See the uscsi(4I) man page * for listing of the supported flags. */ @@ -31044,7 +31044,7 @@ sd_faultinjection(struct scsi_pkt *pktp) * 4. Building default VTOC label * * As section 3 says, sd checks if some kinds of devices have VTOC label. - * If those devices have no valid VTOC label, sd(7d) will attempt to + * If those devices have no valid VTOC label, sd(4D) will attempt to * create default VTOC for them. Currently sd creates default VTOC label * for all devices on x86 platform (VTOC_16), but only for removable * media devices on SPARC (VTOC_8). @@ -31077,7 +31077,7 @@ sd_faultinjection(struct scsi_pkt *pktp) * * 6. Automatic mount & unmount * - * Sd(7d) driver provides DKIOCREMOVABLE ioctl. This ioctl is used to query + * sd(4D) driver provides DKIOCREMOVABLE ioctl. This ioctl is used to query * if a device is removable media device. It return 1 for removable media * devices, and 0 for others. * @@ -31087,9 +31087,9 @@ sd_faultinjection(struct scsi_pkt *pktp) * * 7. fdisk partition management * - * Fdisk is traditional partition method on x86 platform. Sd(7d) driver + * Fdisk is traditional partition method on x86 platform. sd(4D) driver * just supports fdisk partitions on x86 platform. On sparc platform, sd - * doesn't support fdisk partitions at all. Note: pcfs(7fs) can recognize + * doesn't support fdisk partitions at all. Note: pcfs(4FS) can recognize * fdisk partitions on both x86 and SPARC platform. * * ----------------------------------------------------------- @@ -31103,7 +31103,7 @@ sd_faultinjection(struct scsi_pkt *pktp) * * 8. MBOOT/MBR * - * Although sd(7d) doesn't support fdisk on SPARC platform, it does support + * Although sd(4D) doesn't support fdisk on SPARC platform, it does support * read/write mboot for removable media devices on sparc platform. * * ----------------------------------------------------------- diff --git a/usr/src/uts/common/io/scsi/targets/sgen.c b/usr/src/uts/common/io/scsi/targets/sgen.c index 1d6316caf3..2a954f116d 100644 --- a/usr/src/uts/common/io/scsi/targets/sgen.c +++ b/usr/src/uts/common/io/scsi/targets/sgen.c @@ -34,7 +34,7 @@ * sgen - SCSI generic device driver * * The sgen driver provides user programs access to SCSI devices that - * are not supported by other drivers by providing the USCSI(7I) interface. + * are not supported by other drivers by providing the uscsi(4I) interface. */ #include <sys/modctl.h> @@ -1128,7 +1128,7 @@ sgen_close(dev_t dev, int flag, int otyp, cred_t *cred_p) /* * sgen_ioctl() - * sgen supports the USCSI(7I) ioctl interface. + * sgen supports the uscsi(4I) ioctl interface. */ /*ARGSUSED4*/ static int @@ -1195,7 +1195,7 @@ sgen_ioctl(dev_t dev, /* * sgen_uscsi_cmd() - * Setup, configuration and teardown for a uscsi(7I) command + * Setup, configuration and teardown for a uscsi(4I) command */ /*ARGSUSED*/ static int diff --git a/usr/src/uts/common/io/scsi/targets/sgen.conf b/usr/src/uts/common/io/scsi/targets/sgen.conf index e18c06928c..38b0161862 100644 --- a/usr/src/uts/common/io/scsi/targets/sgen.conf +++ b/usr/src/uts/common/io/scsi/targets/sgen.conf @@ -28,7 +28,7 @@ # # WARNING: enabling this driver may impact the security and data integrity of -# devices on your system. Please refer to sgen(7d) for details. +# devices on your system. Please refer to sgen(4D) for details. # # There are two ways of configuring sgen: by establishing an association # between a compatible alias for a device and the sgen driver via @@ -39,7 +39,7 @@ # preferred method to control driver binding, it avoids issues associated # with multiple driver.conf files associating more than one driver with a # device. The compatible property forms for SCSI target devices used in the -# add_drv command are described in scsi(4). +# add_drv command are described in scsi(5). # # USAGE EXAMPLE (add_drv) # @@ -85,7 +85,7 @@ # Vendor and Product IDs returned by the device in response to the SCSI INQUIRY # command. This is accomplished by specifying pairs of Vendor ID and Product ID # strings in the inquiry-config-list property, below. "*" may be substituted -# for the vendor ID as a wildcard. See sgen(7D) for details and extended usage +# for the vendor ID as a wildcard. See sgen(4D) for details and extended usage # examples. # # USAGE EXAMPLE (sgen.conf) diff --git a/usr/src/uts/common/io/scsi/targets/st.c b/usr/src/uts/common/io/scsi/targets/st.c index 3fef558d3a..cdba7764cc 100644 --- a/usr/src/uts/common/io/scsi/targets/st.c +++ b/usr/src/uts/common/io/scsi/targets/st.c @@ -1031,7 +1031,7 @@ st_attach(dev_info_t *devi, ddi_attach_cmd_t cmd) " I/O\n" " For more information, read about " " tape-driver-buffering " - "property in the st(7d) man page\n"); + "property in the st(4D) man page\n"); } } diff --git a/usr/src/uts/common/io/sfxge/sfxge_ioc.h b/usr/src/uts/common/io/sfxge/sfxge_ioc.h index 0ad86a160b..64e9e37b7f 100644 --- a/usr/src/uts/common/io/sfxge/sfxge_ioc.h +++ b/usr/src/uts/common/io/sfxge/sfxge_ioc.h @@ -78,7 +78,7 @@ typedef struct sfxge_nvram_ioc_s { uint16_t sni_version[4]; /* get/set_ver */ /* * Streams STRMSGSZ limit (default 64kb) - * See write(2) and I_STR in streamio(7i) + * See write(2) and I_STR in streamio(4I) */ uint8_t sni_data[32*1024]; /* read/write */ } sfxge_nvram_ioc_t; diff --git a/usr/src/uts/common/io/sfxge/sfxge_pci.c b/usr/src/uts/common/io/sfxge/sfxge_pci.c index 720b47f7aa..e88f68c370 100644 --- a/usr/src/uts/common/io/sfxge/sfxge_pci.c +++ b/usr/src/uts/common/io/sfxge/sfxge_pci.c @@ -111,7 +111,7 @@ sfxge_pci_init(sfxge_t *sp) * resources. Each element contains a 5-tuple of 32bit values, * where the first 32bit value contains the bus/dev/fn slot * information. - * See pci(4) and the definition of "struct pci_phys_spec" in sys/pci.h + * See pci(5) and the definition of "struct pci_phys_spec" in sys/pci.h */ if (ddi_prop_lookup_int_array(DDI_DEV_T_ANY, sp->s_dip, DDI_PROP_DONTPASS, "reg", (int **)&pci_regs, &pci_nregs) != diff --git a/usr/src/uts/common/io/smbios.c b/usr/src/uts/common/io/smbios.c index 92d28cc4fa..8a4bfd12fe 100644 --- a/usr/src/uts/common/io/smbios.c +++ b/usr/src/uts/common/io/smbios.c @@ -26,7 +26,7 @@ /* - * smbios(7D) driver + * smbios(4D) driver * * This pseudo-driver makes available a snapshot of the system's SMBIOS image * that can be accessed using libsmbios. Clients may access a snapshot using diff --git a/usr/src/uts/common/io/softmac/softmac_main.c b/usr/src/uts/common/io/softmac/softmac_main.c index e19df40e0c..294afecb58 100644 --- a/usr/src/uts/common/io/softmac/softmac_main.c +++ b/usr/src/uts/common/io/softmac/softmac_main.c @@ -563,7 +563,7 @@ softmac_update_info(softmac_t *softmac, datalink_id_t *linkidp) cmn_err(CE_WARN, "%s device might not be available " "for use.", softmac->smac_devname); - cmn_err(CE_WARN, "See dladm(1M) for more information."); + cmn_err(CE_WARN, "See dladm(8) for more information."); } return (err); diff --git a/usr/src/uts/common/io/strplumb.c b/usr/src/uts/common/io/strplumb.c index d57bc150f5..5ecd2cdc39 100644 --- a/usr/src/uts/common/io/strplumb.c +++ b/usr/src/uts/common/io/strplumb.c @@ -348,12 +348,12 @@ strplumb_dev(ldi_ident_t li) * permanently linked under UDP. One stream consists of the * ARP-[ifname] combination, while the other consists of IP-[ifname]. * - * We pin underneath UDP here to match what is done in ifconfig(1m); + * We pin underneath UDP here to match what is done in ifconfig(8); * otherwise, ifconfig will be unable to unplumb the stream (the major * number and mux id must both match for a successful I_PUNLINK). * * There are subtleties in the plumbing which make it essential to - * follow the logic used in ifconfig(1m) very closely. + * follow the logic used in ifconfig(8) very closely. */ /* diff --git a/usr/src/uts/common/io/tem_safe.c b/usr/src/uts/common/io/tem_safe.c index 7b8730aa08..41f93c42be 100644 --- a/usr/src/uts/common/io/tem_safe.c +++ b/usr/src/uts/common/io/tem_safe.c @@ -32,7 +32,7 @@ /* * Polled I/O safe ANSI terminal emulator module; * Supporting TERM types 'sun' and 'sun-color, parsing - * ANSI x3.64 escape sequences, and the like. (See wscons(7d) + * ANSI x3.64 escape sequences, and the like. (See wscons(4D) * for more information). * * IMPORTANT: diff --git a/usr/src/uts/common/io/ufm.c b/usr/src/uts/common/io/ufm.c index d124485e65..2fe7cdd793 100644 --- a/usr/src/uts/common/io/ufm.c +++ b/usr/src/uts/common/io/ufm.c @@ -15,7 +15,7 @@ */ /* - * The ufm(7D) pseudo driver provides an ioctl interface for DDI UFM + * The ufm(4D) pseudo driver provides an ioctl interface for DDI UFM * information. See ddi_ufm.h. */ #include <sys/ddi.h> diff --git a/usr/src/uts/common/io/usb/clients/usbecm/usbecm.c b/usr/src/uts/common/io/usb/clients/usbecm/usbecm.c index 8cb9218912..cdaf1f04ce 100644 --- a/usr/src/uts/common/io/usb/clients/usbecm/usbecm.c +++ b/usr/src/uts/common/io/usb/clients/usbecm/usbecm.c @@ -2828,7 +2828,7 @@ usbecm_usb_init(usbecm_state_t *ecmp) } else { USB_DPRINTF_L2(PRINT_MASK_ATTA, ecmp->ecm_lh, "usbecm_usb_init: A nonstandard device is attached to " - "usbecm(7D) driver. This device doesn't conform to " + "usbecm(4D) driver. This device doesn't conform to " "usb cdc spec."); ecmp->ecm_compatibility = B_FALSE; diff --git a/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/usbser_keyspan.c b/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/usbser_keyspan.c index b6143e4a6b..7a9d491638 100644 --- a/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/usbser_keyspan.c +++ b/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/usbser_keyspan.c @@ -595,7 +595,7 @@ keyspan_download_firmware(keyspan_pre_state_t *kbp) if (!record) { USB_DPRINTF_L1(DPRINT_ATTACH, kbp->kb_lh, "No firmware available for Keyspan usa49wlc" - " usb-to-serial adapter. Refer to usbsksp(7D)" + " usb-to-serial adapter. Refer to usbsksp(4D)" " for details."); return (USB_FAILURE); diff --git a/usr/src/uts/common/io/usb/clients/video/usbvc/usbvc.c b/usr/src/uts/common/io/usb/clients/video/usbvc/usbvc.c index 1ce34ed9a4..9a3eea35ee 100644 --- a/usr/src/uts/common/io/usb/clients/video/usbvc/usbvc.c +++ b/usr/src/uts/common/io/usb/clients/video/usbvc/usbvc.c @@ -27,7 +27,7 @@ */ /* - * USB video class driver (usbvc(7D)) + * USB video class driver (usbvc(4D)) * * 1. Overview * ------------ diff --git a/usr/src/uts/common/io/usb/hcd/ehci/ehci_util.c b/usr/src/uts/common/io/usb/hcd/ehci/ehci_util.c index 74c76afc8c..04269888f8 100644 --- a/usr/src/uts/common/io/usb/hcd/ehci/ehci_util.c +++ b/usr/src/uts/common/io/usb/hcd/ehci/ehci_util.c @@ -1153,7 +1153,7 @@ ehci_init_workaround(ehci_state_t *ehcip) USB_DPRINTF_L1(PRINT_MASK_ATTA, ehcip->ehci_log_hdl, "If you are interested in enabling USB2.x"); USB_DPRINTF_L1(PRINT_MASK_ATTA, ehcip->ehci_log_hdl, - "support please, refer to the ehci(7D) man page."); + "support please, refer to the ehci(4D) man page."); USB_DPRINTF_L1(PRINT_MASK_ATTA, ehcip->ehci_log_hdl, "Please also refer to www.sun.com/io for"); USB_DPRINTF_L1(PRINT_MASK_ATTA, ehcip->ehci_log_hdl, diff --git a/usr/src/uts/common/io/usb/scsa2usb/scsa2usb.conf b/usr/src/uts/common/io/usb/scsa2usb/scsa2usb.conf index af772d8a9f..7bc92a9b91 100644 --- a/usr/src/uts/common/io/usb/scsa2usb/scsa2usb.conf +++ b/usr/src/uts/common/io/usb/scsa2usb/scsa2usb.conf @@ -111,7 +111,7 @@ # By setting "remvalue" to "true", the information provided # by the device is ignored. Consequently a USB hard disk # is treated as a removable media disk and will not show in -# format(1M) disk list. +# format(8) disk list. # # modesensevalue - "false" if the device cannot handle mode sense # requests. This is the only legal value for this diff --git a/usr/src/uts/common/io/zcons.c b/usr/src/uts/common/io/zcons.c index eb74c3a039..ad64099f2d 100644 --- a/usr/src/uts/common/io/zcons.c +++ b/usr/src/uts/common/io/zcons.c @@ -71,7 +71,7 @@ * ensuring that the subsidiary's STREAMS anchor would never be popped from * within the non-global zone (because zoneadmd runs in the global zone). * However, this file descriptor was removed to make zone console management - * more robust. sad(7D) is now used to automatically set up the subsidiary's + * more robust. sad(4D) is now used to automatically set up the subsidiary's * STREAMS modules when the zone console is freshly opened within the * associated non-global zone. However, when a process within the non-global * zone freshly opens the zone console, the anchor is pushed from within the @@ -538,9 +538,9 @@ zc_subsidiary_open(zc_state_t *zcs, } /* - * Set up sad(7D) so that the necessary STREAMS modules will be in + * Set up sad(4D) so that the necessary STREAMS modules will be in * place. A wrinkle is that 'ptem' must be anchored - * in place (see streamio(7i)) because we always want the console to + * in place (see streamio(4I)) because we always want the console to * have terminal semantics. */ minor = ddi_get_instance(zcs->zc_devinfo) << 1 | ZC_SUBSID_MINOR; |
