lib/libcam/cam.3: fix manpage warnings

- spelling: "mis-named" should be "misnamed".
- delete spaces interspersed in literal representation of
  `struct cam_device` as hard-tabs separate the types and fields.
- Add commas after `e.g.`.

Reported by:	igor
MFC after:	1 week
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Enji Cooper 2017-03-12 05:20:49 +00:00
parent 88cbf2928f
commit acdb1504ff

View File

@ -151,7 +151,7 @@ struct cam_device {
*/ */
char device_name[DEV_IDLEN+1];/* char device_name[DEV_IDLEN+1];/*
* Name of the device, * Name of the device,
* e.g. 'pass' * e.g., 'pass'
*/ */
uint32_t dev_unit_num; /* Unit number of the passthrough uint32_t dev_unit_num; /* Unit number of the passthrough
* device associated with this * device associated with this
@ -159,7 +159,7 @@ struct cam_device {
*/ */
char sim_name[SIM_IDLEN+1];/* char sim_name[SIM_IDLEN+1];/*
* Controller name, e.g.'ahc' * Controller name, e.g., 'ahc'
*/ */
uint32_t sim_unit_number; /* Controller unit number */ uint32_t sim_unit_number; /* Controller unit number */
uint32_t bus_id; /* Controller bus number */ uint32_t bus_id; /* Controller bus number */
@ -429,4 +429,4 @@ require a definitive way to identify a device node as a
.Xr pass 4 .Xr pass 4
device. device.
.Pp .Pp
Some of the functions are possibly mis-named or poorly named. Some of the functions are possibly misnamed or poorly named.